We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443780f commit dd75ea3Copy full SHA for dd75ea3
python/ql/src/semmle/crypto/Crypto.qll
@@ -118,7 +118,7 @@ abstract class CryptographicAlgorithm extends TCryptographicAlgorithm {
118
119
/**
120
* Holds if the name of this algorithm matches `name` modulo case,
121
- * white space, dashes and underscores.
+ * white space, dashes, and underscores.
122
*/
123
bindingset[name]
124
predicate matchesName(string name) {
0 commit comments