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

Skip to content

Commit d4f2a07

Browse files
authored
Merge pull request #732 from aschackmull/java/conditional-bypass-precision
Java: Reduce precision of java/user-controlled-bypass.
2 parents b0364e3 + ab44e56 commit d4f2a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Security/CWE/CWE-807/ConditionalBypass.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* passing through authentication systems.
55
* @kind path-problem
66
* @problem.severity error
7-
* @precision high
7+
* @precision medium
88
* @id java/user-controlled-bypass
99
* @tags security
1010
* external/cwe/cwe-807

0 commit comments

Comments
 (0)