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 1a83554 commit f241498Copy full SHA for f241498
ruby/ql/src/experimental/cwe-208/UnsafeHmacComparison.ql
@@ -42,7 +42,7 @@ class OpenSslHmacbase64digest extends DataFlow::Node {
42
}
43
44
class Configuration extends DataFlow::Configuration {
45
- Configuration() { this = "UnsafeHMACComparison" }
+ Configuration() { this = "UnsafeHmacComparison" }
46
47
override predicate isSource(DataFlow::Node source) {
48
source instanceof OpenSslHmacHexdigest or
0 commit comments