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 dd75ea3 commit c3175aeCopy full SHA for c3175ae
javascript/ql/src/semmle/javascript/security/CryptoAlgorithms.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