mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
332 B
332 B
0.7.0
New Queries
- Added a new query,
cs/web/missing-function-level-access-control, to find instances of missing authorization checks.
Bug Fixes
- The query "Arbitrary file write during zip extraction ("Zip Slip")" (
cs/zipslip) has been renamed to "Arbitrary file access during archive extraction ("Zip Slip")."