Skip to content

Commit a9132c4

Browse files
committed
Fix incorrect CWE tags
1 parent cf614a5 commit a9132c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Expressions/UseofInput.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @kind problem
55
* @tags security
66
* correctness
7-
* security/cwe/cwe-94
8-
* security/cwe/cwe-95
7+
* external/cwe/cwe-094
8+
* external/cwe/cwe-095
99
* @problem.severity error
1010
* @security-severity 9.8
1111
* @sub-severity high

0 commit comments

Comments
 (0)