mirror of
https://github.com/github/codeql.git
synced 2026-05-27 09:31:30 +02:00
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import powershell
|
|
import semmle.code.powershell.dataflow.DataFlow
|
|
private import TestUtilities.InlineFlowTest
|
|
import DefaultFlowTest
|
|
import ValueFlow::PathGraph
|
|
|
|
from ValueFlow::PathNode source, ValueFlow::PathNode sink
|
|
where ValueFlow::flowPath(source, sink)
|
|
select sink, source, sink, "$@", source, source.toString()
|