mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
This required quite some changes in the expected output. I think it's much more
clear what the selected nodes are now 👍 (but it was a bit boring work to fix
this up)
4 lines
125 B
Python
4 lines
125 B
Python
import dill
|
|
|
|
dill.loads(payload) # $decodeInput=payload decodeOutput=dill.loads(..) decodeFormat=dill decodeMayExecuteInput
|