File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
swift/ql/src/queries/Security/CWE-259 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import codeql.swift.dataflow.FlowSteps
17
17
import DataFlow:: PathGraph
18
18
19
19
/**
20
- * A constant salt is created through either a byte array or string literals.
20
+ * A constant password is created through either a byte array or string literals.
21
21
*/
22
22
class ConstantPasswordSource extends Expr {
23
23
ConstantPasswordSource ( ) {
@@ -45,7 +45,7 @@ class ConstantPasswordSink extends Expr {
45
45
46
46
/**
47
47
* A taint configuration from the source of constants passwords to expressions that use
48
- * them to initialize password-based enecryption keys.
48
+ * them to initialize password-based encryption keys.
49
49
*/
50
50
class ConstantPasswordConfig extends TaintTracking:: Configuration {
51
51
ConstantPasswordConfig ( ) { this = "ConstantPasswordConfig" }
You can’t perform that action at this time.
0 commit comments