Skip to content

Commit 1a83554

Browse files
committed
correct typo
1 parent 346a2f2 commit 1a83554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/cwe-208/UnsafeHmacComparison.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class OpenSslHmacdigest extends DataFlow::Node {
2929

3030
// A call to OpenSSL::HMAC.new
3131
class OpenSslnewHmac extends DataFlow::Node {
32-
OpenSsslnewHmac() {
32+
OpenSslnewHmac() {
3333
this = API::getTopLevelMember("OpenSSL").getMember("HMAC").getAnInstantiation()
3434
}
3535
}

0 commit comments

Comments
 (0)