Platform / 04 Govern

Keep security decisions accountable.

Organization policies, protocol rules, history, evidence bundles, and review records.

04Connected platform workflow
VyperLanguage-native context

Built into the release workflow.

Organization policies, protocol rules, history, evidence bundles, and review records. The result remains inspectable by developers and enforceable by security teams.

● ● ●curve-vault / pull / 284 Open
feature/fee-policyGuard withdrawal accounting
+42 −8
118@external
119def set_fee(new_fee: uint256):
120 assert new_fee <= MAX_FEE
121 log FeeUpdated(old_fee, new_fee)
122 self.fee = new_fee
V
Vyper Guardcompleted in 48s
Passed
Release policy4 / 4 checks
Compiler semantics availablePASS
No new supported findingsPASS
Protocol rules satisfiedPASS
Resolved in this PR
Administrative fee update lacked an event

Reviewers can now trace every fee-policy change on-chain.

missing_event_emissionHIGH CONFIDENCE
Release 1.12.0Ready to merge
04.1

Organization policies

Apply required profiles, severity gates, and semantic expectations across repositories.

04.2

Protocol rule packs

Maintain checks and invariants that reflect the protocol's roles, assets, and accounting assumptions.

04.3

Security history

Track when findings appeared, changed, were accepted, and were resolved across releases.

04.4

Evidence bundles

Export the scan, policy result, review decisions, verification context, and tool versions for a release.

04.5

Audit logs

Preserve policy changes, suppression decisions, ownership updates, and integration events.

04.6

Deployment control

Support private managed delivery, self-hosted environments, and enterprise identity requirements.

Vyper Guard / Govern

Bring govern into every release.