Security context

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

hiero-ledger/hiero-sdk-go
main @ 943a607
11
Fixes
0
CVEs
HIGH
Peak severity
54.5%
Coverage
Highlights
Denial of Service: 5 prior fixes. Scrutinize any change in this area.
crypto.go: most-fixed (3 issues). Treat as high-risk during review.
5 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.

Denial of Service: Multiple fixes address resource exhaustion via missing timeouts and payment limits, indicating a systemic lack of execution bounds.
Cryptographic Issue: Three separate fixes correct key derivation and parsing, showing a high-risk area where incorrect byte handling can lead to key compromise.
TLS Verification Bypass: A single high-severity fix adds VerifyConnection for session resumption, indicating a critical gap in TLS peer verification.