mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
1.0 KiB
1.0 KiB
0.0.11
New Queries
- A new query,
js/functionality-from-untrusted-source, has been added to the query suite. It finds DOM elements that load functionality from untrusted sources, likescriptoriframeelements usinghttplinks. The query is run by default.
Query Metadata Changes
- The
js/request-forgeryquery previously flagged both server-side and client-side request forgery, but these are now handled by two different queries:js/request-forgeryis now specific to server-side request forgery. Its precision has been raised tohighand is now shown by default (it was previously in thesecurity-extendedsuite).js/client-side-request-forgeryis specific to client-side request forgery. This is technically a new query but simply flags a subset of what the old query did. This has precisionmediumand is part of thesecurity-extendedsuite.
Minor Analysis Improvements
- Added dataflow through the
snapdragonlibrary.