Skip to content

Commit 6365739

Browse files
authored
Merge pull request github#13267 from MathiasVP/promote-overrun-write
C++: Promote `cpp/overrun-write` out of experimental
2 parents 081c069 + 960e652 commit 6365739

File tree

8 files changed

+7
-2
lines changed

8 files changed

+7
-2
lines changed

cpp/ql/src/experimental/Likely Bugs/OverrunWriteProductFlow.ql renamed to cpp/ql/src/Security/CWE/CWE-119/OverrunWriteProductFlow.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
* may result in a buffer overflow.
55
* @kind path-problem
66
* @problem.severity error
7+
* @security-severity 9.3
8+
* @precision medium
79
* @id cpp/overrun-write
810
* @tags reliability
911
* security
10-
* experimental
1112
* external/cwe/cwe-119
1213
* external/cwe/cwe-131
1314
*/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new query, `cpp/overrun-write`, to detect buffer overflows in C-style functions that manipulate buffers.

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-119/OverrunWriteProductFlow.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Security/CWE/CWE-119/OverrunWriteProductFlow.ql

0 commit comments

Comments
 (0)