mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user