Skip to content

Commit 72efb6a

Browse files
committed
C++: Add CWE 73 and CWE 78 tags to cpp/uncontrolled-process-operation
User controlled data here either leads to the loading of an uncontrolled library (CWE 73) or the execution of an uncontrolled command (CWE 78).
1 parent 66fea69 commit 72efb6a

2 files changed

Lines changed: 6 additions & 0 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`.

0 commit comments

Comments
 (0)