Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/25437?format=api",
    "vulnerability_id": "VCID-fvgg-y3kj-wyew",
    "summary": "React Router allows pre-render data spoofing on React-Router framework mode\n## Summary\nAfter some research, it turns out that it's possible to modify pre-rendered data by adding a header to the request. This allows to completely spoof its contents and modify all the values ​​of the data object passed to the HTML. Latest versions are impacted.\n\n## Details\nThe vulnerable header is `X-React-Router-Prerender-Data`, a specific JSON object must be passed to it in order for the spoofing to be successful as we will see shortly. Here is [the vulnerable code](https://github.com/remix-run/react-router/blob/e6c53a0130559b4a9bd47f9cf76ea5b08a69868a/packages/react-router/lib/server-runtime/routes.ts#L87) :\n\n<img width=\"776\" alt=\"Capture d’écran 2025-04-07 à 05 36 58\" src=\"https://github.com/user-attachments/assets/c95b0b33-15ce-4d30-9f5e-b10525dd6ab4\" />\n\nTo use the header, React-router must be used in Framework mode, and for the attack to be possible the target page must use a loader.\n\n## Steps to reproduce \nVersions used for our PoC: \n- \"@react-router/node\": \"^7.5.0\",\n- \"@react-router/serve\": \"^7.5.0\",\n- \"react\": \"^19.0.0\"\n- \"react-dom\": \"^19.0.0\"\n- \"react-router\": \"^7.5.0\"\n\n1. Install React-Router with its default configuration in Framework mode (https://reactrouter.com/start/framework/installation)\n2. Add a simple page using a loader (example: `routes/ssr`)\n3. Access your page (*which uses the loader*) by suffixing it with `.data`. In our case the page is called `/ssr`:\n\n![image](https://github.com/user-attachments/assets/d7d04e86-c549-4f4a-9200-2d1b6ac96aad)\n\nWe access it by adding the suffix `.data` and retrieve the data object, needed for the header:\n\n![image](https://github.com/user-attachments/assets/ea0ca23e-6ba5-49c1-980d-1b04a05acf56)\n\n4. Send your request by adding the `X-React-Router-Prerender-Data` header with the previously retrieved object as its value. You can change any value of your `data` object (do not touch the other values, the latter being necessary for the object to be processed correctly and not throw an error):\n\n![Capture d’écran 2025-04-07 à 05 56 10](https://github.com/user-attachments/assets/42ca7c9e-5cd3-4eff-9711-1e78755c9046)\n\nAs you can see, all values ​​have been changed/overwritten by the values ​​provided via the header. \n\n## Impact\nThe impact is significant, if a cache system is in place, it is possible to poison a response in which all of the data transmitted via a loader would be altered by an attacker allowing him to take control of the content of the page and modify it as he wishes via a cache-poisoning attack. This can lead to several types of attacks including potential stored XSS depending on the context in which the data is injected and/or how the data is used on the client-side.\n\n## Credits\n- Rachid Allam (zhero;)\n- Yasser Allam (inzo_)",
    "aliases": [
        {
            "alias": "CVE-2025-43865"
        },
        {
            "alias": "GHSA-cpj6-fhp6-mr6j"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761503?format=api",
            "purl": "pkg:npm/react-router@0.0.0",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/68647?format=api",
            "purl": "pkg:npm/react-router@7.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.2"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761117?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-004e483a8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-004e483a8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761118?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-00c655af",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-00c655af"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761119?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-0141b5ec",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0141b5ec"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761120?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-01a3132e6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-01a3132e6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761121?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-078ef8de9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-078ef8de9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761122?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-07f9b5e04",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-07f9b5e04"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761123?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-0be18542a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0be18542a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761124?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-0db28b07",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0db28b07"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761125?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-0f2dd78c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0f2dd78c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761126?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-0f302655",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0f302655"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761127?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-0fd8a0272",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0fd8a0272"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761128?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-10a6fd0e1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-10a6fd0e1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761129?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1116190f7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1116190f7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761130?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-114cf0b7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-114cf0b7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761131?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-119d5d872",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-119d5d872"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761132?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-121725374",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-121725374"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761133?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-12345",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-12345"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761134?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-12346",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-12346"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761135?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-12b260646",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-12b260646"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761136?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-13d6d438f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-13d6d438f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761137?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-15961e14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-15961e14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761138?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-16086cbff",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-16086cbff"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761139?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-171f8688e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-171f8688e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761140?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-178bc9ee",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-178bc9ee"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761141?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1a5899f7e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1a5899f7e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761142?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1ab091485",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1ab091485"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761143?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1b454267f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1b454267f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761144?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1e8b7a59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1e8b7a59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761145?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1ebb6d403",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1ebb6d403"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761146?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-1f21bdfb5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1f21bdfb5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761147?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-208f173a8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-208f173a8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761148?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-213e4b178",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-213e4b178"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761149?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-2272fa73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2272fa73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761150?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-234a294e6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-234a294e6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761151?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-23ff92a9d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-23ff92a9d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761152?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-263c97949",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-263c97949"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761153?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-266d73f72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-266d73f72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761154?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-27337b0d6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-27337b0d6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761155?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-2bfe0a2f2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2bfe0a2f2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761156?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-2d5e406e4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2d5e406e4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761157?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-2e661fbb4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2e661fbb4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761158?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-312bddb22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-312bddb22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761159?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3278f3ca6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3278f3ca6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761160?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-345f1da12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-345f1da12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761161?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-35027c3be",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-35027c3be"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761162?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-35fa15e5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-35fa15e5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761163?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-36a5255b6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-36a5255b6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761164?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-39630069d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-39630069d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761165?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3a25d7f8a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3a25d7f8a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761166?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3b3f4b74e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3b3f4b74e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761167?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3ba3024e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3ba3024e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761168?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3bba3331c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3bba3331c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761169?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3be88c6fb",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3be88c6fb"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761170?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3ce8d73c7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3ce8d73c7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761171?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3e5084cc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3e5084cc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761172?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3ec205f42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3ec205f42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761173?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-3f102fccb",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3f102fccb"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761174?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4286521e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4286521e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761175?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-42a5853ef",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-42a5853ef"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761176?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-42adf24c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-42adf24c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761177?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-432fcb2e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-432fcb2e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761178?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-47c4c03cf",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-47c4c03cf"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761179?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-48058118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-48058118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761180?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4841e12b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4841e12b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761181?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4996fbe2b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4996fbe2b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761182?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-49d6214de",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-49d6214de"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761183?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-49eef6a01",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-49eef6a01"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761184?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4a8a492a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4a8a492a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761185?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4b431ca46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4b431ca46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761186?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4cf800728",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4cf800728"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761187?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4d16b23b6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4d16b23b6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761188?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4d6793aa7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4d6793aa7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761189?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4db3c3744",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4db3c3744"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761190?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-4ed3f5da9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4ed3f5da9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761191?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-519a1b654",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-519a1b654"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761192?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-52e9b8eb3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-52e9b8eb3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761193?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-54614613e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-54614613e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761194?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-5509a3c42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5509a3c42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761195?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-573acd4d4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-573acd4d4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761196?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-58439e382",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-58439e382"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761197?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-5a6545bf7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5a6545bf7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761198?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-5bedc168",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5bedc168"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761199?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-5df42afed",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5df42afed"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761200?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-5f08b33f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5f08b33f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761201?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-5f6f59a6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5f6f59a6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761202?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-633882d6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-633882d6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761203?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-63b6834e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-63b6834e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761204?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-65d6b8c9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-65d6b8c9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761205?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-668b4f5c4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-668b4f5c4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761206?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-66d5af831",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-66d5af831"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761207?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-6844c5934",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-6844c5934"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761208?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-6b51a129b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-6b51a129b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761209?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7110596b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7110596b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761210?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-71108452",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-71108452"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761211?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-73fcb9b28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-73fcb9b28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761212?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-759a11a62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-759a11a62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761213?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-79e23be50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-79e23be50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761214?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7a19e47ea",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7a19e47ea"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761215?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7a944bb54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7a944bb54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761216?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7b1bbb00",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7b1bbb00"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761217?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7b411a741",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7b411a741"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761218?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7c2094e9e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7c2094e9e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761219?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7c6c0664d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7c6c0664d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761220?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7d87ffb8c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7d87ffb8c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761221?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7de693505",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7de693505"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761222?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-7f486334",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7f486334"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761223?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-819a53c77",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-819a53c77"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761224?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-832a0ee6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-832a0ee6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761225?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-856ae8c29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-856ae8c29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761226?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8677247c0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8677247c0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761227?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-88f4a9db3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-88f4a9db3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761228?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-89dc2043e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-89dc2043e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761229?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8bb3ffdf",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8bb3ffdf"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761230?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8d0ea8f67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8d0ea8f67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761231?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8e3eac768",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8e3eac768"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761232?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8e9d8ef63",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8e9d8ef63"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761233?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8f9ef191",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8f9ef191"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761234?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-8fdb14ec6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8fdb14ec6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761235?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-902325fda",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-902325fda"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761236?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-91f2bf54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-91f2bf54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761237?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9463fb5e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9463fb5e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761238?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-98c0b596f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-98c0b596f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761239?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9aebdc522",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9aebdc522"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761240?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9c1812606",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9c1812606"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761241?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9c60e757e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9c60e757e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761242?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9ea41ead4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9ea41ead4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761243?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9f7fdccd4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9f7fdccd4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761244?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-9ffbba722",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9ffbba722"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761245?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a077dc2d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a077dc2d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761246?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a083564c1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a083564c1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761247?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a0888892",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a0888892"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761248?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a26b992a1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a26b992a1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761249?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a2c4d7fad",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a2c4d7fad"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761250?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a334647a8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a334647a8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761251?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a383e1e6e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a383e1e6e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761252?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-a839ff7e2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a839ff7e2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761253?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-abead7ae1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-abead7ae1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761254?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-acfea932",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-acfea932"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761255?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-ad6954b7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ad6954b7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761256?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-add6f8aa",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-add6f8aa"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761257?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-af76d50e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-af76d50e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761258?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b162e81d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b162e81d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761259?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b1ff171f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b1ff171f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761260?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b24023f3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b24023f3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761261?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b3c9fc11b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b3c9fc11b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761262?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b8437806",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b8437806"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761263?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b98209dd9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b98209dd9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761264?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-b9cf540fe",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b9cf540fe"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761265?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-ba938b84",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ba938b84"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761266?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-bc2c864b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-bc2c864b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761267?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-bcda00aaf",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-bcda00aaf"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761268?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-beaa4f52a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-beaa4f52a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761269?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c0856287f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c0856287f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761270?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c10e297a4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c10e297a4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761271?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c5cae38f3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c5cae38f3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761272?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c7dd3d3a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c7dd3d3a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761273?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c8b52c995",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c8b52c995"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761274?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c93c722c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c93c722c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761275?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-c9f8a7b2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c9f8a7b2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761276?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-cb25a21e1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cb25a21e1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761277?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-cbcd94b7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cbcd94b7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761278?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-ce5294fc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ce5294fc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761279?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-cec61865",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cec61865"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761280?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-cf9637ce",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cf9637ce"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761281?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-cffa549a1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cffa549a1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761282?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-compat.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761283?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-compat.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761284?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-compat.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761285?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-compat.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761286?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-compat.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761287?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-compat.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761288?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-d312c78a4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d312c78a4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761289?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-d499f664f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d499f664f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761290?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-d7bf770a8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d7bf770a8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761291?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-d90c8fb3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d90c8fb3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761292?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-db3389095",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-db3389095"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761293?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-dc307bdd5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-dc307bdd5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761294?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-dc8656c8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-dc8656c8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761295?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-dcaf20023",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-dcaf20023"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761296?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-de419c3d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-de419c3d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761297?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-df0f1dfda",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-df0f1dfda"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761298?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-df6bc686c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-df6bc686c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761299?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e0e92e3b1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e0e92e3b1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761300?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e0f088aa",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e0f088aa"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761301?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e1311612e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e1311612e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761302?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e145538f2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e145538f2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761303?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e157216e3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e157216e3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761304?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e16afd9b7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e16afd9b7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761305?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e192105b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e192105b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761306?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e1f760554",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e1f760554"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761307?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e41ede670",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e41ede670"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761308?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e53172d16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e53172d16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761309?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e7ce8959",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e7ce8959"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761310?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e7e9ce6e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e7e9ce6e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761311?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-e960cf1a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e960cf1a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761312?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-ecd35cd60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ecd35cd60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761313?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-edf416237",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-edf416237"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761314?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f042b8c1e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f042b8c1e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761315?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f0cc45f82",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f0cc45f82"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761316?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f20b6b7b0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f20b6b7b0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761317?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f3b593c3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f3b593c3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761318?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f728258d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f728258d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761319?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f7aa35148",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f7aa35148"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761320?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f8cbf972",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f8cbf972"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761321?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-f92aa2e1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f92aa2e1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761322?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-fbbd4fd81",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-fbbd4fd81"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761323?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-fcc3ad4ec",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-fcc3ad4ec"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761324?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-fde52e515",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-fde52e515"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761325?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-ff38e9e6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ff38e9e6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761326?format=api",
            "purl": "pkg:npm/react-router@0.0.0-experimental-ffd8c7d0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ffd8c7d0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761327?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-004f18fa3-20250118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-004f18fa3-20250118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761328?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-0061b031c-20241012",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-0061b031c-20241012"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761329?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-028fe7370-20241224",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-028fe7370-20241224"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761330?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-02ade43d5-20250107",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-02ade43d5-20250107"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761331?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-02b363c76-20241019",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-02b363c76-20241019"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761332?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-037474993-20240530",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-037474993-20240530"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761333?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-03808c631-20240725",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-03808c631-20240725"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761334?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-041701ead-20241222",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-041701ead-20241222"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761335?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-058b57f14-20240621",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-058b57f14-20240621"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761336?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-05a94eca8-20240625",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-05a94eca8-20240625"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761337?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-06e98c3ba-20241120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-06e98c3ba-20241120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761338?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-09b52e491-20240606",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-09b52e491-20240606"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761339?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-0ea8e6690-20241206",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-0ea8e6690-20241206"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761340?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-10a1eff90-20241121",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-10a1eff90-20241121"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761341?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-10a6fd0e1-20240531",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-10a6fd0e1-20240531"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761342?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-128652c63-20240622",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-128652c63-20240622"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761343?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-12c37f0f0-20240928",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-12c37f0f0-20240928"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761344?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-135d8d9b1-20240525",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-135d8d9b1-20240525"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761345?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-13df3cec9-20241016",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-13df3cec9-20241016"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761346?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-14a0face4-20240726",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-14a0face4-20240726"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761347?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-14e8e5d1a-20240801",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-14e8e5d1a-20240801"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761348?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-183fdb88c-20240730",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-183fdb88c-20240730"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761349?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-1923f4b0a-20250210",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1923f4b0a-20250210"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761350?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-1974c2661-20240524",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1974c2661-20240524"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761351?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-1a96ee758-20240912",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1a96ee758-20240912"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761352?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-1b103a82e-20241110",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1b103a82e-20241110"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761353?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-1e6b2e162-20250214",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1e6b2e162-20250214"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761354?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-1fa84a4d4-20241025",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1fa84a4d4-20241025"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761355?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-20f9592ac-20240913",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-20f9592ac-20240913"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761356?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-21a850a42-20241101",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-21a850a42-20241101"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761357?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-242035412-20240921",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-242035412-20240921"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761358?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-26cc9d914-20240904",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-26cc9d914-20240904"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761359?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-283fa44bc-20250220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-283fa44bc-20250220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761360?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-2abe5f5e9-20241219",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2abe5f5e9-20241219"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761361?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-2aeb07881-20241103",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2aeb07881-20241103"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761362?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-2c5d54de7-20250226",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2c5d54de7-20250226"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761363?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-2d5924f56-20241024",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2d5924f56-20241024"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761364?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-2e661fbb4-20250327",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2e661fbb4-20250327"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761365?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-2f58222ba-20241017",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2f58222ba-20241017"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761366?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-311e971e9-20240918",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-311e971e9-20240918"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761367?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-31a9ad847-20241023",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-31a9ad847-20241023"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761368?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-329fc0ae0-20241221",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-329fc0ae0-20241221"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761369?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-3acc86586-20241109",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3acc86586-20241109"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761370?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-3be44ecef-20241216",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3be44ecef-20241216"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761371?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-3f25ab396-20240704",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3f25ab396-20240704"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761372?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-3fdae37ec-20240914",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3fdae37ec-20240914"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761373?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4263ec297-20241004",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4263ec297-20241004"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761374?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-428117233-20250418",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-428117233-20250418"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761375?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-44a456835-20250103",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-44a456835-20250103"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761376?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-47953dd5d-20241123",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-47953dd5d-20241123"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761377?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4901f05e2-20240711",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4901f05e2-20240711"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761378?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4996fbe2b-20240629",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4996fbe2b-20240629"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761379?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4abec7a1b-20250313",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4abec7a1b-20250313"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761380?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4ad69f9d4-20250130",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4ad69f9d4-20250130"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761381?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4af1d409c-20241118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4af1d409c-20241118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761382?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4da1dee21-20250304",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4da1dee21-20250304"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761383?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4db408248-20240910",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4db408248-20240910"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761384?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-4f885c4f7-20250317",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4f885c4f7-20250317"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761385?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-5115991bf-20241217",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5115991bf-20241217"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761386?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-520ab610e-20240703",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-520ab610e-20240703"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761387?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-5287ffc12-20241105",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5287ffc12-20241105"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761388?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-54147a377-20250224",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-54147a377-20250224"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761389?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-5466640fc-20240510",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5466640fc-20240510"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761390?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-54d45d4a7-20250216",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-54d45d4a7-20250216"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761391?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-58439e382-20250227",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-58439e382-20250227"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761392?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-59736e501-20240905",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-59736e501-20240905"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761393?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-5aa77698d-20240828",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5aa77698d-20240828"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761394?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-5ab7ff74e-20250314",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5ab7ff74e-20250314"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761395?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-626bc840a-20240731",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-626bc840a-20240731"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761396?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-64e0a0313-20241207",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-64e0a0313-20241207"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761397?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-65d3d6cde-20240628",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-65d3d6cde-20240628"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761398?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-66613c0c6-20241018",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-66613c0c6-20241018"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761399?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-68f43b8cd-20241119",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-68f43b8cd-20241119"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761400?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-6b677a71b-20250219",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6b677a71b-20250219"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761401?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-6c7c5147c-20241008",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6c7c5147c-20241008"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761402?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-6df9b21a9-20250218",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6df9b21a9-20250218"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761403?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-6f2168e82-20250114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6f2168e82-20250114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761404?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-726b5249a-20250416",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-726b5249a-20250416"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761405?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-727bc37b9-20250208",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-727bc37b9-20250208"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761406?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-73afcdc0d-20240523",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-73afcdc0d-20240523"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761407?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-77b730c0a-20250225",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-77b730c0a-20250225"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761408?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-7bc242270-20250412",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-7bc242270-20250412"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761409?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-7de375944-20250206",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-7de375944-20250206"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761410?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-7fd797a72-20241022",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-7fd797a72-20241022"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761411?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-80cf6ffad-20250124",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-80cf6ffad-20250124"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761412?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-818d327ce-20241117",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-818d327ce-20241117"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761413?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-854031618-20240819",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-854031618-20240819"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761414?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-892468ee7-20250212",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-892468ee7-20250212"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761415?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-8a5cf097f-20241030",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8a5cf097f-20241030"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761416?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-8b31f25af-20240926",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8b31f25af-20240926"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761417?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-8b821645a-20241214",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8b821645a-20241214"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761418?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-8f12ed19a-20240924",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8f12ed19a-20240924"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761419?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-8fc8239ff-20241003",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8fc8239ff-20241003"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761420?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-8ff4d5fe7-20241204",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8ff4d5fe7-20241204"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761421?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-90d6e43a9-20250122",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-90d6e43a9-20250122"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761422?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-90ebbf91d-20240718",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-90ebbf91d-20240718"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761423?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-934427247-20240717",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-934427247-20240717"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761424?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-96b441bdd-20240511",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-96b441bdd-20240511"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761425?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-9a3d9fc19-20241205",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9a3d9fc19-20241205"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761426?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-9b3accc5e-20250410",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9b3accc5e-20250410"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761427?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-9bf91e47c-20240822",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9bf91e47c-20240822"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761428?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-9e0c2a051-20250108",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9e0c2a051-20250108"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761429?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a096ebc81-20240919",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a096ebc81-20240919"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761430?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a26b992a1-20240917",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a26b992a1-20240917"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761431?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a41323a0b-20241011",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a41323a0b-20241011"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761432?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a4e9d2ffa-20241114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a4e9d2ffa-20241114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761433?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a5f191b5e-20240820",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a5f191b5e-20240820"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761434?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a87b7960c-20250408",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a87b7960c-20250408"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761435?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-a9e1d47b6-20240619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a9e1d47b6-20240619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761436?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-ab9842614-20241116",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ab9842614-20241116"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761437?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-ac199f437-20241014",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ac199f437-20241014"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761438?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-ac399b7b3-20250201",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ac399b7b3-20250201"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761439?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-ac5b36cb0-20240626",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ac5b36cb0-20240626"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761440?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-acb339f23-20241031",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-acb339f23-20241031"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761441?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-aeb2e174c-20250106",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-aeb2e174c-20250106"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761442?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-aed1b458e-20241124",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-aed1b458e-20241124"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761443?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-afef30ced-20240729",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-afef30ced-20240729"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761444?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b045242e8-20250117",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b045242e8-20250117"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761445?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b099df09b-20241106",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b099df09b-20241106"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761446?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b0dfdc607-20250228",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b0dfdc607-20250228"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761447?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b2c8f9c8a-20240522",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b2c8f9c8a-20240522"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761448?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b3ad2a2f7-20250221",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b3ad2a2f7-20250221"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761449?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b604032d8-20240907",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b604032d8-20240907"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761450?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b64eb837d-20250213",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b64eb837d-20250213"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761451?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b660a7fe2-20241026",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b660a7fe2-20241026"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761452?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-b8cf1b6e3-20250402",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b8cf1b6e3-20250402"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761453?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bad24c173-20240604",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bad24c173-20240604"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761454?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bb58afdfd-20240520",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bb58afdfd-20240520"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761455?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bc1c1c8ef-20241005",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bc1c1c8ef-20241005"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761456?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bc437079e-20250318",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bc437079e-20250318"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761457?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bd50e0760-20250405",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bd50e0760-20250405"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761458?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bf23aaf61-20240802",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bf23aaf61-20240802"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761459?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bf2bc0544-20250222",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bf2bc0544-20250222"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761460?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-bf7ecb711-20240911",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bf7ecb711-20240911"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761461?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c0f766f34-20250329",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c0f766f34-20250329"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761462?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c1618cd61-20241102",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c1618cd61-20241102"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761463?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c1a2f116c-20241108",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c1a2f116c-20241108"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761464?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c34cbeb8b-20240823",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c34cbeb8b-20240823"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761465?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c364bd450-20250116",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c364bd450-20250116"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761466?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c3d95f026-20240906",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c3d95f026-20240906"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761467?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c40f7861c-20250409",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c40f7861c-20250409"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761468?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c4c48afc1-20240713",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c4c48afc1-20240713"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761469?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c4d590c64-20241104",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c4d590c64-20241104"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761470?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c5b264133-20250115",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c5b264133-20250115"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761471?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c6420cdda-20241115",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c6420cdda-20241115"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761472?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c72e6df91-20240807",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c72e6df91-20240807"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761473?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c846a2e1e-20240627",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c846a2e1e-20240627"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761474?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-c9487e672-20241212",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c9487e672-20241212"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761475?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-cd50dc631-20250315",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-cd50dc631-20250315"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761476?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-cd5681bd2-20250415",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-cd5681bd2-20250415"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761477?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d07cefedf-20250401",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d07cefedf-20250401"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761478?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d1bb8941a-20240920",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d1bb8941a-20240920"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761479?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d294ab274-20241007",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d294ab274-20241007"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761480?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d3e913b81-20250301",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d3e913b81-20250301"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761481?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d4127aa37-20240521",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d4127aa37-20240521"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761482?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d5ad0613b-20240620",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d5ad0613b-20240620"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761483?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-d65827ebb-20241002",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d65827ebb-20241002"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761484?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-da617bbed-20241113",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-da617bbed-20241113"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761485?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-db577511d-20240925",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-db577511d-20240925"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761486?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-db92c6919-20250104",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-db92c6919-20250104"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761487?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-dede70577-20250306",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-dede70577-20250306"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761488?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-dfd2d1494-20240716",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-dfd2d1494-20240716"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761489?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-e141f39e0-20241107",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e141f39e0-20241107"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761490?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-e3c67ede3-20240815",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e3c67ede3-20240815"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761491?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-e711f0050-20241230",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e711f0050-20241230"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761492?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-e85f691d1-20240816",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e85f691d1-20240816"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761493?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-e93e2b792-20250328",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e93e2b792-20250328"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761494?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-ec37db8f4-20240702",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ec37db8f4-20240702"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761495?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f0145cca3-20241203",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f0145cca3-20241203"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761496?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f0cd1c5cc-20241029",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f0cd1c5cc-20241029"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761497?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f1e14a23b-20250320",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f1e14a23b-20250320"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761498?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f3a07bb27-20250307",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f3a07bb27-20250307"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761499?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f47048541-20240813",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f47048541-20240813"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761500?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f763fd2eb-20241122",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f763fd2eb-20241122"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761501?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-f9f4a27a3-20250211",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f9f4a27a3-20250211"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761502?format=api",
            "purl": "pkg:npm/react-router@0.0.0-nightly-fa0068005-20250131",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-fa0068005-20250131"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/570351?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761517?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761518?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761519?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761520?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761521?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761522?format=api",
            "purl": "pkg:npm/react-router@7.0.0-pre.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/67296?format=api",
            "purl": "pkg:npm/react-router@7.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761523?format=api",
            "purl": "pkg:npm/react-router@7.0.1-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.1-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761524?format=api",
            "purl": "pkg:npm/react-router@7.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761525?format=api",
            "purl": "pkg:npm/react-router@7.0.2-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.2-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761526?format=api",
            "purl": "pkg:npm/react-router@7.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761527?format=api",
            "purl": "pkg:npm/react-router@7.1.0-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.0-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761528?format=api",
            "purl": "pkg:npm/react-router@7.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761529?format=api",
            "purl": "pkg:npm/react-router@7.1.1-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.1-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761530?format=api",
            "purl": "pkg:npm/react-router@7.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761531?format=api",
            "purl": "pkg:npm/react-router@7.1.2-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.2-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761532?format=api",
            "purl": "pkg:npm/react-router@7.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761533?format=api",
            "purl": "pkg:npm/react-router@7.1.3-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.3-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761534?format=api",
            "purl": "pkg:npm/react-router@7.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761535?format=api",
            "purl": "pkg:npm/react-router@7.1.4-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.4-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761536?format=api",
            "purl": "pkg:npm/react-router@7.1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761537?format=api",
            "purl": "pkg:npm/react-router@7.1.5-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.5-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761538?format=api",
            "purl": "pkg:npm/react-router@7.1.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761539?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761540?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761541?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761542?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761543?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761544?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761545?format=api",
            "purl": "pkg:npm/react-router@7.2.0-pre.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/570350?format=api",
            "purl": "pkg:npm/react-router@7.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761105?format=api",
            "purl": "pkg:npm/react-router@7.3.0-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.3.0-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761106?format=api",
            "purl": "pkg:npm/react-router@7.3.0-pre.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.3.0-pre.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761107?format=api",
            "purl": "pkg:npm/react-router@7.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761108?format=api",
            "purl": "pkg:npm/react-router@7.4.0-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.0-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761109?format=api",
            "purl": "pkg:npm/react-router@7.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761110?format=api",
            "purl": "pkg:npm/react-router@7.4.1-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.1-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761111?format=api",
            "purl": "pkg:npm/react-router@7.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761112?format=api",
            "purl": "pkg:npm/react-router@7.5.0-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.0-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761113?format=api",
            "purl": "pkg:npm/react-router@7.5.0-pre.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.0-pre.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761114?format=api",
            "purl": "pkg:npm/react-router@7.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761115?format=api",
            "purl": "pkg:npm/react-router@7.5.1-pre.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.1-pre.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/761116?format=api",
            "purl": "pkg:npm/react-router@7.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1khb-1639-afhf"
                },
                {
                    "vulnerability": "VCID-2bdv-sysu-ryef"
                },
                {
                    "vulnerability": "VCID-7nah-t7y2-zfcy"
                },
                {
                    "vulnerability": "VCID-98v3-32bv-2qg9"
                },
                {
                    "vulnerability": "VCID-fvgg-y3kj-wyew"
                },
                {
                    "vulnerability": "VCID-hwnh-8gqs-8fgj"
                },
                {
                    "vulnerability": "VCID-y2ce-z8tu-y7e5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.1"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-43865.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-43865.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-43865",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52558",
                    "published_at": "2026-04-29T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52595",
                    "published_at": "2026-04-26T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52584",
                    "published_at": "2026-04-24T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52634",
                    "published_at": "2026-04-21T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52648",
                    "published_at": "2026-04-18T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52641",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52603",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52617",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52537",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52583",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52589",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52571",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52544",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00292",
                    "scoring_system": "epss",
                    "scoring_elements": "0.52633",
                    "published_at": "2026-04-11T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-43865"
        },
        {
            "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.3",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L"
                }
            ],
            "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"
        },
        {
            "reference_url": "https://github.com/remix-run/react-router",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/remix-run/react-router"
        },
        {
            "reference_url": "https://github.com/remix-run/react-router/blob/e6c53a0130559b4a9bd47f9cf76ea5b08a69868a/packages/react-router/lib/server-runtime/routes.ts#L87",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2025-04-25T15:11:14Z/"
                }
            ],
            "url": "https://github.com/remix-run/react-router/blob/e6c53a0130559b4a9bd47f9cf76ea5b08a69868a/packages/react-router/lib/server-runtime/routes.ts#L87"
        },
        {
            "reference_url": "https://github.com/remix-run/react-router/commit/c84302972a152d851cf5dd859ff332b354b70111",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2025-04-25T15:11:14Z/"
                }
            ],
            "url": "https://github.com/remix-run/react-router/commit/c84302972a152d851cf5dd859ff332b354b70111"
        },
        {
            "reference_url": "https://github.com/remix-run/react-router/security/advisories/GHSA-cpj6-fhp6-mr6j",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2025-04-25T15:11:14Z/"
                }
            ],
            "url": "https://github.com/remix-run/react-router/security/advisories/GHSA-cpj6-fhp6-mr6j"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-43865",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-43865"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362231",
            "reference_id": "2362231",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362231"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-cpj6-fhp6-mr6j",
            "reference_id": "GHSA-cpj6-fhp6-mr6j",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-cpj6-fhp6-mr6j"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2025:13904",
            "reference_id": "RHSA-2025:13904",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2025:13904"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 345,
            "name": "Insufficient Verification of Data Authenticity",
            "description": "The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data."
        },
        {
            "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": "6.5 - 8.9",
    "exploitability": "0.5",
    "weighted_severity": "8.0",
    "risk_score": 4.0,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-fvgg-y3kj-wyew"
}