We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0ba5f commit 8254d0dCopy full SHA for 8254d0d
python/ql/lib/semmle/python/frameworks/Joblib.qll
@@ -18,8 +18,8 @@ private module Joblib {
18
* See https://pypi.org/project/joblib/
19
*
20
*/
21
- private class PandasReadPickleCall extends Decoding::Range, DataFlow::CallCfgNode {
22
- PandasReadPickleCall() { this = API::moduleImport("joblib").getMember("load").getACall() }
+ private class JoblibLoadCall extends Decoding::Range, DataFlow::CallCfgNode {
+ JoblibLoadCall() { this = API::moduleImport("joblib").getMember("load").getACall() }
23
24
override predicate mayExecuteInput() { any() }
25
0 commit comments