File tree 3 files changed +3
-6
lines changed
python/ql/lib/semmle/python/frameworks 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ private import semmle.python.frameworks.internal.InstanceTaintStepsHelper
16
16
* Provides models for the `multidict` PyPI package.
17
17
* See https://multidict.readthedocs.io/en/stable/.
18
18
*/
19
- module MultiDict {
19
+ module Multidict {
20
20
/**
21
21
* Provides models for a `MultiDictProxy` class:
22
22
* - `multidict.MultiDictProxy`
@@ -88,6 +88,3 @@ module MultiDict {
88
88
}
89
89
}
90
90
}
91
-
92
- /** DEPRECATED: Alias for MultiDict */
93
- deprecated module Multidict = MultiDict;
Original file line number Diff line number Diff line change @@ -1877,7 +1877,7 @@ private module StdlibPrivate {
1877
1877
API:: Node http ( ) { result = API:: moduleImport ( "http" ) }
1878
1878
1879
1879
/** Provides models for the `http` module. */
1880
- module StdHttp {
1880
+ module StdlibHttp {
1881
1881
// -------------------------------------------------------------------------
1882
1882
// http.server
1883
1883
// -------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module Yarl {
102
102
}
103
103
104
104
/** An attribute read on a `yarl.URL` that is a `MultiDictProxy` instance. */
105
- class YarlUrlMultiDictProxyInstance extends MultiDict :: MultiDictProxy:: InstanceSource {
105
+ class YarlUrlMultiDictProxyInstance extends Multidict :: MultiDictProxy:: InstanceSource {
106
106
YarlUrlMultiDictProxyInstance ( ) {
107
107
this .( DataFlow:: AttrRead ) .getObject ( ) = Yarl:: Url:: instance ( ) and
108
108
this .( DataFlow:: AttrRead ) .getAttributeName ( ) = "query"
You can’t perform that action at this time.
0 commit comments