We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc69c16 commit 4c088b1Copy full SHA for 4c088b1
cpp/ql/src/semmle/code/cpp/security/Encryption.qll
@@ -59,8 +59,6 @@ string getASecureAlgorithmName() {
59
* contain an algorithm that is known to be secure.
60
*/
61
string getSecureAlgorithmRegex() {
62
- // The implementation of this is a duplicate of getInsecureAlgorithmRegex, as
63
- // it isn't possible to have string -> string functions at the moment
64
// algorithms usually appear in names surrounded by characters that are not
65
// alphabetical characters in the same case. This handles the upper and lower
66
// case cases
0 commit comments