зеркало из https://github.com/github/codeql.git
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 theoptions
field or theminimum_version
field. If the usage is not secure, this should be reported by thepy/insecure-protocol
query.