Skip to content

Commit fd32355

Browse files
committed
C++: Give cpp/overflow-buffer medium precision, and upgrade severity so it will appear in security-extended.
1 parent ae25399 commit fd32355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/Security/CWE/CWE-119/OverflowBuffer.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
* buffer.
66
* @kind problem
77
* @id cpp/overflow-buffer
8-
* @problem.severity recommendation
8+
* @problem.severity warning
99
* @security-severity 9.3
10+
* @precision medium
1011
* @tags security
1112
* external/cwe/cwe-119
1213
* external/cwe/cwe-121

0 commit comments

Comments
 (0)