mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
As the queries live here, it makes sense for the suites to be versioned together with them. The LGTM suite has already been moved. This commit moves the actively-maintained non-LGTM suites.
14 lines
920 B
Plaintext
14 lines
920 B
Plaintext
# CWE-134: Uncontrolled Format String
|
|
+ semmlecode-cpp-queries/Likely Bugs/Format/NonConstantFormat.ql: /CWE/CWE-134
|
|
@name Non-constant format string (CWE-134)
|
|
# This one runs out of memory. See ODASA-608.
|
|
#+ semmlecode-cpp-queries/PointsTo/TaintedFormatStrings.ql: /CWE/CWE-134
|
|
+ semmlecode-cpp-queries/Likely Bugs/Format/WrongNumberOfFormatArguments.ql: /CWE/CWE-134
|
|
@name Wrong number of arguments to formatting function (CWE-134)
|
|
+ semmlecode-cpp-queries/Likely Bugs/Format/WrongTypeFormatArguments.ql: /CWE/CWE-134
|
|
@name Wrong type of arguments to formatting function (CWE-134)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-134/UncontrolledFormatString.ql: /CWE/CWE-134
|
|
@name Uncontrolled format string (CWE-134)
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-134/UncontrolledFormatStringThroughGlobalVar.ql: /CWE/CWE-134
|
|
@name Uncontrolled format string (through global variable) (CWE-134)
|