Merge pull request #5284 from yoff/python-port-insecure-protocol

Python: port py/insecure-protocol
This commit is contained in:
Rasmus Wriedt Larsen
2021-04-27 09:30:18 +02:00
committed by GitHub
12 changed files with 911 additions and 125 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Ported use of insecure SSL/TLS version (`py/insecure-protocol`) query to use new data-flow library. This might result in different results, but overall a more robust and accurate analysis.