Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/91849?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/91849?format=api", "vulnerability_id": "VCID-5936-y57w-xuau", "summary": "Unauthenticated SSRF Vulnerability in Streamlit on Windows (NTLM Credential Exposure)\n# Streamlit Open Source Security Advisory\n\n## 1. Impacted Products\n\nStreamlit Open Source versions prior to 1.54.0 running on Windows hosts.\n\n## 2. Introduction\n\nSnowflake Streamlit Open Source addressed a security vulnerability affecting Windows deployments related to improper handling and validation of filesystem paths within component request handling. The vulnerability was reported through the responsible disclosure program and has been remediated in Streamlit Open Source version 1.54.0. This issue affects only Streamlit deployments running on Windows operating systems.\n\n## 3. Server-Side Request Forgery (SSRF) and NTLM Credential Exposure\n\n### 3.1 Description\n\nStreamlit was informed by a security researcher of an unauthenticated Server-Side Request Forgery (SSRF) vulnerability. The vulnerability arises from improper validation of attacker-supplied filesystem paths. In certain code paths, including within the `ComponentRequestHandler`, filesystem paths are resolved using `os.path.realpath()` or `Path.resolve()` before sufficient validation occurs.\n\nOn Windows systems, supplying a malicious UNC path (e.g., `\\\\attacker-controlled-host\\share`) can cause the Streamlit server to initiate outbound SMB connections over port 445. When Windows attempts to authenticate to the remote SMB server, NTLMv2 challenge-response credentials of the Windows user running the Streamlit process may be transmitted.\n\nThis behavior may allow an attacker to:\n\n- Perform NTLM relay attacks against other internal services\n- Identify internally reachable SMB hosts via timing analysis\n\n> **Note:** The issue is unauthenticated and does not require user interaction.\n\nCaptured NTLMv2 challenge-response hashes could be subjected to offline brute-force attacks in an attempt to recover the associated plaintext account password. While NTLMv2 incorporates a server challenge (nonce) that mitigates the use of precomputed rainbow tables, it does not prevent targeted offline password cracking against weak credentials.\n\nAdditionally, Microsoft has publicly discouraged the continued use of NTLM in favor of Kerberos and is actively progressing toward disabling NTLM by default in future Windows releases. Organizations that enforce NTLM restrictions, disable outbound NTLM authentication, require SMB signing, or block NTLM authentication to remote servers can reduce or eliminate the risk associated with credential relay or hash exposure scenarios.\n\nAs NTLM is considered legacy and increasingly deprecated (though not fully sunset), environments that have already implemented Microsoft-recommended NTLM hardening controls are less likely to be materially impacted. The overall risk therefore depends on the organization's authentication configuration and network security posture.\n\n### 3.2 Scenarios and Attack Vectors\n\nStreamlit applications running on Windows were vulnerable if component endpoints were exposed to untrusted networks. By appending an attacker-controlled SMB hostname to the URI path and issuing a GET request, the Streamlit server could be coerced into initiating an outbound SMB authentication attempt.\n\nThis could result in the leakage of NTLMv2 credential hashes for the Windows account running the Streamlit process.\n\n### 3.3 Resolution\n\n- The vulnerability has been fixed in Streamlit Open Source version 1.54.0.\n- It is recommended that all Streamlit deployments on Windows be upgraded immediately to version 1.54.0 or later.\n\n## 4. Contact\n\nPlease contact [security@snowflake.com](mailto:security@snowflake.com) for any questions regarding this advisory.\n\nIf a security vulnerability is discovered in a Streamlit product or website, it should be reported through the responsible disclosure program. For more information, see the [Vulnerability Disclosure Policy](https://hackerone.com/snowflake).", "aliases": [ { "alias": "CVE-2026-33682" }, { "alias": "GHSA-7p48-42j8-8846" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/114345?format=api", "purl": "pkg:pypi/streamlit@1.54.0", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.54.0" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/42163?format=api", "purl": "pkg:pypi/streamlit@0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42164?format=api", "purl": "pkg:pypi/streamlit@0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42165?format=api", "purl": "pkg:pypi/streamlit@0.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42166?format=api", "purl": "pkg:pypi/streamlit@0.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/42167?format=api", "purl": "pkg:pypi/streamlit@0.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/42168?format=api", "purl": "pkg:pypi/streamlit@0.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/42169?format=api", "purl": "pkg:pypi/streamlit@0.7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.7" }, { "url": "http://public2.vulnerablecode.io/api/packages/42170?format=api", "purl": "pkg:pypi/streamlit@0.8", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.8" }, { "url": "http://public2.vulnerablecode.io/api/packages/42171?format=api", "purl": "pkg:pypi/streamlit@0.8.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.8.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42172?format=api", "purl": "pkg:pypi/streamlit@0.9.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.9.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42173?format=api", "purl": "pkg:pypi/streamlit@0.11.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.11.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42174?format=api", "purl": "pkg:pypi/streamlit@0.12.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.12.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42175?format=api", "purl": "pkg:pypi/streamlit@0.12.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.12.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42176?format=api", "purl": "pkg:pypi/streamlit@0.12.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.12.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/42177?format=api", "purl": "pkg:pypi/streamlit@0.13.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.13.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42178?format=api", "purl": "pkg:pypi/streamlit@0.13.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.13.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42179?format=api", "purl": "pkg:pypi/streamlit@0.13.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.13.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42180?format=api", "purl": "pkg:pypi/streamlit@0.13.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.13.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/42181?format=api", "purl": "pkg:pypi/streamlit@0.14.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.14.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42182?format=api", "purl": "pkg:pypi/streamlit@0.15.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42183?format=api", "purl": "pkg:pypi/streamlit@0.15.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42184?format=api", "purl": "pkg:pypi/streamlit@0.15.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42185?format=api", "purl": "pkg:pypi/streamlit@0.15.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42186?format=api", "purl": "pkg:pypi/streamlit@0.15.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/42187?format=api", "purl": "pkg:pypi/streamlit@0.15.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/42188?format=api", "purl": "pkg:pypi/streamlit@0.15.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.15.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/42189?format=api", "purl": "pkg:pypi/streamlit@0.16.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.16.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42190?format=api", "purl": "pkg:pypi/streamlit@0.16.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.16.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42191?format=api", "purl": "pkg:pypi/streamlit@0.16.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.16.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42192?format=api", "purl": "pkg:pypi/streamlit@0.16.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.16.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42193?format=api", "purl": "pkg:pypi/streamlit@0.17.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.17.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42194?format=api", "purl": "pkg:pypi/streamlit@0.17.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.17.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42195?format=api", "purl": "pkg:pypi/streamlit@0.17.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.17.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42196?format=api", "purl": "pkg:pypi/streamlit@0.18.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.18.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42197?format=api", "purl": "pkg:pypi/streamlit@0.18.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.18.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42198?format=api", "purl": "pkg:pypi/streamlit@0.19.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.19.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42199?format=api", "purl": "pkg:pypi/streamlit@0.19.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.19.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42200?format=api", "purl": "pkg:pypi/streamlit@0.20.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.20.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42201?format=api", "purl": "pkg:pypi/streamlit@0.21.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.21.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42202?format=api", "purl": "pkg:pypi/streamlit@0.22.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.22.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42203?format=api", "purl": "pkg:pypi/streamlit@0.22.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.22.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42204?format=api", "purl": "pkg:pypi/streamlit@0.22.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.22.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42205?format=api", "purl": "pkg:pypi/streamlit@0.23.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.23.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42206?format=api", "purl": "pkg:pypi/streamlit@0.24.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.24.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42207?format=api", "purl": "pkg:pypi/streamlit@0.24.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.24.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42208?format=api", "purl": "pkg:pypi/streamlit@0.24.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.24.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42209?format=api", "purl": "pkg:pypi/streamlit@0.24.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.24.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42210?format=api", "purl": "pkg:pypi/streamlit@0.25.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.25.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42211?format=api", "purl": "pkg:pypi/streamlit@0.26.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.26.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42212?format=api", "purl": "pkg:pypi/streamlit@0.26.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.26.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42213?format=api", "purl": "pkg:pypi/streamlit@0.27.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.27.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42214?format=api", "purl": "pkg:pypi/streamlit@0.28.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.28.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42215?format=api", "purl": "pkg:pypi/streamlit@0.29.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.29.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42216?format=api", "purl": "pkg:pypi/streamlit@0.30.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.30.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42217?format=api", "purl": "pkg:pypi/streamlit@0.31.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.31.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42218?format=api", "purl": "pkg:pypi/streamlit@0.32.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.32.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42219?format=api", "purl": "pkg:pypi/streamlit@0.33.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.33.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42220?format=api", "purl": "pkg:pypi/streamlit@0.34.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.34.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42221?format=api", "purl": "pkg:pypi/streamlit@0.35.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.35.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42222?format=api", "purl": "pkg:pypi/streamlit@0.36.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.36.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42223?format=api", "purl": "pkg:pypi/streamlit@0.37.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.37.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42224?format=api", "purl": "pkg:pypi/streamlit@0.40.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.40.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42225?format=api", "purl": "pkg:pypi/streamlit@0.40.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.40.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42226?format=api", "purl": "pkg:pypi/streamlit@0.41.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.41.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42227?format=api", "purl": "pkg:pypi/streamlit@0.42.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.42.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42228?format=api", "purl": "pkg:pypi/streamlit@0.43.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.43.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42229?format=api", "purl": "pkg:pypi/streamlit@0.43.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.43.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42230?format=api", "purl": "pkg:pypi/streamlit@0.43.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.43.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42231?format=api", "purl": "pkg:pypi/streamlit@0.44.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.44.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42232?format=api", "purl": "pkg:pypi/streamlit@0.45.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.45.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42233?format=api", "purl": "pkg:pypi/streamlit@0.46.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.46.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42234?format=api", "purl": "pkg:pypi/streamlit@0.47.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.47.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42235?format=api", "purl": "pkg:pypi/streamlit@0.47.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.47.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42236?format=api", "purl": "pkg:pypi/streamlit@0.47.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.47.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42237?format=api", "purl": "pkg:pypi/streamlit@0.47.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.47.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42238?format=api", "purl": "pkg:pypi/streamlit@0.47.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.47.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/42239?format=api", "purl": "pkg:pypi/streamlit@0.48.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.48.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42240?format=api", "purl": "pkg:pypi/streamlit@0.48.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.48.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42241?format=api", "purl": "pkg:pypi/streamlit@0.49.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.49.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42242?format=api", "purl": "pkg:pypi/streamlit@0.50.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.50.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42243?format=api", "purl": "pkg:pypi/streamlit@0.50.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.50.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42244?format=api", "purl": "pkg:pypi/streamlit@0.50.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.50.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42245?format=api", "purl": "pkg:pypi/streamlit@0.51.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.51.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42246?format=api", "purl": "pkg:pypi/streamlit@0.52.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.52.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42247?format=api", "purl": "pkg:pypi/streamlit@0.52.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.52.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42248?format=api", "purl": "pkg:pypi/streamlit@0.52.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.52.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42249?format=api", "purl": "pkg:pypi/streamlit@0.53.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.53.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42250?format=api", "purl": "pkg:pypi/streamlit@0.54.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.54.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42251?format=api", "purl": "pkg:pypi/streamlit@0.55.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.55.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42252?format=api", "purl": "pkg:pypi/streamlit@0.55.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.55.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42253?format=api", "purl": "pkg:pypi/streamlit@0.56.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.56.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42254?format=api", "purl": "pkg:pypi/streamlit@0.57.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.57.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42255?format=api", "purl": "pkg:pypi/streamlit@0.57.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.57.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42256?format=api", "purl": "pkg:pypi/streamlit@0.57.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.57.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42257?format=api", "purl": "pkg:pypi/streamlit@0.57.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.57.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/42258?format=api", "purl": "pkg:pypi/streamlit@0.58.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.58.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42259?format=api", "purl": "pkg:pypi/streamlit@0.59.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.59.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42260?format=api", "purl": "pkg:pypi/streamlit@0.60.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.60.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42261?format=api", "purl": "pkg:pypi/streamlit@0.61.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.61.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42262?format=api", "purl": "pkg:pypi/streamlit@0.62.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.62.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42263?format=api", "purl": "pkg:pypi/streamlit@0.62.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.62.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28667?format=api", "purl": "pkg:pypi/streamlit@0.63.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.63.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28668?format=api", "purl": "pkg:pypi/streamlit@0.63.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.63.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28669?format=api", "purl": "pkg:pypi/streamlit@0.64.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.64.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28670?format=api", "purl": "pkg:pypi/streamlit@0.65.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.65.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28671?format=api", "purl": "pkg:pypi/streamlit@0.65.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.65.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28672?format=api", "purl": "pkg:pypi/streamlit@0.65.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.65.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/28673?format=api", "purl": "pkg:pypi/streamlit@0.66.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.66.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28674?format=api", "purl": "pkg:pypi/streamlit@0.67.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.67.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28675?format=api", "purl": "pkg:pypi/streamlit@0.67.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.67.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28676?format=api", "purl": "pkg:pypi/streamlit@0.68.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.68.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28677?format=api", "purl": "pkg:pypi/streamlit@0.68.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.68.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28678?format=api", "purl": "pkg:pypi/streamlit@0.69.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.69.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28679?format=api", "purl": "pkg:pypi/streamlit@0.69.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.69.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28680?format=api", "purl": "pkg:pypi/streamlit@0.69.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.69.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/28681?format=api", "purl": "pkg:pypi/streamlit@0.70.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.70.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28682?format=api", "purl": "pkg:pypi/streamlit@0.71.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.71.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28683?format=api", "purl": "pkg:pypi/streamlit@0.72.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.72.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28684?format=api", "purl": "pkg:pypi/streamlit@0.73.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.73.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28685?format=api", "purl": "pkg:pypi/streamlit@0.73.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.73.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28686?format=api", "purl": "pkg:pypi/streamlit@0.74.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.74.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28687?format=api", "purl": "pkg:pypi/streamlit@0.74.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.74.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28688?format=api", "purl": "pkg:pypi/streamlit@0.75.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.75.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28689?format=api", "purl": "pkg:pypi/streamlit@0.76.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.76.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28690?format=api", "purl": "pkg:pypi/streamlit@0.77.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.77.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28691?format=api", "purl": "pkg:pypi/streamlit@0.78.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.78.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28692?format=api", "purl": "pkg:pypi/streamlit@0.79.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.79.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28693?format=api", "purl": "pkg:pypi/streamlit@0.80.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" }, { "vulnerability": "VCID-nfvv-s6z5-cyej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.80.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28694?format=api", "purl": "pkg:pypi/streamlit@0.81.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.81.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28695?format=api", "purl": "pkg:pypi/streamlit@0.81.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.81.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28696?format=api", "purl": "pkg:pypi/streamlit@0.82.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.82.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28697?format=api", "purl": "pkg:pypi/streamlit@0.83.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.83.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28698?format=api", "purl": "pkg:pypi/streamlit@0.84.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.84.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28699?format=api", "purl": "pkg:pypi/streamlit@0.84.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.84.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28700?format=api", "purl": "pkg:pypi/streamlit@0.84.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.84.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/28701?format=api", "purl": "pkg:pypi/streamlit@0.85.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.85.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28702?format=api", "purl": "pkg:pypi/streamlit@0.85.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.85.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28703?format=api", "purl": "pkg:pypi/streamlit@0.86.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.86.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28704?format=api", "purl": "pkg:pypi/streamlit@0.87.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.87.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28705?format=api", "purl": "pkg:pypi/streamlit@0.88.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.88.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28706?format=api", "purl": "pkg:pypi/streamlit@0.89.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@0.89.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28707?format=api", "purl": "pkg:pypi/streamlit@1.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28708?format=api", "purl": "pkg:pypi/streamlit@1.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.1.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28709?format=api", "purl": "pkg:pypi/streamlit@1.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28710?format=api", "purl": "pkg:pypi/streamlit@1.3.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.3.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28711?format=api", "purl": "pkg:pypi/streamlit@1.3.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.3.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28712?format=api", "purl": "pkg:pypi/streamlit@1.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.4.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28713?format=api", "purl": "pkg:pypi/streamlit@1.5.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.5.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28714?format=api", "purl": "pkg:pypi/streamlit@1.5.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.5.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28715?format=api", "purl": "pkg:pypi/streamlit@1.6.0rc3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.6.0rc3" }, { "url": "http://public2.vulnerablecode.io/api/packages/28716?format=api", "purl": "pkg:pypi/streamlit@1.6.0rc4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.6.0rc4" }, { "url": "http://public2.vulnerablecode.io/api/packages/28717?format=api", "purl": "pkg:pypi/streamlit@1.6.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.6.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28718?format=api", "purl": "pkg:pypi/streamlit@1.7.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.7.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28719?format=api", "purl": "pkg:pypi/streamlit@1.8.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.8.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28720?format=api", "purl": "pkg:pypi/streamlit@1.8.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.8.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28721?format=api", "purl": "pkg:pypi/streamlit@1.8.1rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.8.1rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28722?format=api", "purl": "pkg:pypi/streamlit@1.8.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.8.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28723?format=api", "purl": "pkg:pypi/streamlit@1.9.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28724?format=api", "purl": "pkg:pypi/streamlit@1.9.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28725?format=api", "purl": "pkg:pypi/streamlit@1.9.1rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.1rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28726?format=api", "purl": "pkg:pypi/streamlit@1.9.1rc2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.1rc2" }, { "url": "http://public2.vulnerablecode.io/api/packages/28727?format=api", "purl": "pkg:pypi/streamlit@1.9.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28728?format=api", "purl": "pkg:pypi/streamlit@1.9.2rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.2rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28729?format=api", "purl": "pkg:pypi/streamlit@1.9.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.9.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/28730?format=api", "purl": "pkg:pypi/streamlit@1.10.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.10.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28731?format=api", "purl": "pkg:pypi/streamlit@1.10.0rc2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.10.0rc2" }, { "url": "http://public2.vulnerablecode.io/api/packages/28732?format=api", "purl": "pkg:pypi/streamlit@1.10.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.10.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28733?format=api", "purl": "pkg:pypi/streamlit@1.11.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.11.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28734?format=api", "purl": "pkg:pypi/streamlit@1.11.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.11.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/28735?format=api", "purl": "pkg:pypi/streamlit@1.11.1rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" }, { "vulnerability": "VCID-e2z5-m4r7-vyhb" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.11.1rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/28736?format=api", "purl": "pkg:pypi/streamlit@1.11.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.11.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42264?format=api", "purl": "pkg:pypi/streamlit@1.12.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42265?format=api", "purl": "pkg:pypi/streamlit@1.12.0rc2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.0rc2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42266?format=api", "purl": "pkg:pypi/streamlit@1.12.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42267?format=api", "purl": "pkg:pypi/streamlit@1.12.1rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.1rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42268?format=api", "purl": "pkg:pypi/streamlit@1.12.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42269?format=api", "purl": "pkg:pypi/streamlit@1.12.2rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.2rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42270?format=api", "purl": "pkg:pypi/streamlit@1.12.2rc2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.2rc2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42271?format=api", "purl": "pkg:pypi/streamlit@1.12.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.12.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42272?format=api", "purl": "pkg:pypi/streamlit@1.13.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.13.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42273?format=api", "purl": "pkg:pypi/streamlit@1.13.0rc2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.13.0rc2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42274?format=api", "purl": "pkg:pypi/streamlit@1.13.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.13.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42275?format=api", "purl": "pkg:pypi/streamlit@1.14.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.14.0rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42276?format=api", "purl": "pkg:pypi/streamlit@1.14.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.14.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42277?format=api", "purl": "pkg:pypi/streamlit@1.14.1rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.14.1rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42278?format=api", "purl": "pkg:pypi/streamlit@1.14.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.14.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42279?format=api", "purl": "pkg:pypi/streamlit@1.15.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.15.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42280?format=api", "purl": "pkg:pypi/streamlit@1.15.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.15.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42281?format=api", "purl": "pkg:pypi/streamlit@1.15.2rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.15.2rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42282?format=api", "purl": "pkg:pypi/streamlit@1.15.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.15.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42283?format=api", "purl": "pkg:pypi/streamlit@1.16.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.16.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42284?format=api", "purl": "pkg:pypi/streamlit@1.17.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.17.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42285?format=api", "purl": "pkg:pypi/streamlit@1.18.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.18.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42286?format=api", "purl": "pkg:pypi/streamlit@1.18.1rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.18.1rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42287?format=api", "purl": "pkg:pypi/streamlit@1.18.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.18.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42288?format=api", "purl": "pkg:pypi/streamlit@1.19.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.19.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42289?format=api", "purl": "pkg:pypi/streamlit@1.20.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.20.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42290?format=api", "purl": "pkg:pypi/streamlit@1.21.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.21.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42291?format=api", "purl": "pkg:pypi/streamlit@1.22.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.22.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42292?format=api", "purl": "pkg:pypi/streamlit@1.23.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.23.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42293?format=api", "purl": "pkg:pypi/streamlit@1.23.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.23.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42294?format=api", "purl": "pkg:pypi/streamlit@1.24.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.24.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42295?format=api", "purl": "pkg:pypi/streamlit@1.24.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.24.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42296?format=api", "purl": "pkg:pypi/streamlit@1.25.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.25.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42297?format=api", "purl": "pkg:pypi/streamlit@1.26.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.26.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42298?format=api", "purl": "pkg:pypi/streamlit@1.26.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.26.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42299?format=api", "purl": "pkg:pypi/streamlit@1.27.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.27.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42300?format=api", "purl": "pkg:pypi/streamlit@1.27.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.27.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42301?format=api", "purl": "pkg:pypi/streamlit@1.27.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.27.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42302?format=api", "purl": "pkg:pypi/streamlit@1.28.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.28.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42303?format=api", "purl": "pkg:pypi/streamlit@1.28.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.28.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42304?format=api", "purl": "pkg:pypi/streamlit@1.28.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.28.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42305?format=api", "purl": "pkg:pypi/streamlit@1.29.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2m1a-hkg5-ubfe" }, { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.29.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42306?format=api", "purl": "pkg:pypi/streamlit@1.30.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.30.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42307?format=api", "purl": "pkg:pypi/streamlit@1.31.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.31.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42308?format=api", "purl": "pkg:pypi/streamlit@1.31.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.31.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42309?format=api", "purl": "pkg:pypi/streamlit@1.32.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.32.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42310?format=api", "purl": "pkg:pypi/streamlit@1.32.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.32.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42311?format=api", "purl": "pkg:pypi/streamlit@1.32.2rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.32.2rc1" }, { "url": "http://public2.vulnerablecode.io/api/packages/42312?format=api", "purl": "pkg:pypi/streamlit@1.32.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.32.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/42313?format=api", "purl": "pkg:pypi/streamlit@1.33.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.33.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42314?format=api", "purl": "pkg:pypi/streamlit@1.34.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.34.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42315?format=api", "purl": "pkg:pypi/streamlit@1.35.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.35.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42316?format=api", "purl": "pkg:pypi/streamlit@1.36.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-45nc-3ttz-hqcu" }, { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.36.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/42317?format=api", "purl": "pkg:pypi/streamlit@1.37.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.37.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994846?format=api", "purl": "pkg:pypi/streamlit@1.37.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.37.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994847?format=api", "purl": "pkg:pypi/streamlit@1.38.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.38.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994848?format=api", "purl": "pkg:pypi/streamlit@1.39.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.39.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994849?format=api", "purl": "pkg:pypi/streamlit@1.39.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.39.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994850?format=api", "purl": "pkg:pypi/streamlit@1.40.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.40.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994851?format=api", "purl": "pkg:pypi/streamlit@1.40.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.40.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994852?format=api", "purl": "pkg:pypi/streamlit@1.40.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.40.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/994853?format=api", "purl": "pkg:pypi/streamlit@1.41.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.41.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994854?format=api", "purl": "pkg:pypi/streamlit@1.41.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.41.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994855?format=api", "purl": "pkg:pypi/streamlit@1.42.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.42.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994856?format=api", "purl": "pkg:pypi/streamlit@1.42.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.42.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994857?format=api", "purl": "pkg:pypi/streamlit@1.42.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.42.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/994858?format=api", "purl": "pkg:pypi/streamlit@1.43.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.43.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994859?format=api", "purl": "pkg:pypi/streamlit@1.43.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.43.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994860?format=api", "purl": "pkg:pypi/streamlit@1.43.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.43.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/994861?format=api", "purl": "pkg:pypi/streamlit@1.44.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.44.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994862?format=api", "purl": "pkg:pypi/streamlit@1.44.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.44.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994863?format=api", "purl": "pkg:pypi/streamlit@1.45.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.45.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994864?format=api", "purl": "pkg:pypi/streamlit@1.45.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.45.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994865?format=api", "purl": "pkg:pypi/streamlit@1.46.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.46.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994866?format=api", "purl": "pkg:pypi/streamlit@1.46.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.46.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994867?format=api", "purl": "pkg:pypi/streamlit@1.47.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.47.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994868?format=api", "purl": "pkg:pypi/streamlit@1.47.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.47.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994869?format=api", "purl": "pkg:pypi/streamlit@1.48.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.48.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994870?format=api", "purl": "pkg:pypi/streamlit@1.48.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.48.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994871?format=api", "purl": "pkg:pypi/streamlit@1.49.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.49.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994872?format=api", "purl": "pkg:pypi/streamlit@1.49.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.49.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994873?format=api", "purl": "pkg:pypi/streamlit@1.50.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.50.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994874?format=api", "purl": "pkg:pypi/streamlit@1.51.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.51.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994875?format=api", "purl": "pkg:pypi/streamlit@1.52.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.52.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994876?format=api", "purl": "pkg:pypi/streamlit@1.52.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.52.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/994877?format=api", "purl": "pkg:pypi/streamlit@1.52.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.52.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/994878?format=api", "purl": "pkg:pypi/streamlit@1.53.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.53.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/994879?format=api", "purl": "pkg:pypi/streamlit@1.53.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5936-y57w-xuau" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/streamlit@1.53.1" } ], "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-33682", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00015", "scoring_system": "epss", "scoring_elements": "0.03388", "published_at": "2026-06-07T12:55:00Z" }, { "value": "0.00015", "scoring_system": "epss", "scoring_elements": "0.03402", "published_at": "2026-06-06T12:55:00Z" }, { "value": "0.00015", "scoring_system": "epss", "scoring_elements": "0.0339", "published_at": "2026-06-05T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-33682" }, { "reference_url": "https://github.com/streamlit/streamlit", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/streamlit/streamlit" }, { "reference_url": "https://github.com/streamlit/streamlit/commit/23692ca70b2f2ac720c72d1feb4f190c9d6eed76", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:11:13Z/" } ], "url": "https://github.com/streamlit/streamlit/commit/23692ca70b2f2ac720c72d1feb4f190c9d6eed76" }, { "reference_url": "https://github.com/streamlit/streamlit/releases/tag/1.54.0", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:11:13Z/" } ], "url": "https://github.com/streamlit/streamlit/releases/tag/1.54.0" }, { "reference_url": "https://github.com/streamlit/streamlit/security/advisories/GHSA-7p48-42j8-8846", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" }, { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:11:13Z/" } ], "url": "https://github.com/streamlit/streamlit/security/advisories/GHSA-7p48-42j8-8846" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33682", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33682" }, { "reference_url": "https://github.com/advisories/GHSA-7p48-42j8-8846", "reference_id": "GHSA-7p48-42j8-8846", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-7p48-42j8-8846" } ], "weaknesses": [ { "cwe_id": 918, "name": "Server-Side Request Forgery (SSRF)", "description": "The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination." }, { "cwe_id": 937, "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013." }, { "cwe_id": 1035, "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017." } ], "exploits": [], "severity_range_score": "4.0 - 6.9", "exploitability": "0.5", "weighted_severity": "6.2", "risk_score": 3.1, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5936-y57w-xuau" }