Skip to content

Commit 20a1e22

Browse files
Add missing CWE tags
1 parent 4dfcdbc commit 20a1e22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

csharp/ql/src/Input Validation/ValueShadowing.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @tags security
99
* maintainability
1010
* frameworks/asp.net
11+
* external/cwe/cwe-1173
1112
*/
1213

1314
import csharp

csharp/ql/src/Input Validation/ValueShadowingServerVariable.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @tags security
99
* maintainability
1010
* frameworks/asp.net
11+
* external/cwe/cwe-1173
1112
*/
1213

1314
import csharp

0 commit comments

Comments
 (0)