Submitted by shenwilly
Governance can burn any amount of VeToken from any address.
Unlike VE3Token which is minted when users deposit veAsset and burned when users withdraw, the burn function in the governance token VeToken.sol is unnecessary and open up the risk of malicious/compromised governance burning users token.
Consider removing the function, or modify the burn function so it only allows msg.sender to burn the token:
solvetony (veToken Finance) acknowledged and commented:
Alex the Entreprenerd (judge) commented:
