We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346a2f2 commit 1a83554Copy full SHA for 1a83554
ruby/ql/src/experimental/cwe-208/UnsafeHmacComparison.ql
@@ -29,7 +29,7 @@ class OpenSslHmacdigest extends DataFlow::Node {
29
30
// A call to OpenSSL::HMAC.new
31
class OpenSslnewHmac extends DataFlow::Node {
32
- OpenSsslnewHmac() {
+ OpenSslnewHmac() {
33
this = API::getTopLevelMember("OpenSSL").getMember("HMAC").getAnInstantiation()
34
}
35
0 commit comments