mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
CPP: Reformat @deprecated message.
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
* @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.
|
||||
* @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