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
1717import 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 */
2222class 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 */
5050class ConstantPasswordConfig extends TaintTracking:: Configuration {
5151 ConstantPasswordConfig ( ) { this = "ConstantPasswordConfig" }
You can’t perform that action at this time.
0 commit comments