Files
codeql/powershell/ql/test/library-tests/dataflow/fields/test.ps1
Mathias Vorreiter Pedersen 1ce4c2fcbf PS: Add tests.
2024-09-24 16:53:56 +01:00

7 lines
102 B
PowerShell

$a.f = Source "1"
Sink $a.f # $ MISSING: hasValueFlow=1
$a.f = Source "2"
$a.f = 0
Sink $a.f # clean