Security context

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

hiero-ledger/hiero-sdk-java
main @ bb3f178
6
Fixes
0
CVEs
CRITICAL
Peak severity
50.0%
Coverage
Highlights
Signature Verification Bypass: 3 prior fixes. Scrutinize any change in this area.
PublicKey.java: most-fixed (2 issues). 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.

Signature Verification Bypass: Critical flaw where Ed25519 signatures were verified against the ECDSA384 field, allowing forged signatures to pass.
Signature Verification Bypass: Type-specific signature extraction was missing; using the wrong protobuf field per key type could bypass verification.
Signature Verification Bypass: verifyTransaction() returned true even when the key did not sign, enabling authentication bypass.