Skip to content

Commit 58e9a04

Browse files
committed
Swift: Add metadata.
1 parent 2b61f26 commit 58e9a04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift/ql/src/queries/Security/CWE-134/UncontrolledFormatString.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @name Uncontrolled format string
3-
* @description TODO
3+
* @description Using external input in format strings can lead to exceptions or information leaks.
44
* @kind path-problem
5-
* @problem.severity TODO
5+
* @problem.severity error
66
* @security-severity TODO
7-
* @precision TODO
7+
* @precision high
88
* @id swift/uncontrolled-format-string
99
* @tags security
1010
* external/cwe/cwe-134

0 commit comments

Comments
 (0)