Merge branch 'main' into port-url-redirect-query

This commit is contained in:
Rasmus Wriedt Larsen
2021-01-29 16:22:50 +01:00
469 changed files with 78092 additions and 11197 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added modeling of flask class based view handlers (subclasses of `flask.views.View` and `flask.views.MethodView`). This means we're now able to detect routed parameters for request handler defined on these classes, as sources of remote user input (`RemoteFlowSource`).