File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
swift/ql/lib/codeql/swift/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import codeql.swift.security.InsecureTLSExtensions
1313 * A taint config to detect insecure configuration of `NSURLSessionConfiguration`.
1414 */
1515module InsecureTlsConfig implements DataFlow:: ConfigSig {
16- predicate isSource ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSource }
16+ predicate isSource ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSource }
1717
1818 predicate isSink ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSink }
1919
20- predicate isBarrier ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSanitizer }
20+ predicate isBarrier ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSanitizer }
2121
2222 predicate isAdditionalFlowStep ( DataFlow:: Node nodeFrom , DataFlow:: Node nodeTo ) {
2323 any ( InsecureTlsExtensionsAdditionalTaintStep s ) .step ( nodeFrom , nodeTo )
You can’t perform that action at this time.
0 commit comments