mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02: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
|