Highlights
Path Traversal: 1 prior fix. Scrutinize any change in this area.
playwright/src/test/java/com/microsoft/playwright/Utils.java: most-fixed (1 issue). Treat as high-risk during review.
0 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: The extraction of zip archives in test utilities was vulnerable to a Zip Slip style Path Traversal. An attacker supplying a malicious archive could write arbitrary files outside the target directory if path canonicalization and prefix checks were missing during extraction.