Skip to content

Commit 45315cd

Browse files
committed
CPP: Deprecate PotentialBufferOverflow.ql.
1 parent 8a5bc24 commit 45315cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpp/ql/src/Likely Bugs/Memory Management/PotentialBufferOverflow.ql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* @tags reliability
1010
* security
1111
* external/cwe/cwe-676
12+
* @deprecated
13+
*
14+
* This query is deprecated, use Security/CWE/CWE-120/OverrunWrite.ql and
15+
* Security/CWE/CWE-120/OverrunWriteFloat.ql instead.
1216
*/
1317
import cpp
1418
import semmle.code.cpp.commons.Buffer

0 commit comments

Comments
 (0)