We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911d30b commit 1a980c9Copy full SHA for 1a980c9
1 file changed
swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name String length conflation
3
- * @description TODO
+ * @description Using a length value from an `NSString` in a `String`, or a `count` from a `String` in an `NSString`, may cause unexpected behavior.
4
* @kind problem
5
* @problem.severity TODO
6
* @security-severity TODO
0 commit comments