Skip to content

Commit f2ae2db

Browse files
committed
Swift: Consistency.
1 parent ef3d4f3 commit f2ae2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name String length conflation
3-
* @description Using a length value from an `NSString` in a `String`, or a `count` from a `String` in an `NSString`, may cause unexpected behavior.
3+
* @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
55
* @problem.severity TODO
66
* @security-severity TODO

0 commit comments

Comments
 (0)