Skip to content

Commit 5de2e24

Browse files
authored
Merge pull request #8358 from geoffw0/cwe497c
C++: Upgrade cpp/system-data-exposure to high precision
2 parents 208851c + 9e3156d commit 5de2e24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

cpp/ql/src/Security/CWE/CWE-497/ExposedSystemData.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @kind path-problem
77
* @problem.severity warning
88
* @security-severity 6.5
9-
* @precision medium
9+
* @precision high
1010
* @id cpp/system-data-exposure
1111
* @tags security
1212
* external/cwe/cwe-497
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* The `cpp/system-data-exposure` query has been increased from `medium` to `high` precision, following a number of improvements to the query logic.

0 commit comments

Comments
 (0)