mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update TimingAttackAgainstHeader.ql
This commit is contained in:
committed by
Chris Smowton
parent
7859288040
commit
2eee6b4f69
@@ -34,7 +34,7 @@ private class NonConstantTimeEqualsCall extends MethodAccess {
|
||||
|
||||
private predicate isNonConstantEqualsCallArgument(Expr e) {
|
||||
exists(NonConstantTimeEqualsCall call |
|
||||
e = [call.getQualifier(), call.getAnArgument()]
|
||||
e = [call.getQualifier(), call.getArgument(0)]
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user