Skip to content

Commit 6207137

Browse files
Add changenote
1 parent eb7fe71 commit 6207137

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Remote flow sources for the `python-socketio` package have been modeled.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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

66
private import python
7-
private import semmle.python.dataflow.new.DataFlow
87
private import semmle.python.dataflow.new.TaintTracking
98
private import semmle.python.dataflow.new.RemoteFlowSources
109
private 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() {

0 commit comments

Comments
 (0)