mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Improve envvar injection
This commit is contained in:
@@ -29,4 +29,4 @@ where
|
||||
)
|
||||
select sink.getNode(), source, sink,
|
||||
"Potential environment variable injection in $@, which may be controlled by an external user.",
|
||||
sink, sink.getNode().asExpr().(Expression).getRawExpression()
|
||||
sink, sink.getNode().toString()
|
||||
|
||||
@@ -25,4 +25,4 @@ where
|
||||
)
|
||||
select sink.getNode(), source, sink,
|
||||
"Potential privileged environment variable injection in $@, which may be controlled by an external user.",
|
||||
sink, sink.getNode().asExpr().(Expression).getRawExpression()
|
||||
sink, sink.getNode().toString()
|
||||
|
||||
Reference in New Issue
Block a user