mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
545 B
545 B
0.1.2
New Queries
- "XML external entity expansion" (
py/xxe). Results will appear by default. This query was based on an experimental query by @jorgectf. - "XML internal entity expansion" (
py/xml-bomb). Results will appear by default. This query was based on an experimental query by @jorgectf. - The query "CSRF protection weakened or disabled" (
py/csrf-protection-disabled) has been implemented. Its results will now appear by default.