Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4677eb6

Browse files
committed
Java: Add change note for #3938
1 parent 9dbfc83 commit 4677eb6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
lgtm,codescanning
2+
* Two new queries, "Untrusted data passed to external API" (`java/untrusted-data-to-external-api`)
3+
and "Frequency counts for external APIs that are used with untrusted data"
4+
(`java/count-untrusted-data-external-api`), have been added. These queries
5+
should not be run by default as they are designed to have a low "true
6+
positive" rate. However, they allow you to review the use of untrusted data
7+
in an application to find new security vulnerabilities that are not found by
8+
the default security queries, as well as identifying opportunities to improve
9+
or add modeling of taint steps and sinks.

0 commit comments

Comments
 (0)