Update python/change-notes/2021-02-23-port-insecure-default-protocol.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
yoff
2021-02-24 19:57:49 +01:00
committed by GitHub
parent 6abbb5040c
commit 89d0724fb4

View File

@@ -1,3 +1,2 @@
lgtm,codescanning
* Ported query detecting insecure protocol creation from default values (`py/insecure-default-protocol`) to use the new API graphs. Since the query is somewhat out-dated, its scope has been limited to relevant versions of Python and
the help file has been updated.
* Changed the query that detects insecure protocol creation from default values (`py/insecure-default-protocol`) to use the new API graphs. Modern versions of Python include fluent APIs that change default values after construction, so the query now reports results only in versions of Python where fluent APIs are not available.