We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b61f26 commit 58e9a04Copy full SHA for 58e9a04
swift/ql/src/queries/Security/CWE-134/UncontrolledFormatString.ql
@@ -1,10 +1,10 @@
1
/**
2
* @name Uncontrolled format string
3
- * @description TODO
+ * @description Using external input in format strings can lead to exceptions or information leaks.
4
* @kind path-problem
5
- * @problem.severity TODO
+ * @problem.severity error
6
* @security-severity TODO
7
- * @precision TODO
+ * @precision high
8
* @id swift/uncontrolled-format-string
9
* @tags security
10
* external/cwe/cwe-134
0 commit comments