Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01577da

Browse files
committed
format document
1 parent b899b64 commit 01577da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)