We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97cc9e commit c2e57c3Copy full SHA for c2e57c3
1 file changed
swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
@@ -1,7 +1,7 @@
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.
4
- * @kind problem
+ * @kind path-problem
5
* @problem.severity error
6
* @security-severity 7.8
7
* @precision high
0 commit comments