Python: Add change note

This commit is contained in:
Taus
2021-04-13 16:04:07 +00:00
committed by GitHub
parent 5f7d3d0d36
commit 273e8ce4ef

View File

@@ -0,0 +1,5 @@
lgtm,codescanning
* The Werkzeug model has been changed to use API graphs. When defining new models for classes based
on the `MultiDict` and `FileStorage` classes in `werkzeug.datastructures`, the relevant extension
points are now the two `InstanceSourceApiNode` classes in the `semmle.python.frameworks.Werkzeug`
module, instead of `InstanceSource`. The latter classes have now been deprecated.