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 22import marshal
33import base64
44
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
77
88# TODO: These tests should be merged with python/ql/test/experimental/dataflow/tainttracking/defaultAdditionalTaintStep/test_string.py
99base64 .b64encode (bs ) # $ encodeInput=bs encodeOutput=Attribute() encodeFormat=Base64
You can’t perform that action at this time.
0 commit comments