Security context

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

bcgit/bc-csharp
master @ 98c10d7
119
Fixes
1
CVEs
HIGH
Peak severity
21.6%
Coverage
Highlights
Cryptographic Issues: 27 prior fixes. Scrutinize any change in this area.
crypto/src/security/SecureRandom.cs: most-fixed (6 issues). Treat as high-risk during review.
49 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.

Cryptographic Weakness: Skipping block processing for empty associated data enabled cross-nonce forgery of ciphertext tags, and a separate counter carry bug caused keystream repetition every 256 blocks.
Auth Bypass: Exceptions were swallowed during CRL certificate validation, and attribute certificate path signatures were not validated.
Side-Channel Attack: Hardening was required during BIKE KEM decapsulation to prevent timing and decryption-failure oracle attacks.