Skip to content

Commit 8be4d47

Browse files
fix typos
1 parent fe408cf commit 8be4d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/src/queries/Security/CWE-259/ConstantPassword.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import codeql.swift.dataflow.FlowSteps
1717
import DataFlow::PathGraph
1818

1919
/**
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.
2121
*/
2222
class ConstantPasswordSource extends Expr {
2323
ConstantPasswordSource() {
@@ -45,7 +45,7 @@ class ConstantPasswordSink extends Expr {
4545

4646
/**
4747
* 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.
4949
*/
5050
class ConstantPasswordConfig extends TaintTracking::Configuration {
5151
ConstantPasswordConfig() { this = "ConstantPasswordConfig" }

0 commit comments

Comments
 (0)