Skip to content

Commit 409a6aa

Browse files
Alvaro MuñozJarLob
andauthored
Update ql/src/Security/CWE-349/CachePoisoning.ql
Co-authored-by: Jaroslav Lobačevski <[email protected]>
1 parent fafb44d commit 409a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ where
4343
// (The cache specific token can be leaked even for non-privileged workflows)
4444
checkout.getAFollowingStep() instanceof PoisonableStep
4545
)
46-
select checkout, "Potential cache poisoning on privileged workflow."
46+
select checkout, "Potential cache poisoning of a default branch."

0 commit comments

Comments
 (0)