Skip to content

Comments

[Security]: Implement governance security features #180

Merged
Devsol-01 merged 3 commits intoDevsol-01:mainfrom
dinahmaccodes:issue163
Feb 23, 2026
Merged

[Security]: Implement governance security features #180
Devsol-01 merged 3 commits intoDevsol-01:mainfrom
dinahmaccodes:issue163

Conversation

@dinahmaccodes
Copy link
Contributor

  • Added proposal_threshold and max_voting_power to VotingConfig
  • Enforced minimum threshold to propose in create_proposal
  • Capped voting power per user in vote
  • Prevented double execution of proposals in execute_proposal via CEI pattern
  • Validated proposal timestamps and VotingConfig parameters
  • Fixed tests to include new VotingConfig signature and added new exploit test scenarios

Closes #163

- Added  and  to
- Enforced minimum threshold to propose in
- Capped voting power per user in
- Prevented double execution of proposals in  via CEI pattern
- Validated proposal timestamps and VotingConfig parameters
- Fixed tests to include new  signature and added new exploit test scenarios
@vercel
Copy link

vercel bot commented Feb 23, 2026

@dinahmaccodes is attempting to deploy a commit to the devsol-01's projects Team on Vercel.

A member of the Team first needs to authorize it.

@dinahmaccodes dinahmaccodes changed the title [Security]: Implement governance security features #163 [Security]: Implement governance security features Feb 23, 2026
@Devsol-01 Devsol-01 merged commit 23e88d5 into Devsol-01:main Feb 23, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

## — Governance Security & Anti-Abuse

2 participants