mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
CPP: Deprecate PotentialBufferOverflow.ql.
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
* @tags reliability
|
||||
* security
|
||||
* external/cwe/cwe-676
|
||||
* @deprecated
|
||||
*
|
||||
* This query is deprecated, use Security/CWE/CWE-120/OverrunWrite.ql and
|
||||
* Security/CWE/CWE-120/OverrunWriteFloat.ql instead.
|
||||
*/
|
||||
import cpp
|
||||
import semmle.code.cpp.commons.Buffer
|
||||
|
||||
Reference in New Issue
Block a user