Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3d4f3 commit f2ae2dbCopy full SHA for f2ae2db
1 file changed
swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
@@ -1,6 +1,6 @@
1
/**
2
* @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.
+ * @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