| category | minorAnalysis |
|---|
- The
py/insecure-protocolquery no longer reportsssl.create_default_contextas allowing TLS 1.0 or TLS 1.1. Since Python 3.10, the context returned byssl.create_default_contexthas itsminimum_versionset toTLSVersion.TLSv1_2by default, so these protocol versions are not allowed and the previous alerts were false positives.