mirror of
https://github.com/github/codeql.git
synced 2026-05-25 08:37:20 +02:00
PS: Add another missing flow found by Chanel.
This commit is contained in:
@@ -36,4 +36,13 @@ ThreeArgs -z $third -y $second $first
|
||||
ThreeArgs -z $third $second -x $first
|
||||
ThreeArgs -z $third -x $first $second
|
||||
ThreeArgs -z $third $first -y $second
|
||||
ThreeArgs -z $third -y $second $first
|
||||
ThreeArgs -z $third -y $second $first
|
||||
|
||||
function Invoke-InvokeExpressionInjection2
|
||||
{
|
||||
param($UserInput)
|
||||
Sink $UserInput # $ MISSING: hasValueFlow=1
|
||||
}
|
||||
|
||||
$input = Source "1"
|
||||
Invoke-InvokeExpressionInjection2 -UserInput $input
|
||||
Reference in New Issue
Block a user