mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
format document
This commit is contained in:
@@ -39,6 +39,7 @@ private module UnsafeHmacComparison {
|
||||
}
|
||||
|
||||
private import UnsafeHmacComparison::PathGraph
|
||||
|
||||
from UnsafeHmacComparison::PathNode source, UnsafeHmacComparison::PathNode sink
|
||||
where UnsafeHmacComparison::flowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This comparison is potentially vulnerable to a timing attack."
|
||||
|
||||
Reference in New Issue
Block a user