Security context

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

hiero-ledger/hiero-mirror-node
main @ 0e65d91
52
Fixes
0
CVEs
HIGH
Peak severity
58.6%
Coverage
Highlights
Dependency Vulnerability: 13 prior fixes. Scrutinize any change in this area.
and: most-fixed (3 issues). Treat as high-risk during review.
27 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.

Auth Bypass: Multiple independent fixes show a systemic pattern of missing key/owner/spender validation before state-changing EVM operations, allowing unauthorized token or allowance modifications.
Signature Verification Bypass: Block stream and record file acceptance historically lacked cryptographic verification or had weak consensus checks, risking acceptance of forged data. Multiple fixes add or correct signature verification.
Denial of Service: Recurring unbounded resource consumption across parsing, tracing, streaming, and parameter conversion; each fix adds a size/depth/concurrency/overflow limit.