Security context

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

jnr/jnr-posix
master @ 33e70a4
2
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Buffer Overflow: 1 prior fix. Scrutinize any change in this area.
SpawnFileAction.java: most-fixed (1 issue). Treat as high-risk during review.
2 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.

Use After Free: Path string passed to posix_spawn_file_actions_addopen was not kept alive, allowing the native call to read freed memory.
Buffer Overflow: FindFirstFileW buffer was too small for long paths, causing a native buffer overflow.