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 5f7d3d0 commit 273e8ceCopy full SHA for 273e8ce
python/change-notes/2021-04-13-werkzeug-api-graphs.md
@@ -0,0 +1,5 @@
1
+lgtm,codescanning
2
+* The Werkzeug model has been changed to use API graphs. When defining new models for classes based
3
+ on the `MultiDict` and `FileStorage` classes in `werkzeug.datastructures`, the relevant extension
4
+ points are now the two `InstanceSourceApiNode` classes in the `semmle.python.frameworks.Werkzeug`
5
+ module, instead of `InstanceSource`. The latter classes have now been deprecated.
0 commit comments