Skip to content

Commit d1645e7

Browse files
committed
feat(java): enhance precision levels for debugging sources and sinks in Java
1 parent e0c2b56 commit d1645e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

java/src/debugging/Sinks.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @problem.severity warning
55
* @security-severity 1.0
66
* @sub-severity low
7-
* @precision low
7+
* @precision high
88
* @id java/debugging/sinks
99
* @tags debugging
1010
*/

java/src/debugging/Sources.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @problem.severity warning
55
* @security-severity 1.0
66
* @sub-severity low
7-
* @precision low
7+
* @precision high
88
* @id java/debugging/sources
99
* @tags debugging
1010
*/

java/src/suites/java-debugging.qls

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
from: githubsecuritylab/codeql-java-queries
55

66
- include:
7+
kind:
8+
- problem
9+
- path-problem
10+
precision:
11+
- very-high
12+
- high
713
tags contain:
814
- debugging
915

0 commit comments

Comments
 (0)