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 8bb1d86 commit 5c23b47Copy full SHA for 5c23b47
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
@@ -468,7 +468,7 @@ private CallCfgNode getSuperCall() {
468
* From what we can understand, SymPy is using Python in a exotic way, so the fact that
469
* our analysis currently does not handle this project has nothing to say about our
470
* ability to handle normal Python code. Furthermore, SymPy does not look to be relevant
471
- * in a security context, so we should not loose out on any security results by doing
+ * in a security context, so we should not lose out on any security results by doing
472
* this.
473
*/
474
private predicate ignoreForCallGraph(File f) {
0 commit comments