Submitted by gpersoon
GovDev.sol has a function updateSolution to upgrade parts of the contract via the Diamond construction.
Via updateSolution, any functionality can be changed and all the funds can be accessed/rugged.
Even if this is well intended the project could still be called out resulting in a reputation risk, see for [example(https://twitter.com/RugDocIO/status/1411732108029181960).
Note: there is a function transferGovDev which can be used to disable the updateSolution
Recommend applying extra safeguards for example to limit the time period where updateSolution can be used.
Evert0x (Sherlock) acknowledged:
