mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
465 B
465 B
lgtm,codescanning
- Updated the query that detects insecure SSL/TLS protocol creation from default values (
py/insecure-default-protocol) to use the new API graphs. The query also no longer reports use of the default value for constructingssl.SSLContext, since that can still be secure, either through manipulation of theoptionsfield or theminimum_versionfield. If the usage is not secure, this should be reported by thepy/insecure-protocolquery.