mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
450 B
450 B
0.1.0
New Queries
- The
js/resource-exhaustionquery has been added. It highlights locations where an attacker can cause a large amount of resources to be consumed. The query previously existed as an experimental query.
Minor Analysis Improvements
- Improved handling of custom DOM elements, potentially leading to more alerts for the XSS queries.
- Improved taint tracking through calls to the
Array.prototype.reducefunction.