File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ category : minorAnalysis
3+ ---
4+ * Remote flow sources for the ` python-socketio ` package have been modeled.
Original file line number Diff line number Diff line change 11/**
2- * Provides definitions and modelling for the `python-socketio` PyPI package.
2+ * Provides definitions and modeling for the `python-socketio` PyPI package.
33 * See https://python-socketio.readthedocs.io/en/stable/.
44 */
55
66private import python
7- private import semmle.python.dataflow.new.DataFlow
87private import semmle.python.dataflow.new.TaintTracking
98private import semmle.python.dataflow.new.RemoteFlowSources
109private import semmle.python.Concepts
@@ -79,7 +78,7 @@ module SocketIO {
7978 }
8079 }
8180
82- /** Provides modelling for socketio server Namespace/AsyncNamespace classes. */
81+ /** Provides modeling for socketio server Namespace/AsyncNamespace classes. */
8382 module Namespace {
8483 /** Gets a reference to the `socketio.Namespace` or `socketio.AsyncNamespace` classes or any subclass. */
8584 API:: Node subclassRef ( ) {
You can’t perform that action at this time.
0 commit comments