Skip to content

Commit a703801

Browse files
committed
Swift: Improve QLDoc.
1 parent 1c75729 commit a703801

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

swift/ql/lib/codeql/swift/security/InsufficientHashIterationsQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private class IntLiteralSource extends IterationsSource instanceof IntegerLitera
2121
}
2222

2323
/**
24-
* A dataflow configuration from the hash iterations source to expressions that use
24+
* A taint tracking configuration from the hash iterations source to expressions that use
2525
* it to initialize hash functions.
2626
*/
2727
module InsufficientHashIterationsConfig implements DataFlow::ConfigSig {

swift/ql/lib/codeql/swift/security/WeakSensitiveDataHashingQuery.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import codeql.swift.dataflow.DataFlow
99
import codeql.swift.dataflow.TaintTracking
1010
import codeql.swift.security.WeakSensitiveDataHashingExtensions
1111

12+
/**
13+
* A taint tracking configuration from sensitive expressions to broken or weak
14+
* hashing sinks.
15+
*/
1216
module WeakHashingConfig implements DataFlow::ConfigSig {
1317
predicate isSource(DataFlow::Node node) { node.asExpr() instanceof SensitiveExpr }
1418

0 commit comments

Comments
 (0)