We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336548f commit 541df9bCopy full SHA for 541df9b
swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
@@ -74,7 +74,7 @@ class StringLengthConflationConfiguration extends DataFlow::Configuration {
74
paramName = "at"
75
) and
76
c.getName() = className and
77
- c.getAMember() = funcDecl and // TODO: will this even work if its defined in a parent class?
+ c.getAMember() = funcDecl and
78
call.getFunction().(ApplyExpr).getStaticTarget() = funcDecl and
79
flowstate = "String" // `String` length flowing into `NSString`
80
)
0 commit comments