Skip to content

Commit de2ab0d

Browse files
committed
Add note about existing standard query to remote-user-input-as-format-string.ql
1 parent 4674bd7 commit de2ab0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeql-custom-queries-java/queries/security/remote-user-input-as-format-string.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @kind path-problem
1010
*/
1111

12+
// Note: Might have some overlap with standard CodeQL query `java/tainted-format-string`
13+
1214
import java
1315
import semmle.code.java.StringFormat
1416
import semmle.code.java.dataflow.FlowSources

0 commit comments

Comments
 (0)