Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d170a commit bf86e53Copy full SHA for bf86e53
1 file changed
cpp/ql/lib/semmle/code/cpp/security/Encryption.qll
@@ -51,14 +51,14 @@ string getInsecureAlgorithmRegex() {
51
52
/**
53
* Holds if `name` looks like it might be related to operations with an
54
- * insecure encyption algorithm.
+ * insecure encryption algorithm.
55
*/
56
bindingset[name]
57
predicate isInsecureEncryption(string name) { name.regexpMatch(getInsecureAlgorithmRegex()) }
58
59
60
* 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
+ * related to operations with an encryption algorithm, besides the name of a
62
* specific algorithm. This can be used in conjunction with
63
* `isInsecureEncryption` to produce a stronger heuristic.
64
0 commit comments