Skip to content

Commit 8254d0d

Browse files
maikypediajorgectf
andauthored
Naming error
Co-authored-by: Jorge <[email protected]>
1 parent 6d0ba5f commit 8254d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/frameworks/Joblib.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ private module Joblib {
1818
* See https://pypi.org/project/joblib/
1919
*
2020
*/
21-
private class PandasReadPickleCall extends Decoding::Range, DataFlow::CallCfgNode {
22-
PandasReadPickleCall() { this = API::moduleImport("joblib").getMember("load").getACall() }
21+
private class JoblibLoadCall extends Decoding::Range, DataFlow::CallCfgNode {
22+
JoblibLoadCall() { this = API::moduleImport("joblib").getMember("load").getACall() }
2323

2424
override predicate mayExecuteInput() { any() }
2525

0 commit comments

Comments
 (0)