File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/semmle/python/frameworks
test/library-tests/frameworks/pandas Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ private module Pandas {
32
32
33
33
override DataFlow:: Node getOutput ( ) { result = this }
34
34
35
- override string getFormat ( ) { result = "pandas " }
35
+ override string getFormat ( ) { result = "pickle " }
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
import pandas
2
2
3
- pandas .read_pickle (file_ ) # $ decodeInput=file_ decodeOutput=pandas.read_pickle(..) decodeFormat=pandas decodeMayExecuteInput
4
- pandas .read_pickle (filepath_or_buffer = file_ ) # $ decodeInput=file_ decodeOutput=pandas.read_pickle(..) decodeFormat=pandas decodeMayExecuteInput
3
+ pandas .read_pickle (file_ ) # $ decodeInput=file_ decodeOutput=pandas.read_pickle(..) decodeFormat=pickle decodeMayExecuteInput
4
+ pandas .read_pickle (filepath_or_buffer = file_ ) # $ decodeInput=file_ decodeOutput=pandas.read_pickle(..) decodeFormat=pickle decodeMayExecuteInput
You can’t perform that action at this time.
0 commit comments