mirror of
https://github.com/github/codeql.git
synced 2026-05-31 03:21:23 +02:00
453 B
453 B
0.9.0
New Queries
- The query
py/nosql-injectionfor finding NoSQL injection vulnerabilities is now available in the default security suite.
Minor Analysis Improvements
- Improved URL redirection from remote source (
py/url-redirection) query to not alert when URL has been checked withdjango.utils.http. url_has_allowed_host_and_scheme. - Extended the
py/command-line-injectionquery with sinks from Python'sasynciomodule.