Skip to content

Commit a62ce4c

Browse files
Merge pull request github#16461 from joefarebrother/csharp-missing-cwe-metadata
C#: Add missing CWE tags
2 parents ed0717a + 513a319 commit a62ce4c

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-348
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-348
1112
*/
1213

1314
import csharp

0 commit comments

Comments
 (0)