mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Update TimingAttackAgainstHeader.ql
This commit is contained in:
@@ -17,7 +17,7 @@ import TimingAttack
|
||||
import DataFlow::PathGraph
|
||||
|
||||
/**
|
||||
* Taint-tracking configuration tracing flow from obtaining a client Secret from an HTTP header to a unsafe Comparison.
|
||||
* A configuration tracing flow from a client Secret obtained by an HTTP header to a unsafe Comparison.
|
||||
*/
|
||||
class ClientSuppliedSecretConfig extends TaintTracking::Configuration {
|
||||
ClientSuppliedSecretConfig() { this = "ClientSuppliedSecretConfig" }
|
||||
|
||||
Reference in New Issue
Block a user