mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Update ql/src/Security/CWE-349/CachePoisoning.ql
Co-authored-by: Jaroslav Lobačevski <jarlob@github.com>
This commit is contained in:
@@ -43,4 +43,4 @@ where
|
||||
// (The cache specific token can be leaked even for non-privileged workflows)
|
||||
checkout.getAFollowingStep() instanceof PoisonableStep
|
||||
)
|
||||
select checkout, "Potential cache poisoning on privileged workflow."
|
||||
select checkout, "Potential cache poisoning of a default branch."
|
||||
|
||||
Reference in New Issue
Block a user