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 dd131e6 commit e76f02bCopy full SHA for e76f02b
python/ql/src/semmle/python/frameworks/Aiohttp.qll
@@ -159,7 +159,7 @@ module AiohttpWebModel {
159
* Use `Request::instance()` predicate to get
160
* references to instances of `aiohttp.web.Request`.
161
*/
162
- abstract class InstanceSource extends DataFlow::Node { }
+ abstract class InstanceSource extends DataFlow::LocalSourceNode { }
163
164
/** Gets a reference to an instance of `aiohttp.web.Request`. */
165
private DataFlow::LocalSourceNode instance(DataFlow::TypeTracker t) {
@@ -240,4 +240,6 @@ module AiohttpWebModel {
240
]
241
}
242
243
+
244
245
0 commit comments