Update ql/src/Security/CWE-349/CachePoisoning.ql

Co-authored-by: Jaroslav Lobačevski <jarlob@github.com>
This commit is contained in:
Alvaro Muñoz
2024-05-08 18:48:16 +02:00
committed by GitHub
parent fafb44d4f6
commit 409a6aa137

View File

@@ -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."