Skip to content

Commit 01577da

Browse files
committed
format document
1 parent b899b64 commit 01577da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ private module UnsafeHmacComparison {
3939
}
4040

4141
private import UnsafeHmacComparison::PathGraph
42+
4243
from UnsafeHmacComparison::PathNode source, UnsafeHmacComparison::PathNode sink
4344
where UnsafeHmacComparison::flowPath(source, sink)
4445
select sink.getNode(), source, sink, "This comparison is potentially vulnerable to a timing attack."

0 commit comments

Comments
 (0)