diff --git a/rust/ql/src/queries/security/CWE-798/HardcodedCryptographicValue.qhelp b/rust/ql/src/queries/security/CWE-798/HardcodedCryptographicValue.qhelp index b44a98013c8..f3b2d831944 100644 --- a/rust/ql/src/queries/security/CWE-798/HardcodedCryptographicValue.qhelp +++ b/rust/ql/src/queries/security/CWE-798/HardcodedCryptographicValue.qhelp @@ -5,7 +5,7 @@

-Hardcoded passwords, keys, initialization vectors and salts should not be used for cryptographic operations. +Hardcoded passwords, keys, initialization vectors, and salts should not be used for cryptographic operations.