Skip to content

Commit f241498

Browse files
committed
correct additional pascalcase issue
1 parent 1a83554 commit f241498

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
@@ -42,7 +42,7 @@ class OpenSslHmacbase64digest extends DataFlow::Node {
4242
}
4343

4444
class Configuration extends DataFlow::Configuration {
45-
Configuration() { this = "UnsafeHMACComparison" }
45+
Configuration() { this = "UnsafeHmacComparison" }
4646

4747
override predicate isSource(DataFlow::Node source) {
4848
source instanceof OpenSslHmacHexdigest or

0 commit comments

Comments
 (0)