Skip to content

Commit 9710aee

Browse files
committed
Python/C#: Add CWE-1333 to redos queries
As is already done in JS and Ruby.
1 parent d9e02e8 commit 9710aee

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/experimental/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/experimental/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)