Skip to content

Commit 66fea69

Browse files
committed
C#: Add CWE-73 tag to cs/assembly-path-injection
Use of CWE-114 is discoraged, and CWE-73 seems appropriate as the assembly path is user controlled here.
1 parent 2ae79d0 commit 66fea69

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

csharp/ql/src/Security Features/CWE-114/AssemblyPathInjection.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @security-severity 8.2
1010
* @precision high
1111
* @tags security
12+
* external/cwe/cwe-073
1213
* external/cwe/cwe-114
1314
*/
1415

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: queryMetadata
3+
---
4+
* Added the tag `external/cwe/cwe-073` to `cs/assembly-path-injection`.

0 commit comments

Comments
 (0)