Skip to content

Commit c2e57c3

Browse files
committed
Swift: Fix 'kind' in 'swift/string-length-conflation'.
1 parent f97cc9e commit c2e57c3

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,7 +1,7 @@
11
/**
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.
4-
* @kind problem
4+
* @kind path-problem
55
* @problem.severity error
66
* @security-severity 7.8
77
* @precision high

0 commit comments

Comments
 (0)