|
1 |
| -# CWE-134: Uncontrolled Format String |
2 |
| -+ semmlecode-cpp-queries/Likely Bugs/Format/NonConstantFormat.ql: /CWE/CWE-134 |
3 |
| - @name Non-constant format string (CWE-134) |
4 |
| -# This one runs out of memory. See ODASA-608. |
5 |
| -#+ semmlecode-cpp-queries/PointsTo/TaintedFormatStrings.ql: /CWE/CWE-134 |
6 |
| -+ semmlecode-cpp-queries/Likely Bugs/Format/WrongNumberOfFormatArguments.ql: /CWE/CWE-134 |
7 |
| - @name Wrong number of arguments to formatting function (CWE-134) |
8 |
| -+ semmlecode-cpp-queries/Likely Bugs/Format/WrongTypeFormatArguments.ql: /CWE/CWE-134 |
9 |
| - @name Wrong type of arguments to formatting function (CWE-134) |
10 |
| -+ semmlecode-cpp-queries/Security/CWE/CWE-134/UncontrolledFormatString.ql: /CWE/CWE-134 |
11 |
| - @name Uncontrolled format string (CWE-134) |
12 |
| -+ semmlecode-cpp-queries/Security/CWE/CWE-134/UncontrolledFormatStringThroughGlobalVar.ql: /CWE/CWE-134 |
13 |
| - @name Uncontrolled format string (through global variable) (CWE-134) |
| 1 | +# CWE-134: Uncontrolled Format String |
| 2 | ++ semmlecode-cpp-queries/Likely Bugs/Format/NonConstantFormat.ql: /CWE/CWE-134 |
| 3 | + @name Non-constant format string (CWE-134) |
| 4 | +# This one runs out of memory. See ODASA-608. |
| 5 | +#+ semmlecode-cpp-queries/PointsTo/TaintedFormatStrings.ql: /CWE/CWE-134 |
| 6 | ++ semmlecode-cpp-queries/Likely Bugs/Format/WrongNumberOfFormatArguments.ql: /CWE/CWE-134 |
| 7 | + @name Wrong number of arguments to formatting function (CWE-134) |
| 8 | ++ semmlecode-cpp-queries/Likely Bugs/Format/WrongTypeFormatArguments.ql: /CWE/CWE-134 |
| 9 | + @name Wrong type of arguments to formatting function (CWE-134) |
| 10 | ++ semmlecode-cpp-queries/Security/CWE/CWE-134/UncontrolledFormatString.ql: /CWE/CWE-134 |
| 11 | + @name Uncontrolled format string (CWE-134) |
| 12 | ++ semmlecode-cpp-queries/Security/CWE/CWE-134/UncontrolledFormatStringThroughGlobalVar.ql: /CWE/CWE-134 |
| 13 | + @name Uncontrolled format string (through global variable) (CWE-134) |
0 commit comments