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
13
13
* A taint config to detect insecure configuration of `NSURLSessionConfiguration`.
14
14
*/
15
15
module InsecureTlsConfig implements DataFlow:: ConfigSig {
16
- predicate isSource ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSource }
16
+ predicate isSource ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSource }
17
17
18
18
predicate isSink ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSink }
19
19
20
- predicate isBarrier ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSanitizer }
20
+ predicate isBarrier ( DataFlow:: Node node ) { node instanceof InsecureTlsExtensionsSanitizer }
21
21
22
22
predicate isAdditionalFlowStep ( DataFlow:: Node nodeFrom , DataFlow:: Node nodeTo ) {
23
23
any ( InsecureTlsExtensionsAdditionalTaintStep s ) .step ( nodeFrom , nodeTo )
You can’t perform that action at this time.
0 commit comments