We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafb44d commit 409a6aaCopy full SHA for 409a6aa
ql/src/Security/CWE-349/CachePoisoning.ql
@@ -43,4 +43,4 @@ where
43
// (The cache specific token can be leaked even for non-privileged workflows)
44
checkout.getAFollowingStep() instanceof PoisonableStep
45
)
46
-select checkout, "Potential cache poisoning on privileged workflow."
+select checkout, "Potential cache poisoning of a default branch."
0 commit comments