Highlights
Path Traversal: 2 prior fixes. Scrutinize any change in this area.
examples/falcon_sensor_download/main.go: most-fixed (2 issues). Treat as high-risk during review.
3 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.
Auth Bypass: Automatic fallback to US-1 cloud when an access token is used can misroute authenticated requests to an unintended environment, potentially bypassing regional access controls or leaking data to the wrong tenant.
Path Traversal: Two separate fixes were needed to sanitize filenames before opening them for writing, indicating a repeated vulnerability where attacker-controlled filenames could escape the intended directory and overwrite arbitrary files.