Skip to content

Commit ef283d9

Browse files
committed
Swift: Metadata.
1 parent f2ae2db commit ef283d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @name String length conflation
33
* @description Using a length value from an `NSString` in a `String`, or a count from a `String` in an `NSString`, may cause unexpected behavior.
44
* @kind problem
5-
* @problem.severity TODO
6-
* @security-severity TODO
5+
* @problem.severity error
6+
* @security-severity 7.8
77
* @precision TODO
88
* @id swift/string-length-conflation
99
* @tags security

0 commit comments

Comments
 (0)