File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/test/library-tests/frameworks/stdlib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
import marshal
3
3
import base64
4
4
5
- pickle .dumps (obj ) # $ MISSING: f-: encodeInput=obj f-: encodeOutput=Attribute() f-: encodeFormat=pickle f-: encodeMayExecuteInput
6
- marshal .dumps (obj ) # $ MISSING: f-: encodeInput=obj f-: encodeOutput=Attribute() f-: encodeFormat=marshal f-: encodeMayExecuteInput
5
+ pickle .dumps (obj ) # $ MISSING: encodeInput=obj encodeOutput=Attribute() encodeFormat=pickle encodeMayExecuteInput
6
+ marshal .dumps (obj ) # $ MISSING: encodeInput=obj encodeOutput=Attribute() encodeFormat=marshal encodeMayExecuteInput
7
7
8
8
# TODO: These tests should be merged with python/ql/test/experimental/dataflow/tainttracking/defaultAdditionalTaintStep/test_string.py
9
9
base64 .b64encode (bs ) # $ encodeInput=bs encodeOutput=Attribute() encodeFormat=Base64
You can’t perform that action at this time.
0 commit comments