mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: add security tags to some format queries
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* @id cpp/overflowing-snprintf
|
||||
* @tags reliability
|
||||
* correctness
|
||||
* security
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
* @id cpp/too-many-format-arguments
|
||||
* @tags reliability
|
||||
* correctness
|
||||
* security
|
||||
*/
|
||||
import cpp
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @id cpp/wrong-number-format-arguments
|
||||
* @tags reliability
|
||||
* correctness
|
||||
* security
|
||||
* external/cwe/cwe-685
|
||||
*/
|
||||
import cpp
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @id cpp/wrong-type-format-argument
|
||||
* @tags reliability
|
||||
* correctness
|
||||
* security
|
||||
* external/cwe/cwe-686
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user