Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

filecoin-project/rust-fil-proofs
master @ d451d23
4
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Verification Bypass: 3 prior fixes. Scrutinize any change in this area.
filecoin-proofs/src/api/post.rs: most-fixed (1 issue). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Verification Bypass: Commitments were retrieved by index rather than sector ID, allowing mismatched commitments to pass verification.
Verification Bypass: MultiProof verification did not check that the number of circuit proofs equals the partition count, allowing truncated proofs to pass.
Verification Bypass: Challenged node validation was disabled, allowing proofs to reference unvalidated nodes.