File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ string getInsecureAlgorithmRegex() {
5151
5252/**
5353 * Holds if `name` looks like it might be related to operations with an
54- * insecure encyption algorithm.
54+ * insecure encryption algorithm.
5555 */
5656bindingset [ name]
5757predicate isInsecureEncryption ( string name ) { name .regexpMatch ( getInsecureAlgorithmRegex ( ) ) }
5858
5959/**
6060 * Holds if there is additional evidence that `name` looks like it might be
61- * related to operations with an encyption algorithm, besides the name of a
61+ * related to operations with an encryption algorithm, besides the name of a
6262 * specific algorithm. This can be used in conjunction with
6363 * `isInsecureEncryption` to produce a stronger heuristic.
6464 */
You can’t perform that action at this time.
0 commit comments