Security context

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

software-mansion/react-native-screens
main @ b09beff
2
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Denial of Service: 1 prior fix. Scrutinize any change in this area.
@react-native-community/cli-server-api: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

SSRF: A critical SSRF vulnerability in the local development server allowed unauthorized requests to reach internal services. This risk was remediated by bumping the community CLI dependency to prevent local network exploitation.
Denial of Service: Concurrency issues and data races on shared C++ collections during view mounting could trigger application crashes. The vulnerability was resolved by introducing a mutex lock guard to synchronize access to mounting overrides.