Security context

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

facebook/fresco
main @ 4fb7169
12
Fixes
0
CVEs
HIGH
Peak severity
85.7%
Coverage
Highlights
Buffer Overflow: 4 prior fixes. Scrutinize any change in this area.
gradle.properties: most-fixed (5 issues). Treat as high-risk during review.
12 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.

Buffer Overflow: Direct memcpy without overflow check in GIF reading; historically fixed once, likely other copy sites remain unguarded.
Out-of-Bounds Read: Missing bounds check on chunk_size before GetByteArrayElements; similar read paths in the same file may lack checks.
Out-of-Bounds Read: Index into SavedImages without bounds check; other frame-access functions may have the same flaw.