Skip to content

Commit 5b040a9

Browse files
committed
Python: Fix duplicate query IDs
1 parent 6484935 commit 5b040a9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

python/ql/src/experimental/Security/CWE-022bis/TarSlipImprov.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* destination file path is within the destination directory can cause files outside
55
* the destination directory to be overwritten.
66
* @kind path-problem
7-
* @id py/tarslip
7+
* @id py/tarslip-extended
88
* @problem.severity error
99
* @security-severity 7.5
1010
* @precision high

python/ql/src/experimental/Security/CWE-079/ReflectedXSS.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @problem.severity error
77
* @security-severity 2.9
88
* @sub-severity high
9-
* @id py/reflective-xss
9+
* @id py/reflective-xss-email
1010
* @tags security
1111
* external/cwe/cwe-079
1212
* external/cwe/cwe-116

0 commit comments

Comments
 (0)