Skip to content

Commit 565af1a

Browse files
authored
Merge pull request github#6071 from RasmusWL/fix-input-cwe
Approved by calumgrant, tausbn
2 parents baf8d0a + 4eed94a commit 565af1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/Expressions/UseofInput.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* @kind problem
55
* @tags security
66
* correctness
7-
* security/cwe/cwe-78
7+
* security/cwe/cwe-94
8+
* security/cwe/cwe-95
89
* @problem.severity error
910
* @security-severity 9.8
1011
* @sub-severity high

0 commit comments

Comments
 (0)