Skip to content

Commit 41b7922

Browse files
authored
Merge pull request #7089 from RasmusWL/redos-cwe-1333
Python/C#: Add CWE-1333 to redos queries
2 parents 19802cc + b2611fe commit 41b7922

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

csharp/ql/src/Security Features/CWE-730/ReDoS.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @precision high
99
* @id cs/redos
1010
* @tags security
11+
* external/cwe/cwe-1333
1112
* external/cwe/cwe-730
1213
* external/cwe/cwe-400
1314
*/

python/ql/src/Security/CWE-730/PolynomialReDoS.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @precision high
88
* @id py/polynomial-redos
99
* @tags security
10+
* external/cwe/cwe-1333
1011
* external/cwe/cwe-730
1112
* external/cwe/cwe-400
1213
*/

python/ql/src/Security/CWE-730/ReDoS.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @precision high
99
* @id py/redos
1010
* @tags security
11+
* external/cwe/cwe-1333
1112
* external/cwe/cwe-730
1213
* external/cwe/cwe-400
1314
*/

0 commit comments

Comments
 (0)