Release preparation for version 2.10.0

This commit is contained in:
github-actions[bot]
2022-06-23 11:17:46 +00:00
parent 298f4ab899
commit a74051c658
78 changed files with 233 additions and 106 deletions

View File

@@ -0,0 +1,9 @@
## 0.2.0
### Major Analysis Improvements
* Improved library modeling for the query "Request without certificate validation" (`py/request-without-cert-validation`), so it now also covers `httpx`, `aiohttp.client`, and `urllib3`.
### Minor Analysis Improvements
* The query "Use of a broken or weak cryptographic algorithm" (`py/weak-cryptographic-algorithm`) now report if a cryptographic operation is potentially insecure due to use of a weak block mode.