mirror of
https://github.com/github/codeql.git
synced 2026-03-24 08:26:51 +01:00
460 B
460 B
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 covershttpx,aiohttp.client, andurllib3.
Minor Analysis Improvements
- The query "Use of a broken or weak cryptographic algorithm" (
py/weak-cryptographic-algorithm) now reports if a cryptographic operation is potentially insecure due to use of a weak block mode.