Skip to content

Commit ad45d31

Browse files
author
Alvaro Muñoz
committed
Resolve conflict
2 parents 1ea0312 + 409a6aa commit ad45d31

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
@@ -47,5 +47,5 @@ where
4747
checkout.getAFollowingStep() = s and
4848
s instanceof PoisonableStep
4949
)
50-
select checkout, "Untrusted checked-out code may lead to cache poisoning on step $@.", s,
50+
select checkout, "Potential cache poisoning in the context of the default branch on step $@.", s,
5151
s.toString()

0 commit comments

Comments
 (0)