Lookup for vulnerable packages by Package URL.

GET /api/packages/38684?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/packages/38684?format=api",
    "purl": "pkg:pypi/pyload-ng@0.5.0a9.dev632",
    "type": "pypi",
    "namespace": "",
    "name": "pyload-ng",
    "version": "0.5.0a9.dev632",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "0.5.0b3.dev100",
    "latest_non_vulnerable_version": "0.5.0b3.dev100",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37327?format=api",
            "vulnerability_id": "VCID-1k5h-nhcv-cke9",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the set_config_value() API method (@permission(Perms.SETTINGS)) in src/pyload/core/api/__init__.py gates security-sensitive options behind a hand-maintained allowlist ADMIN_ONLY_CORE_OPTIONS. The option (\"general\", \"ssl_verify\") is not on that allowlist. Any authenticated user with the non-admin SETTINGS permission can set general.ssl_verify = off, and every subsequent outbound pycurl request is made with SSL_VERIFYPEER=0 and SSL_VERIFYHOST=0 — TLS peer and hostname verification are fully disabled. An on-path attacker can then present forged certificates for any hostname pyload fetches. This is a direct continuation of the fix family CVE-2026-33509 / CVE-2026-35463 / CVE-2026-35464 / CVE-2026-35586, each of which patched a different missed option in the same allowlist. This vulnerability is fixed in 0.5.0b3.dev100.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-ccxc-x975-4hh9",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-ccxc-x975-4hh9"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/50306?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev100",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev100"
                }
            ],
            "aliases": [
                "CVE-2026-42312",
                "GHSA-ccxc-x975-4hh9",
                "PYSEC-2026-126"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-1k5h-nhcv-cke9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37297?format=api",
            "vulnerability_id": "VCID-c4n8-pnbr-buce",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev98, the set_session_cookie_secure before_request handler in src/pyload/webui/app/__init__.py reads the X-Forwarded-Proto header from any HTTP request without validating that the request originates from a trusted proxy, then mutates the global Flask configuration SESSION_COOKIE_SECURE on every request. Because pyLoad uses the multi-threaded Cheroot WSGI server (request_queue_size=512), this creates a race condition where an attacker's request can influence the Secure flag on other users' session cookies — either downgrading cookie security behind a TLS proxy or causing a session denial-of-service on plain HTTP deployments. This vulnerability is fixed in 0.5.0b3.dev98.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-mp82-fmj6-f22v",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-mp82-fmj6-f22v"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/38742?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev69",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1k5h-nhcv-cke9"
                        },
                        {
                            "vulnerability": "VCID-73d4-um61-k7ht"
                        },
                        {
                            "vulnerability": "VCID-h66k-vm3m-c3b6"
                        },
                        {
                            "vulnerability": "VCID-hsc6-6qgc-q3eg"
                        },
                        {
                            "vulnerability": "VCID-jxej-fugb-3ydh"
                        },
                        {
                            "vulnerability": "VCID-nbnk-6g72-3ybk"
                        },
                        {
                            "vulnerability": "VCID-ng6u-saxg-dbf9"
                        },
                        {
                            "vulnerability": "VCID-p22h-1rtx-bkcy"
                        },
                        {
                            "vulnerability": "VCID-x15r-v69w-yuaj"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev69"
                }
            ],
            "aliases": [
                "CVE-2026-40594",
                "GHSA-mp82-fmj6-f22v",
                "PYSEC-2026-125"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-c4n8-pnbr-buce"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37328?format=api",
            "vulnerability_id": "VCID-h66k-vm3m-c3b6",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the set_config_value() API method (@permission(Perms.SETTINGS)) in src/pyload/core/api/__init__.py gates security-sensitive options behind a hand-maintained allowlist ADMIN_ONLY_CORE_OPTIONS. The allowlist contains (\"proxy\", \"username\") and (\"proxy\", \"password\") — which protect the proxy credentials — but it does not include (\"proxy\", \"enabled\"), (\"proxy\", \"host\"), (\"proxy\", \"port\"), or (\"proxy\", \"type\"). Any authenticated user with the non-admin SETTINGS permission can enable proxying and point pyload at any host they control. From that point, every outbound download, captcha fetch, update check, and plugin HTTP call is transparently routed through the attacker. This is a direct continuation of the fix family CVE-2026-33509 / CVE-2026-35463 / CVE-2026-35464 / CVE-2026-35586, each of which patched a different missed option in the same allowlist. This vulnerability is fixed in 0.5.0b3.dev100.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-pg67-9wjv-mr85",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-pg67-9wjv-mr85"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/50306?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev100",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev100"
                }
            ],
            "aliases": [
                "CVE-2026-42313",
                "GHSA-pg67-9wjv-mr85",
                "PYSEC-2026-127"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-h66k-vm3m-c3b6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37253?format=api",
            "vulnerability_id": "VCID-hsc6-6qgc-q3eg",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, a Host Header Spoofing vulnerability in the @local_check decorator allows unauthenticated external attackers to bypass local-only restrictions. This grants access to the Click'N'Load API endpoints, enabling attackers to remotely queue arbitrary downloads, leading to Server-Side Request Forgery (SSRF) and Denial of Service (DoS). This issue has been patched in version 0.5.0b3.dev97.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-q485-cg9q-xq2r",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-q485-cg9q-xq2r"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/48581?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev97",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1k5h-nhcv-cke9"
                        },
                        {
                            "vulnerability": "VCID-h66k-vm3m-c3b6"
                        },
                        {
                            "vulnerability": "VCID-jxej-fugb-3ydh"
                        },
                        {
                            "vulnerability": "VCID-p22h-1rtx-bkcy"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev97"
                }
            ],
            "aliases": [
                "CVE-2026-33314",
                "GHSA-q485-cg9q-xq2r",
                "PYSEC-2026-122"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-hsc6-6qgc-q3eg"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37329?format=api",
            "vulnerability_id": "VCID-jxej-fugb-3ydh",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, package folder names are sanitized using insufficient string replacement. The pattern ....// becomes .._ after replacement (partial removal), leaving .. which can be exploited when the path is later resolved by the OS. This vulnerability is fixed in 0.5.0b3.dev100.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-97r3-5w84-r4q8",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-97r3-5w84-r4q8"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/50306?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev100",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev100"
                }
            ],
            "aliases": [
                "CVE-2026-42314",
                "GHSA-97r3-5w84-r4q8",
                "PYSEC-2026-128"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-jxej-fugb-3ydh"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36684?format=api",
            "vulnerability_id": "VCID-nbnk-6g72-3ybk",
            "summary": "pyLoad is a free and open-source Download Manager written in pure Python. The `pyload` API allows any API call to be made using GET requests. Since the session cookie is not set to `SameSite: strict`, this opens the library up to severe attack possibilities via a Cross-Site Request Forgery (CSRF) attack. As a result any API call can be made via a CSRF attack by an unauthenticated user. This issue has been addressed in release `0.5.0b3.dev78`. All users are advised to upgrade.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pyload/pyload"
                },
                {
                    "reference_url": "https://github.com/pyload/pyload/commit/1374c824271cb7e927740664d06d2e577624ca3e",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/commit/1374c824271cb7e927740664d06d2e577624ca3e"
                },
                {
                    "reference_url": "https://github.com/pyload/pyload/commit/c7cdc18ad9134a75222974b39e8b427c4af845fc",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/commit/c7cdc18ad9134a75222974b39e8b427c4af845fc"
                },
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-pgpj-v85q-h5fm",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-pgpj-v85q-h5fm"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/pyload-ng/PYSEC-2024-17.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pyload-ng/PYSEC-2024-17.yaml"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22416",
                    "reference_id": "CVE-2024-22416",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22416"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-pgpj-v85q-h5fm",
                    "reference_id": "GHSA-pgpj-v85q-h5fm",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-pgpj-v85q-h5fm"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/38751?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev78",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1k5h-nhcv-cke9"
                        },
                        {
                            "vulnerability": "VCID-73d4-um61-k7ht"
                        },
                        {
                            "vulnerability": "VCID-h66k-vm3m-c3b6"
                        },
                        {
                            "vulnerability": "VCID-hsc6-6qgc-q3eg"
                        },
                        {
                            "vulnerability": "VCID-jxej-fugb-3ydh"
                        },
                        {
                            "vulnerability": "VCID-ng6u-saxg-dbf9"
                        },
                        {
                            "vulnerability": "VCID-p22h-1rtx-bkcy"
                        },
                        {
                            "vulnerability": "VCID-x15r-v69w-yuaj"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev78"
                }
            ],
            "aliases": [
                "CVE-2024-22416",
                "GHSA-pgpj-v85q-h5fm",
                "PYSEC-2024-17"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-nbnk-6g72-3ybk"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37277?format=api",
            "vulnerability_id": "VCID-ng6u-saxg-dbf9",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the _safe_extractall() function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix() for its path traversal check, which performs character-level string comparison rather than path-level comparison. This allows a specially crafted tar archive to write files outside the intended extraction directory. The correct function os.path.commonpath() was added to the codebase in the CVE-2026-32808 fix (commit 5f4f0fa) but was never applied to _safe_extractall(), making this an incomplete fix. This vulnerability is fixed in 0.5.0b3.dev97.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-mvwx-582f-56r7",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-mvwx-582f-56r7"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/48581?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev97",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1k5h-nhcv-cke9"
                        },
                        {
                            "vulnerability": "VCID-h66k-vm3m-c3b6"
                        },
                        {
                            "vulnerability": "VCID-jxej-fugb-3ydh"
                        },
                        {
                            "vulnerability": "VCID-p22h-1rtx-bkcy"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev97"
                }
            ],
            "aliases": [
                "CVE-2026-35592",
                "GHSA-mvwx-582f-56r7",
                "PYSEC-2026-124"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ng6u-saxg-dbf9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37330?format=api",
            "vulnerability_id": "VCID-p22h-1rtx-bkcy",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, when passing a folder name in the set_package_data() API function call inside the data object with key \"_folder\", there is no sanitization at all, allowing a user with Perms.MODIFY to specify arbitrary directories as download locations for a package. This vulnerability is fixed in 0.5.0b3.dev100.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-838g-gr43-qqg9",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-838g-gr43-qqg9"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/50306?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev100",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev100"
                }
            ],
            "aliases": [
                "CVE-2026-42315",
                "GHSA-838g-gr43-qqg9",
                "PYSEC-2026-129"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-p22h-1rtx-bkcy"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37276?format=api",
            "vulnerability_id": "VCID-x15r-v69w-yuaj",
            "summary": "pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the ADMIN_ONLY_CORE_OPTIONS authorization set in set_config_value() uses incorrect option names ssl_cert and ssl_key, while the actual configuration option names are ssl_certfile and ssl_keyfile. This name mismatch causes the admin-only check to always evaluate to False, allowing any user with SETTINGS permission to overwrite the SSL certificate and key file paths. Additionally, the ssl_certchain option was never added to the admin-only set at all. This vulnerability is fixed in 0.5.0b3.dev97.",
            "references": [
                {
                    "reference_url": "https://github.com/pyload/pyload/security/advisories/GHSA-ppvx-rwh9-7rj7",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N"
                        }
                    ],
                    "url": "https://github.com/pyload/pyload/security/advisories/GHSA-ppvx-rwh9-7rj7"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/48581?format=api",
                    "purl": "pkg:pypi/pyload-ng@0.5.0b3.dev97",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1k5h-nhcv-cke9"
                        },
                        {
                            "vulnerability": "VCID-h66k-vm3m-c3b6"
                        },
                        {
                            "vulnerability": "VCID-jxej-fugb-3ydh"
                        },
                        {
                            "vulnerability": "VCID-p22h-1rtx-bkcy"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0b3.dev97"
                }
            ],
            "aliases": [
                "CVE-2026-35586",
                "GHSA-ppvx-rwh9-7rj7",
                "PYSEC-2026-123"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-x15r-v69w-yuaj"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pyload-ng@0.5.0a9.dev632"
}