Skip to content

Commit 4dc6053

Browse files
committed
Second-order SQL injection
1 parent 1ba3efb commit 4dc6053

File tree

6 files changed

+8
-96
lines changed

6 files changed

+8
-96
lines changed

csharp/ql/src/Security Features/CWE-089/SecondOrderSqlInjection.qhelp

Lines changed: 0 additions & 6 deletions
This file was deleted.

csharp/ql/src/Security Features/CWE-089/SecondOrderSqlInjection.ql

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
category: majorAnalysis
33
---
4-
* The `Stored` variants of some queries (`cs/stored-command-line-injection`, `cs/web/stored-xss`, `cs/stored-ldap-injection`, `cs/xml/stored-xpath-injection`) have been removed. If you were using these queries, their results can be restored by enabling the `file` and `database` threat models in your threat model configuration.
4+
* The `Stored` variants of some queries (`cs/stored-command-line-injection`, `cs/web/stored-xss`, `cs/stored-ldap-injection`, `cs/xml/stored-xpath-injection`. `cs/second-order-sql-injection`) have been removed. If you were using these queries, their results can be restored by enabling the `file` and `database` threat models in your threat model configuration.
55

csharp/ql/test/query-tests/Security Features/CWE-089/SecondOrderSqlInjection.expected

Lines changed: 0 additions & 56 deletions
This file was deleted.

csharp/ql/test/query-tests/Security Features/CWE-089/SecondOrderSqlInjection.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extensions:
2+
3+
- addsTo:
4+
pack: codeql/threat-models
5+
extensible: threatModelConfiguration
6+
data:
7+
- ["local", true, 0]

0 commit comments

Comments
 (0)