0.20.0
Script-Languages-Container-Tool 0.20.0, released 2024-07-09
Code name: Fix vulnerabilities
Summary
This release fixes the following vulnerabilities by updating dependencies:
- CVE-2024-35195 in dependency
requests
in versions <2.32.0
caused by requestsSession
object not verifying requests after making first request withverify=False
- CVE-2024-37891 in transitive dependency via
boto3
tourllib3
in versions <2.2.2
caused by proxy-authorization request header not to be stripped during cross-origin redirects as no update of notebook-connector is available, yet. - GHSA-w235-7p84-xx57 in transitive dependency via
luigi
totornado
in versions <6.4.1
enabling CRLF injection inCurlAsyncHTTPClient
headers. - GHSA-753j-mpmx-qq6g in transitive dependency via
luigi
totornado
in versions <6.4.1
due to inconsistent interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
However, the release ignores the following vulnerabilities
- GHSA-753j-mpmx-qq6g in dependency
configobj
in versions ≤5.0.8
being ReDoS exploitable by developers using values in a server-side configuration file as SLCT is used only client side and a patched version is not available, yet.
Security Issues
- #216: Updated dependencies to fix vulnerabilities