Skip to content

Commit 161c8c4

Browse files
authored
Merge pull request #22149 from jketema/jketema/cwe-114-tag
C++/C#: Specify additional CWE tags for queries that specify CWE 114
2 parents 747aa45 + 72efb6a commit 161c8c4

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

cpp/ql/src/Security/CWE/CWE-114/UncontrolledProcessOperation.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @precision medium
1010
* @id cpp/uncontrolled-process-operation
1111
* @tags security
12+
* external/cwe/cwe-073
13+
* external/cwe/cwe-078
1214
* external/cwe/cwe-114
1315
*/
1416

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 tags `external/cwe/cwe-073` and `external/cwe/cwe-078` to `cpp/uncontrolled-process-operation`.

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`.

csharp/ql/src/change-notes/released/2022-11-07-constant-expression.md

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

0 commit comments

Comments
 (0)