File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
powershell/ql/lib/semmle/code/powershell/frameworks
SystemManagementAutomationScriptBlock Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1766,7 +1766,7 @@ extensions:
1766
1766
- ["system.uint32", "system.single", "Method[system.iconvertible.touint32].ReturnValue"]
1767
1767
- ["system.double", "system.char", "Method[system.iconvertible.todouble].ReturnValue"]
1768
1768
- ["system.datetimeoffset", "system.datetimeoffset", "Method[tolocaltime].ReturnValue"]
1769
- - ["t", "system.binarydata", "Method[toObjectFromJson <t>].ReturnValue"]
1769
+ - ["t", "system.binarydata", "Method[toobjectfromjson <t>].ReturnValue"]
1770
1770
- ["system.boolean", "system.sbyte!", "Method[system.numerics.inumberbase<system.sbyte>.tryconverttotruncating<tother>].ReturnValue"]
1771
1771
- ["system.boolean", "system.int16", "Method[System.Numerics.IBinaryInteger<system.int16>.TryWriteBigEndian].ReturnValue"]
1772
1772
- ["system.double", "system.math!", "Method[reciprocalsqrtestimate].ReturnValue"]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ extensions:
3
3
pack : microsoft-sdl/powershell-all
4
4
extensible : sinkModel
5
5
data :
6
- - ["System.Management.Automation.ScriptBlock !", "Method[create].Argument[0]", "command-injection"]
6
+ - ["system.management.automation.scriptblock !", "Method[create].Argument[0]", "command-injection"]
7
7
8
8
- addsTo :
9
9
pack : microsoft-sdl/powershell-all
You can’t perform that action at this time.
0 commit comments