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 d9e694b commit 43ca192Copy full SHA for 43ca192
swift/ql/lib/codeql/swift/security/UnsafeJsEvalQuery.qll
@@ -30,10 +30,7 @@ module UnsafeJsEvalConfig implements DataFlow::ConfigSig {
30
or
31
isAdditionalFlowStep(node, _)
32
) and
33
- (
34
- c.getAReadContent() instanceof DataFlow::Content::ArrayContent or
35
- c.getAReadContent() instanceof DataFlow::Content::CollectionContent
36
- )
+ c.getAReadContent() instanceof DataFlow::Content::CollectionContent
37
}
38
39
0 commit comments