Security context

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

facebook/metro
main @ fce4f29
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Path Traversal: 2 prior fixes. Scrutinize any change in this area.
packages/metro/src/Server.js: 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.

Path Traversal: Asset serving endpoint lacked file map validation, allowing requests for blocked or sensitive files outside the intended asset set.
Path Traversal: Asset request paths were resolved without canonicalization or prefix checks, enabling traversal outside the root directory.