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 2890fe6 commit 079c7e0Copy full SHA for 079c7e0
python/ql/src/semmle/python/frameworks/Dill.qll
@@ -15,8 +15,7 @@ private import semmle.python.ApiGraphs
15
* to https://docs.python.org/3/library/pickle.html#pickle.loads)
16
*/
17
private class DillLoadsCall extends Decoding::Range, DataFlow::CallCfgNode {
18
-
19
- DillLoadsCall() { this = API::moduleImport("dill").getMember("loads").getACall()}
+ DillLoadsCall() { this = API::moduleImport("dill").getMember("loads").getACall() }
20
21
override predicate mayExecuteInput() { any() }
22
0 commit comments