Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36697?format=api",
    "vulnerability_id": "VCID-e6ep-39wd-u3b4",
    "summary": "Label Studio is an a popular open source data labeling tool. Versions prior to 1.9.2 have a cross-site scripting (XSS) vulnerability that could be exploited when an authenticated user uploads a crafted image file for their avatar that gets rendered as a HTML file on the website. Executing arbitrary JavaScript could result in an attacker performing malicious actions on Label Studio users if they visit the crafted avatar image. For an example, an attacker can craft a JavaScript payload that adds a new Django Super Administrator user if a Django administrator visits the image.\n\nThe file `users/functions.py` lines 18-49 show that the only verification check is that the file is an image by extracting the dimensions from the file. Label Studio serves avatar images using Django's built-in `serve` view, which is not secure for production use according to Django's documentation. The issue with the Django `serve` view is that it determines the `Content-Type` of the response by the file extension in the URL path. Therefore, an attacker can upload an image that contains malicious HTML code and name the file with a `.html` extension to be rendered as a HTML page. The only file extension validation is performed on the client-side, which can be easily bypassed.\n\nVersion 1.9.2 fixes this issue. Other remediation strategies include validating the file extension on the server side, not in client-side code; removing the use of Django's `serve` view and implement a secure controller for viewing uploaded avatar images; saving file content in the database rather than on the filesystem to mitigate against other file related vulnerabilities; and avoiding trusting user controlled inputs.",
    "aliases": [
        {
            "alias": "CVE-2023-47115"
        },
        {
            "alias": "GHSA-q68h-xwq5-mm7x"
        },
        {
            "alias": "PYSEC-2024-126"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37858?format=api",
            "purl": "pkg:pypi/label-studio@1.9.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.9.2"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29304?format=api",
            "purl": "pkg:pypi/label-studio@0.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29305?format=api",
            "purl": "pkg:pypi/label-studio@0.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29306?format=api",
            "purl": "pkg:pypi/label-studio@0.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29307?format=api",
            "purl": "pkg:pypi/label-studio@0.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29308?format=api",
            "purl": "pkg:pypi/label-studio@0.4.4.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.4.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29309?format=api",
            "purl": "pkg:pypi/label-studio@0.4.4.post2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.4.post2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29310?format=api",
            "purl": "pkg:pypi/label-studio@0.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29311?format=api",
            "purl": "pkg:pypi/label-studio@0.4.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29312?format=api",
            "purl": "pkg:pypi/label-studio@0.4.6.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.6.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29313?format=api",
            "purl": "pkg:pypi/label-studio@0.4.6.post2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.6.post2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29316?format=api",
            "purl": "pkg:pypi/label-studio@0.4.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29317?format=api",
            "purl": "pkg:pypi/label-studio@0.4.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.4.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29319?format=api",
            "purl": "pkg:pypi/label-studio@0.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29320?format=api",
            "purl": "pkg:pypi/label-studio@0.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29322?format=api",
            "purl": "pkg:pypi/label-studio@0.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29324?format=api",
            "purl": "pkg:pypi/label-studio@0.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29328?format=api",
            "purl": "pkg:pypi/label-studio@0.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29329?format=api",
            "purl": "pkg:pypi/label-studio@0.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29334?format=api",
            "purl": "pkg:pypi/label-studio@0.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29339?format=api",
            "purl": "pkg:pypi/label-studio@0.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29345?format=api",
            "purl": "pkg:pypi/label-studio@0.7.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29346?format=api",
            "purl": "pkg:pypi/label-studio@0.7.4.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.4.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29347?format=api",
            "purl": "pkg:pypi/label-studio@0.7.4.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.4.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29355?format=api",
            "purl": "pkg:pypi/label-studio@0.7.5.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.5.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29356?format=api",
            "purl": "pkg:pypi/label-studio@0.7.5.post2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.7.5.post2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29357?format=api",
            "purl": "pkg:pypi/label-studio@0.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29358?format=api",
            "purl": "pkg:pypi/label-studio@0.8.0.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.8.0.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29360?format=api",
            "purl": "pkg:pypi/label-studio@0.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29361?format=api",
            "purl": "pkg:pypi/label-studio@0.8.1.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.8.1.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29362?format=api",
            "purl": "pkg:pypi/label-studio@0.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29363?format=api",
            "purl": "pkg:pypi/label-studio@0.8.2.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.8.2.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29369?format=api",
            "purl": "pkg:pypi/label-studio@0.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29370?format=api",
            "purl": "pkg:pypi/label-studio@0.9.0.post2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.0.post2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29371?format=api",
            "purl": "pkg:pypi/label-studio@0.9.0.post3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.0.post3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29372?format=api",
            "purl": "pkg:pypi/label-studio@0.9.0.post4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.0.post4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29373?format=api",
            "purl": "pkg:pypi/label-studio@0.9.0.post5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.0.post5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29375?format=api",
            "purl": "pkg:pypi/label-studio@0.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29376?format=api",
            "purl": "pkg:pypi/label-studio@0.9.1.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.1.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29377?format=api",
            "purl": "pkg:pypi/label-studio@0.9.1.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.1.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29378?format=api",
            "purl": "pkg:pypi/label-studio@0.9.1.post2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@0.9.1.post2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29388?format=api",
            "purl": "pkg:pypi/label-studio@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29389?format=api",
            "purl": "pkg:pypi/label-studio@1.0.0.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.0.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29390?format=api",
            "purl": "pkg:pypi/label-studio@1.0.0.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.0.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29391?format=api",
            "purl": "pkg:pypi/label-studio@1.0.0.post2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.0.post2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29392?format=api",
            "purl": "pkg:pypi/label-studio@1.0.0.post3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.0.post3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29395?format=api",
            "purl": "pkg:pypi/label-studio@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29399?format=api",
            "purl": "pkg:pypi/label-studio@1.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29400?format=api",
            "purl": "pkg:pypi/label-studio@1.0.2.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.0.2.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29401?format=api",
            "purl": "pkg:pypi/label-studio@1.1.0rc0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.1.0rc0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29404?format=api",
            "purl": "pkg:pypi/label-studio@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29406?format=api",
            "purl": "pkg:pypi/label-studio@1.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29411?format=api",
            "purl": "pkg:pypi/label-studio@1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29417?format=api",
            "purl": "pkg:pypi/label-studio@1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29418?format=api",
            "purl": "pkg:pypi/label-studio@1.3.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.3.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29419?format=api",
            "purl": "pkg:pypi/label-studio@1.3.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.3.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29426?format=api",
            "purl": "pkg:pypi/label-studio@1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29433?format=api",
            "purl": "pkg:pypi/label-studio@1.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29434?format=api",
            "purl": "pkg:pypi/label-studio@1.4.1.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.4.1.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29435?format=api",
            "purl": "pkg:pypi/label-studio@1.4.1.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.4.1.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29450?format=api",
            "purl": "pkg:pypi/label-studio@1.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                },
                {
                    "vulnerability": "VCID-zg6b-ay43-nqds"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/29451?format=api",
            "purl": "pkg:pypi/label-studio@1.5.0.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.5.0.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37829?format=api",
            "purl": "pkg:pypi/label-studio@1.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37830?format=api",
            "purl": "pkg:pypi/label-studio@1.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37831?format=api",
            "purl": "pkg:pypi/label-studio@1.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-fuwa-y6pw-jfe6"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37832?format=api",
            "purl": "pkg:pypi/label-studio@1.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37833?format=api",
            "purl": "pkg:pypi/label-studio@1.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37834?format=api",
            "purl": "pkg:pypi/label-studio@1.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37835?format=api",
            "purl": "pkg:pypi/label-studio@1.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3kxg-q3f8-k3a7"
                },
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37836?format=api",
            "purl": "pkg:pypi/label-studio@1.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37853?format=api",
            "purl": "pkg:pypi/label-studio@1.8.2.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.8.2.post0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37854?format=api",
            "purl": "pkg:pypi/label-studio@1.8.2.post1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.8.2.post1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37855?format=api",
            "purl": "pkg:pypi/label-studio@1.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37856?format=api",
            "purl": "pkg:pypi/label-studio@1.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/37857?format=api",
            "purl": "pkg:pypi/label-studio@1.9.1.post0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-csqp-5jzx-e3hn"
                },
                {
                    "vulnerability": "VCID-e6ep-39wd-u3b4"
                },
                {
                    "vulnerability": "VCID-hr5p-dv32-y7ez"
                },
                {
                    "vulnerability": "VCID-n8np-tc3h-kkfd"
                },
                {
                    "vulnerability": "VCID-r633-m97m-sfap"
                },
                {
                    "vulnerability": "VCID-udga-7qeh-bufn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/label-studio@1.9.1.post0"
        }
    ],
    "references": [
        {
            "reference_url": "https://docs.djangoproject.com/en/4.2/ref/views/#serving-files-in-development",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.4",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
                }
            ],
            "url": "https://docs.djangoproject.com/en/4.2/ref/views/#serving-files-in-development"
        },
        {
            "reference_url": "https://github.com/HumanSignal/label-studio",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/HumanSignal/label-studio"
        },
        {
            "reference_url": "https://github.com/HumanSignal/label-studio/blob/1.8.2/label_studio/users/functions.py#L18-L49",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.4",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
                }
            ],
            "url": "https://github.com/HumanSignal/label-studio/blob/1.8.2/label_studio/users/functions.py#L18-L49"
        },
        {
            "reference_url": "https://github.com/HumanSignal/label-studio/blob/1.8.2/label_studio/users/urls.py#L25-L26",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.4",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
                }
            ],
            "url": "https://github.com/HumanSignal/label-studio/blob/1.8.2/label_studio/users/urls.py#L25-L26"
        },
        {
            "reference_url": "https://github.com/HumanSignal/label-studio/commit/a7a71e594f32ec4af8f3f800d5ccb8662e275da3",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.4",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
                }
            ],
            "url": "https://github.com/HumanSignal/label-studio/commit/a7a71e594f32ec4af8f3f800d5ccb8662e275da3"
        },
        {
            "reference_url": "https://github.com/HumanSignal/label-studio/security/advisories/GHSA-q68h-xwq5-mm7x",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.4",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
                }
            ],
            "url": "https://github.com/HumanSignal/label-studio/security/advisories/GHSA-q68h-xwq5-mm7x"
        },
        {
            "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/label-studio/PYSEC-2024-126.yaml",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/pypa/advisory-database/tree/main/vulns/label-studio/PYSEC-2024-126.yaml"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47115",
            "reference_id": "CVE-2023-47115",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47115"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-q68h-xwq5-mm7x",
            "reference_id": "GHSA-q68h-xwq5-mm7x",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-q68h-xwq5-mm7x"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 79,
            "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
            "description": "The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users."
        },
        {
            "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": "5.4 - 5.4",
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-e6ep-39wd-u3b4"
}