2 matches found
EUVD-2022-24872
Malicious code in bioql PyPI...
5.3CVSS5.5AI score0.0063EPSS
SaveExploits1References3
Voting period hardcoded to 3 blocks
Lines of code Vulnerability details Impact Here in the Governance contract, the voting period is locked to 3 blocks. function votingPeriod public pure override returns uint256 return 3; function votingDelay public pure override returns uint256 return 1; This is a direct bug because if we take a...
6.8AI score
SaveExploits0
20