Skip to content

Commit 2d09d1e

Browse files
author
Alvaro Muñoz
committed
Fix alert text
1 parent f95a3e5 commit 2d09d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ where
3737
)
3838
)
3939
select sink.getNode(), source, sink,
40-
"Potential code injection in $@, which may be controlled by an external user.", sink,
40+
"Unprivileged code injection in $@, which may lead to cache poisoning.", sink,
4141
sink.getNode().asExpr().(Expression).getRawExpression()

0 commit comments

Comments
 (0)