mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Java: Add change note for https://github.com/github/codeql/pull/3938
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
lgtm,codescanning
|
||||
* Two new queries, "Untrusted data passed to external API" (`java/untrusted-data-to-external-api`)
|
||||
and "Frequency counts for external APIs that are used with untrusted data"
|
||||
(`java/count-untrusted-data-external-api`), have been added. These queries
|
||||
should not be run by default as they are designed to have a low "true
|
||||
positive" rate. However, they allow you to review the use of untrusted data
|
||||
in an application to find new security vulnerabilities that are not found by
|
||||
the default security queries, as well as identifying opportunities to improve
|
||||
or add modeling of taint steps and sinks.
|
||||
Reference in New Issue
Block a user