Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-fvgg-y3kj-wyew
Summary
React Router allows pre-render data spoofing on React-Router framework mode
## Summary
After 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.

## Details
The 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) :

<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" />

To 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.

## Steps to reproduce 
Versions used for our PoC: 
- "@react-router/node": "^7.5.0",
- "@react-router/serve": "^7.5.0",
- "react": "^19.0.0"
- "react-dom": "^19.0.0"
- "react-router": "^7.5.0"

1. Install React-Router with its default configuration in Framework mode (https://reactrouter.com/start/framework/installation)
2. Add a simple page using a loader (example: `routes/ssr`)
3. Access your page (*which uses the loader*) by suffixing it with `.data`. In our case the page is called `/ssr`:

![image](https://github.com/user-attachments/assets/d7d04e86-c549-4f4a-9200-2d1b6ac96aad)

We access it by adding the suffix `.data` and retrieve the data object, needed for the header:

![image](https://github.com/user-attachments/assets/ea0ca23e-6ba5-49c1-980d-1b04a05acf56)

4. 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):

![Capture d’écran 2025-04-07 à 05 56 10](https://github.com/user-attachments/assets/42ca7c9e-5cd3-4eff-9711-1e78755c9046)

As you can see, all values ​​have been changed/overwritten by the values ​​provided via the header. 

## Impact
The 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.

## Credits
- Rachid Allam (zhero;)
- Yasser Allam (inzo_)
Aliases
0
alias CVE-2025-43865
1
alias GHSA-cpj6-fhp6-mr6j
Fixed_packages
0
url pkg:npm/react-router@0.0.0
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
1
url pkg:npm/react-router@7.5.2
purl pkg:npm/react-router@7.5.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-hwnh-8gqs-8fgj
4
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.2
Affected_packages
0
url pkg:npm/react-router@0.0.0-experimental-004e483a8
purl pkg:npm/react-router@0.0.0-experimental-004e483a8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-004e483a8
1
url pkg:npm/react-router@0.0.0-experimental-00c655af
purl pkg:npm/react-router@0.0.0-experimental-00c655af
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-00c655af
2
url pkg:npm/react-router@0.0.0-experimental-0141b5ec
purl pkg:npm/react-router@0.0.0-experimental-0141b5ec
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0141b5ec
3
url pkg:npm/react-router@0.0.0-experimental-01a3132e6
purl pkg:npm/react-router@0.0.0-experimental-01a3132e6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-01a3132e6
4
url pkg:npm/react-router@0.0.0-experimental-078ef8de9
purl pkg:npm/react-router@0.0.0-experimental-078ef8de9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-078ef8de9
5
url pkg:npm/react-router@0.0.0-experimental-07f9b5e04
purl pkg:npm/react-router@0.0.0-experimental-07f9b5e04
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-07f9b5e04
6
url pkg:npm/react-router@0.0.0-experimental-0be18542a
purl pkg:npm/react-router@0.0.0-experimental-0be18542a
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0be18542a
7
url pkg:npm/react-router@0.0.0-experimental-0db28b07
purl pkg:npm/react-router@0.0.0-experimental-0db28b07
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0db28b07
8
url pkg:npm/react-router@0.0.0-experimental-0f2dd78c
purl pkg:npm/react-router@0.0.0-experimental-0f2dd78c
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0f2dd78c
9
url pkg:npm/react-router@0.0.0-experimental-0f302655
purl pkg:npm/react-router@0.0.0-experimental-0f302655
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0f302655
10
url pkg:npm/react-router@0.0.0-experimental-0fd8a0272
purl pkg:npm/react-router@0.0.0-experimental-0fd8a0272
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-0fd8a0272
11
url pkg:npm/react-router@0.0.0-experimental-10a6fd0e1
purl pkg:npm/react-router@0.0.0-experimental-10a6fd0e1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-10a6fd0e1
12
url pkg:npm/react-router@0.0.0-experimental-1116190f7
purl pkg:npm/react-router@0.0.0-experimental-1116190f7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1116190f7
13
url pkg:npm/react-router@0.0.0-experimental-114cf0b7
purl pkg:npm/react-router@0.0.0-experimental-114cf0b7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-114cf0b7
14
url pkg:npm/react-router@0.0.0-experimental-119d5d872
purl pkg:npm/react-router@0.0.0-experimental-119d5d872
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-119d5d872
15
url pkg:npm/react-router@0.0.0-experimental-121725374
purl pkg:npm/react-router@0.0.0-experimental-121725374
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-121725374
16
url pkg:npm/react-router@0.0.0-experimental-12345
purl pkg:npm/react-router@0.0.0-experimental-12345
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-12345
17
url pkg:npm/react-router@0.0.0-experimental-12346
purl pkg:npm/react-router@0.0.0-experimental-12346
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-12346
18
url pkg:npm/react-router@0.0.0-experimental-12b260646
purl pkg:npm/react-router@0.0.0-experimental-12b260646
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-12b260646
19
url pkg:npm/react-router@0.0.0-experimental-13d6d438f
purl pkg:npm/react-router@0.0.0-experimental-13d6d438f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-13d6d438f
20
url pkg:npm/react-router@0.0.0-experimental-15961e14
purl pkg:npm/react-router@0.0.0-experimental-15961e14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-15961e14
21
url pkg:npm/react-router@0.0.0-experimental-16086cbff
purl pkg:npm/react-router@0.0.0-experimental-16086cbff
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-16086cbff
22
url pkg:npm/react-router@0.0.0-experimental-171f8688e
purl pkg:npm/react-router@0.0.0-experimental-171f8688e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-171f8688e
23
url pkg:npm/react-router@0.0.0-experimental-178bc9ee
purl pkg:npm/react-router@0.0.0-experimental-178bc9ee
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-178bc9ee
24
url pkg:npm/react-router@0.0.0-experimental-1a5899f7e
purl pkg:npm/react-router@0.0.0-experimental-1a5899f7e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1a5899f7e
25
url pkg:npm/react-router@0.0.0-experimental-1ab091485
purl pkg:npm/react-router@0.0.0-experimental-1ab091485
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1ab091485
26
url pkg:npm/react-router@0.0.0-experimental-1b454267f
purl pkg:npm/react-router@0.0.0-experimental-1b454267f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1b454267f
27
url pkg:npm/react-router@0.0.0-experimental-1e8b7a59
purl pkg:npm/react-router@0.0.0-experimental-1e8b7a59
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1e8b7a59
28
url pkg:npm/react-router@0.0.0-experimental-1ebb6d403
purl pkg:npm/react-router@0.0.0-experimental-1ebb6d403
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1ebb6d403
29
url pkg:npm/react-router@0.0.0-experimental-1f21bdfb5
purl pkg:npm/react-router@0.0.0-experimental-1f21bdfb5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-1f21bdfb5
30
url pkg:npm/react-router@0.0.0-experimental-208f173a8
purl pkg:npm/react-router@0.0.0-experimental-208f173a8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-208f173a8
31
url pkg:npm/react-router@0.0.0-experimental-213e4b178
purl pkg:npm/react-router@0.0.0-experimental-213e4b178
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-213e4b178
32
url pkg:npm/react-router@0.0.0-experimental-2272fa73
purl pkg:npm/react-router@0.0.0-experimental-2272fa73
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2272fa73
33
url pkg:npm/react-router@0.0.0-experimental-234a294e6
purl pkg:npm/react-router@0.0.0-experimental-234a294e6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-234a294e6
34
url pkg:npm/react-router@0.0.0-experimental-23ff92a9d
purl pkg:npm/react-router@0.0.0-experimental-23ff92a9d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-23ff92a9d
35
url pkg:npm/react-router@0.0.0-experimental-263c97949
purl pkg:npm/react-router@0.0.0-experimental-263c97949
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-263c97949
36
url pkg:npm/react-router@0.0.0-experimental-266d73f72
purl pkg:npm/react-router@0.0.0-experimental-266d73f72
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-266d73f72
37
url pkg:npm/react-router@0.0.0-experimental-27337b0d6
purl pkg:npm/react-router@0.0.0-experimental-27337b0d6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-27337b0d6
38
url pkg:npm/react-router@0.0.0-experimental-2bfe0a2f2
purl pkg:npm/react-router@0.0.0-experimental-2bfe0a2f2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2bfe0a2f2
39
url pkg:npm/react-router@0.0.0-experimental-2d5e406e4
purl pkg:npm/react-router@0.0.0-experimental-2d5e406e4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2d5e406e4
40
url pkg:npm/react-router@0.0.0-experimental-2e661fbb4
purl pkg:npm/react-router@0.0.0-experimental-2e661fbb4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-2e661fbb4
41
url pkg:npm/react-router@0.0.0-experimental-312bddb22
purl pkg:npm/react-router@0.0.0-experimental-312bddb22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-312bddb22
42
url pkg:npm/react-router@0.0.0-experimental-3278f3ca6
purl pkg:npm/react-router@0.0.0-experimental-3278f3ca6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3278f3ca6
43
url pkg:npm/react-router@0.0.0-experimental-345f1da12
purl pkg:npm/react-router@0.0.0-experimental-345f1da12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-345f1da12
44
url pkg:npm/react-router@0.0.0-experimental-35027c3be
purl pkg:npm/react-router@0.0.0-experimental-35027c3be
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-35027c3be
45
url pkg:npm/react-router@0.0.0-experimental-35fa15e5
purl pkg:npm/react-router@0.0.0-experimental-35fa15e5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-35fa15e5
46
url pkg:npm/react-router@0.0.0-experimental-36a5255b6
purl pkg:npm/react-router@0.0.0-experimental-36a5255b6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-36a5255b6
47
url pkg:npm/react-router@0.0.0-experimental-39630069d
purl pkg:npm/react-router@0.0.0-experimental-39630069d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-39630069d
48
url pkg:npm/react-router@0.0.0-experimental-3a25d7f8a
purl pkg:npm/react-router@0.0.0-experimental-3a25d7f8a
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3a25d7f8a
49
url pkg:npm/react-router@0.0.0-experimental-3b3f4b74e
purl pkg:npm/react-router@0.0.0-experimental-3b3f4b74e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3b3f4b74e
50
url pkg:npm/react-router@0.0.0-experimental-3ba3024e
purl pkg:npm/react-router@0.0.0-experimental-3ba3024e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3ba3024e
51
url pkg:npm/react-router@0.0.0-experimental-3bba3331c
purl pkg:npm/react-router@0.0.0-experimental-3bba3331c
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3bba3331c
52
url pkg:npm/react-router@0.0.0-experimental-3be88c6fb
purl pkg:npm/react-router@0.0.0-experimental-3be88c6fb
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3be88c6fb
53
url pkg:npm/react-router@0.0.0-experimental-3ce8d73c7
purl pkg:npm/react-router@0.0.0-experimental-3ce8d73c7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3ce8d73c7
54
url pkg:npm/react-router@0.0.0-experimental-3e5084cc
purl pkg:npm/react-router@0.0.0-experimental-3e5084cc
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3e5084cc
55
url pkg:npm/react-router@0.0.0-experimental-3ec205f42
purl pkg:npm/react-router@0.0.0-experimental-3ec205f42
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3ec205f42
56
url pkg:npm/react-router@0.0.0-experimental-3f102fccb
purl pkg:npm/react-router@0.0.0-experimental-3f102fccb
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-3f102fccb
57
url pkg:npm/react-router@0.0.0-experimental-4286521e
purl pkg:npm/react-router@0.0.0-experimental-4286521e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4286521e
58
url pkg:npm/react-router@0.0.0-experimental-42a5853ef
purl pkg:npm/react-router@0.0.0-experimental-42a5853ef
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-42a5853ef
59
url pkg:npm/react-router@0.0.0-experimental-42adf24c
purl pkg:npm/react-router@0.0.0-experimental-42adf24c
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-42adf24c
60
url pkg:npm/react-router@0.0.0-experimental-432fcb2e
purl pkg:npm/react-router@0.0.0-experimental-432fcb2e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-432fcb2e
61
url pkg:npm/react-router@0.0.0-experimental-47c4c03cf
purl pkg:npm/react-router@0.0.0-experimental-47c4c03cf
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-47c4c03cf
62
url pkg:npm/react-router@0.0.0-experimental-48058118
purl pkg:npm/react-router@0.0.0-experimental-48058118
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-48058118
63
url pkg:npm/react-router@0.0.0-experimental-4841e12b
purl pkg:npm/react-router@0.0.0-experimental-4841e12b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4841e12b
64
url pkg:npm/react-router@0.0.0-experimental-4996fbe2b
purl pkg:npm/react-router@0.0.0-experimental-4996fbe2b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4996fbe2b
65
url pkg:npm/react-router@0.0.0-experimental-49d6214de
purl pkg:npm/react-router@0.0.0-experimental-49d6214de
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-49d6214de
66
url pkg:npm/react-router@0.0.0-experimental-49eef6a01
purl pkg:npm/react-router@0.0.0-experimental-49eef6a01
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-49eef6a01
67
url pkg:npm/react-router@0.0.0-experimental-4a8a492a
purl pkg:npm/react-router@0.0.0-experimental-4a8a492a
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4a8a492a
68
url pkg:npm/react-router@0.0.0-experimental-4b431ca46
purl pkg:npm/react-router@0.0.0-experimental-4b431ca46
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4b431ca46
69
url pkg:npm/react-router@0.0.0-experimental-4cf800728
purl pkg:npm/react-router@0.0.0-experimental-4cf800728
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4cf800728
70
url pkg:npm/react-router@0.0.0-experimental-4d16b23b6
purl pkg:npm/react-router@0.0.0-experimental-4d16b23b6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4d16b23b6
71
url pkg:npm/react-router@0.0.0-experimental-4d6793aa7
purl pkg:npm/react-router@0.0.0-experimental-4d6793aa7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4d6793aa7
72
url pkg:npm/react-router@0.0.0-experimental-4db3c3744
purl pkg:npm/react-router@0.0.0-experimental-4db3c3744
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4db3c3744
73
url pkg:npm/react-router@0.0.0-experimental-4ed3f5da9
purl pkg:npm/react-router@0.0.0-experimental-4ed3f5da9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-4ed3f5da9
74
url pkg:npm/react-router@0.0.0-experimental-519a1b654
purl pkg:npm/react-router@0.0.0-experimental-519a1b654
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-519a1b654
75
url pkg:npm/react-router@0.0.0-experimental-52e9b8eb3
purl pkg:npm/react-router@0.0.0-experimental-52e9b8eb3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-52e9b8eb3
76
url pkg:npm/react-router@0.0.0-experimental-54614613e
purl pkg:npm/react-router@0.0.0-experimental-54614613e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-54614613e
77
url pkg:npm/react-router@0.0.0-experimental-5509a3c42
purl pkg:npm/react-router@0.0.0-experimental-5509a3c42
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5509a3c42
78
url pkg:npm/react-router@0.0.0-experimental-573acd4d4
purl pkg:npm/react-router@0.0.0-experimental-573acd4d4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-573acd4d4
79
url pkg:npm/react-router@0.0.0-experimental-58439e382
purl pkg:npm/react-router@0.0.0-experimental-58439e382
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-58439e382
80
url pkg:npm/react-router@0.0.0-experimental-5a6545bf7
purl pkg:npm/react-router@0.0.0-experimental-5a6545bf7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5a6545bf7
81
url pkg:npm/react-router@0.0.0-experimental-5bedc168
purl pkg:npm/react-router@0.0.0-experimental-5bedc168
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5bedc168
82
url pkg:npm/react-router@0.0.0-experimental-5df42afed
purl pkg:npm/react-router@0.0.0-experimental-5df42afed
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5df42afed
83
url pkg:npm/react-router@0.0.0-experimental-5f08b33f
purl pkg:npm/react-router@0.0.0-experimental-5f08b33f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5f08b33f
84
url pkg:npm/react-router@0.0.0-experimental-5f6f59a6
purl pkg:npm/react-router@0.0.0-experimental-5f6f59a6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-5f6f59a6
85
url pkg:npm/react-router@0.0.0-experimental-633882d6
purl pkg:npm/react-router@0.0.0-experimental-633882d6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-633882d6
86
url pkg:npm/react-router@0.0.0-experimental-63b6834e
purl pkg:npm/react-router@0.0.0-experimental-63b6834e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-63b6834e
87
url pkg:npm/react-router@0.0.0-experimental-65d6b8c9
purl pkg:npm/react-router@0.0.0-experimental-65d6b8c9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-65d6b8c9
88
url pkg:npm/react-router@0.0.0-experimental-668b4f5c4
purl pkg:npm/react-router@0.0.0-experimental-668b4f5c4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-668b4f5c4
89
url pkg:npm/react-router@0.0.0-experimental-66d5af831
purl pkg:npm/react-router@0.0.0-experimental-66d5af831
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-66d5af831
90
url pkg:npm/react-router@0.0.0-experimental-6844c5934
purl pkg:npm/react-router@0.0.0-experimental-6844c5934
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-6844c5934
91
url pkg:npm/react-router@0.0.0-experimental-6b51a129b
purl pkg:npm/react-router@0.0.0-experimental-6b51a129b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-6b51a129b
92
url pkg:npm/react-router@0.0.0-experimental-7110596b
purl pkg:npm/react-router@0.0.0-experimental-7110596b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7110596b
93
url pkg:npm/react-router@0.0.0-experimental-71108452
purl pkg:npm/react-router@0.0.0-experimental-71108452
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-71108452
94
url pkg:npm/react-router@0.0.0-experimental-73fcb9b28
purl pkg:npm/react-router@0.0.0-experimental-73fcb9b28
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-73fcb9b28
95
url pkg:npm/react-router@0.0.0-experimental-759a11a62
purl pkg:npm/react-router@0.0.0-experimental-759a11a62
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-759a11a62
96
url pkg:npm/react-router@0.0.0-experimental-79e23be50
purl pkg:npm/react-router@0.0.0-experimental-79e23be50
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-79e23be50
97
url pkg:npm/react-router@0.0.0-experimental-7a19e47ea
purl pkg:npm/react-router@0.0.0-experimental-7a19e47ea
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7a19e47ea
98
url pkg:npm/react-router@0.0.0-experimental-7a944bb54
purl pkg:npm/react-router@0.0.0-experimental-7a944bb54
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7a944bb54
99
url pkg:npm/react-router@0.0.0-experimental-7b1bbb00
purl pkg:npm/react-router@0.0.0-experimental-7b1bbb00
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7b1bbb00
100
url pkg:npm/react-router@0.0.0-experimental-7b411a741
purl pkg:npm/react-router@0.0.0-experimental-7b411a741
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7b411a741
101
url pkg:npm/react-router@0.0.0-experimental-7c2094e9e
purl pkg:npm/react-router@0.0.0-experimental-7c2094e9e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7c2094e9e
102
url pkg:npm/react-router@0.0.0-experimental-7c6c0664d
purl pkg:npm/react-router@0.0.0-experimental-7c6c0664d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7c6c0664d
103
url pkg:npm/react-router@0.0.0-experimental-7d87ffb8c
purl pkg:npm/react-router@0.0.0-experimental-7d87ffb8c
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7d87ffb8c
104
url pkg:npm/react-router@0.0.0-experimental-7de693505
purl pkg:npm/react-router@0.0.0-experimental-7de693505
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7de693505
105
url pkg:npm/react-router@0.0.0-experimental-7f486334
purl pkg:npm/react-router@0.0.0-experimental-7f486334
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-7f486334
106
url pkg:npm/react-router@0.0.0-experimental-819a53c77
purl pkg:npm/react-router@0.0.0-experimental-819a53c77
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-819a53c77
107
url pkg:npm/react-router@0.0.0-experimental-832a0ee6
purl pkg:npm/react-router@0.0.0-experimental-832a0ee6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-832a0ee6
108
url pkg:npm/react-router@0.0.0-experimental-856ae8c29
purl pkg:npm/react-router@0.0.0-experimental-856ae8c29
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-856ae8c29
109
url pkg:npm/react-router@0.0.0-experimental-8677247c0
purl pkg:npm/react-router@0.0.0-experimental-8677247c0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8677247c0
110
url pkg:npm/react-router@0.0.0-experimental-88f4a9db3
purl pkg:npm/react-router@0.0.0-experimental-88f4a9db3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-88f4a9db3
111
url pkg:npm/react-router@0.0.0-experimental-89dc2043e
purl pkg:npm/react-router@0.0.0-experimental-89dc2043e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-89dc2043e
112
url pkg:npm/react-router@0.0.0-experimental-8bb3ffdf
purl pkg:npm/react-router@0.0.0-experimental-8bb3ffdf
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8bb3ffdf
113
url pkg:npm/react-router@0.0.0-experimental-8d0ea8f67
purl pkg:npm/react-router@0.0.0-experimental-8d0ea8f67
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8d0ea8f67
114
url pkg:npm/react-router@0.0.0-experimental-8e3eac768
purl pkg:npm/react-router@0.0.0-experimental-8e3eac768
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8e3eac768
115
url pkg:npm/react-router@0.0.0-experimental-8e9d8ef63
purl pkg:npm/react-router@0.0.0-experimental-8e9d8ef63
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8e9d8ef63
116
url pkg:npm/react-router@0.0.0-experimental-8f9ef191
purl pkg:npm/react-router@0.0.0-experimental-8f9ef191
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8f9ef191
117
url pkg:npm/react-router@0.0.0-experimental-8fdb14ec6
purl pkg:npm/react-router@0.0.0-experimental-8fdb14ec6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-8fdb14ec6
118
url pkg:npm/react-router@0.0.0-experimental-902325fda
purl pkg:npm/react-router@0.0.0-experimental-902325fda
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-902325fda
119
url pkg:npm/react-router@0.0.0-experimental-91f2bf54
purl pkg:npm/react-router@0.0.0-experimental-91f2bf54
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-91f2bf54
120
url pkg:npm/react-router@0.0.0-experimental-9463fb5e
purl pkg:npm/react-router@0.0.0-experimental-9463fb5e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9463fb5e
121
url pkg:npm/react-router@0.0.0-experimental-98c0b596f
purl pkg:npm/react-router@0.0.0-experimental-98c0b596f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-98c0b596f
122
url pkg:npm/react-router@0.0.0-experimental-9aebdc522
purl pkg:npm/react-router@0.0.0-experimental-9aebdc522
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9aebdc522
123
url pkg:npm/react-router@0.0.0-experimental-9c1812606
purl pkg:npm/react-router@0.0.0-experimental-9c1812606
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9c1812606
124
url pkg:npm/react-router@0.0.0-experimental-9c60e757e
purl pkg:npm/react-router@0.0.0-experimental-9c60e757e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9c60e757e
125
url pkg:npm/react-router@0.0.0-experimental-9ea41ead4
purl pkg:npm/react-router@0.0.0-experimental-9ea41ead4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9ea41ead4
126
url pkg:npm/react-router@0.0.0-experimental-9f7fdccd4
purl pkg:npm/react-router@0.0.0-experimental-9f7fdccd4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9f7fdccd4
127
url pkg:npm/react-router@0.0.0-experimental-9ffbba722
purl pkg:npm/react-router@0.0.0-experimental-9ffbba722
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-9ffbba722
128
url pkg:npm/react-router@0.0.0-experimental-a077dc2d
purl pkg:npm/react-router@0.0.0-experimental-a077dc2d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a077dc2d
129
url pkg:npm/react-router@0.0.0-experimental-a083564c1
purl pkg:npm/react-router@0.0.0-experimental-a083564c1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a083564c1
130
url pkg:npm/react-router@0.0.0-experimental-a0888892
purl pkg:npm/react-router@0.0.0-experimental-a0888892
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a0888892
131
url pkg:npm/react-router@0.0.0-experimental-a26b992a1
purl pkg:npm/react-router@0.0.0-experimental-a26b992a1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a26b992a1
132
url pkg:npm/react-router@0.0.0-experimental-a2c4d7fad
purl pkg:npm/react-router@0.0.0-experimental-a2c4d7fad
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a2c4d7fad
133
url pkg:npm/react-router@0.0.0-experimental-a334647a8
purl pkg:npm/react-router@0.0.0-experimental-a334647a8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a334647a8
134
url pkg:npm/react-router@0.0.0-experimental-a383e1e6e
purl pkg:npm/react-router@0.0.0-experimental-a383e1e6e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a383e1e6e
135
url pkg:npm/react-router@0.0.0-experimental-a839ff7e2
purl pkg:npm/react-router@0.0.0-experimental-a839ff7e2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-a839ff7e2
136
url pkg:npm/react-router@0.0.0-experimental-abead7ae1
purl pkg:npm/react-router@0.0.0-experimental-abead7ae1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-abead7ae1
137
url pkg:npm/react-router@0.0.0-experimental-acfea932
purl pkg:npm/react-router@0.0.0-experimental-acfea932
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-acfea932
138
url pkg:npm/react-router@0.0.0-experimental-ad6954b7
purl pkg:npm/react-router@0.0.0-experimental-ad6954b7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ad6954b7
139
url pkg:npm/react-router@0.0.0-experimental-add6f8aa
purl pkg:npm/react-router@0.0.0-experimental-add6f8aa
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-add6f8aa
140
url pkg:npm/react-router@0.0.0-experimental-af76d50e
purl pkg:npm/react-router@0.0.0-experimental-af76d50e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-af76d50e
141
url pkg:npm/react-router@0.0.0-experimental-b162e81d
purl pkg:npm/react-router@0.0.0-experimental-b162e81d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b162e81d
142
url pkg:npm/react-router@0.0.0-experimental-b1ff171f
purl pkg:npm/react-router@0.0.0-experimental-b1ff171f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b1ff171f
143
url pkg:npm/react-router@0.0.0-experimental-b24023f3
purl pkg:npm/react-router@0.0.0-experimental-b24023f3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b24023f3
144
url pkg:npm/react-router@0.0.0-experimental-b3c9fc11b
purl pkg:npm/react-router@0.0.0-experimental-b3c9fc11b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b3c9fc11b
145
url pkg:npm/react-router@0.0.0-experimental-b8437806
purl pkg:npm/react-router@0.0.0-experimental-b8437806
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b8437806
146
url pkg:npm/react-router@0.0.0-experimental-b98209dd9
purl pkg:npm/react-router@0.0.0-experimental-b98209dd9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b98209dd9
147
url pkg:npm/react-router@0.0.0-experimental-b9cf540fe
purl pkg:npm/react-router@0.0.0-experimental-b9cf540fe
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-b9cf540fe
148
url pkg:npm/react-router@0.0.0-experimental-ba938b84
purl pkg:npm/react-router@0.0.0-experimental-ba938b84
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ba938b84
149
url pkg:npm/react-router@0.0.0-experimental-bc2c864b
purl pkg:npm/react-router@0.0.0-experimental-bc2c864b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-bc2c864b
150
url pkg:npm/react-router@0.0.0-experimental-bcda00aaf
purl pkg:npm/react-router@0.0.0-experimental-bcda00aaf
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-bcda00aaf
151
url pkg:npm/react-router@0.0.0-experimental-beaa4f52a
purl pkg:npm/react-router@0.0.0-experimental-beaa4f52a
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-beaa4f52a
152
url pkg:npm/react-router@0.0.0-experimental-c0856287f
purl pkg:npm/react-router@0.0.0-experimental-c0856287f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c0856287f
153
url pkg:npm/react-router@0.0.0-experimental-c10e297a4
purl pkg:npm/react-router@0.0.0-experimental-c10e297a4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c10e297a4
154
url pkg:npm/react-router@0.0.0-experimental-c5cae38f3
purl pkg:npm/react-router@0.0.0-experimental-c5cae38f3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c5cae38f3
155
url pkg:npm/react-router@0.0.0-experimental-c7dd3d3a
purl pkg:npm/react-router@0.0.0-experimental-c7dd3d3a
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c7dd3d3a
156
url pkg:npm/react-router@0.0.0-experimental-c8b52c995
purl pkg:npm/react-router@0.0.0-experimental-c8b52c995
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c8b52c995
157
url pkg:npm/react-router@0.0.0-experimental-c93c722c
purl pkg:npm/react-router@0.0.0-experimental-c93c722c
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c93c722c
158
url pkg:npm/react-router@0.0.0-experimental-c9f8a7b2
purl pkg:npm/react-router@0.0.0-experimental-c9f8a7b2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-c9f8a7b2
159
url pkg:npm/react-router@0.0.0-experimental-cb25a21e1
purl pkg:npm/react-router@0.0.0-experimental-cb25a21e1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cb25a21e1
160
url pkg:npm/react-router@0.0.0-experimental-cbcd94b7
purl pkg:npm/react-router@0.0.0-experimental-cbcd94b7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cbcd94b7
161
url pkg:npm/react-router@0.0.0-experimental-ce5294fc
purl pkg:npm/react-router@0.0.0-experimental-ce5294fc
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ce5294fc
162
url pkg:npm/react-router@0.0.0-experimental-cec61865
purl pkg:npm/react-router@0.0.0-experimental-cec61865
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cec61865
163
url pkg:npm/react-router@0.0.0-experimental-cf9637ce
purl pkg:npm/react-router@0.0.0-experimental-cf9637ce
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cf9637ce
164
url pkg:npm/react-router@0.0.0-experimental-cffa549a1
purl pkg:npm/react-router@0.0.0-experimental-cffa549a1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-cffa549a1
165
url pkg:npm/react-router@0.0.0-experimental-compat.1
purl pkg:npm/react-router@0.0.0-experimental-compat.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.1
166
url pkg:npm/react-router@0.0.0-experimental-compat.2
purl pkg:npm/react-router@0.0.0-experimental-compat.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.2
167
url pkg:npm/react-router@0.0.0-experimental-compat.3
purl pkg:npm/react-router@0.0.0-experimental-compat.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.3
168
url pkg:npm/react-router@0.0.0-experimental-compat.4
purl pkg:npm/react-router@0.0.0-experimental-compat.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.4
169
url pkg:npm/react-router@0.0.0-experimental-compat.5
purl pkg:npm/react-router@0.0.0-experimental-compat.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.5
170
url pkg:npm/react-router@0.0.0-experimental-compat.6
purl pkg:npm/react-router@0.0.0-experimental-compat.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-compat.6
171
url pkg:npm/react-router@0.0.0-experimental-d312c78a4
purl pkg:npm/react-router@0.0.0-experimental-d312c78a4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d312c78a4
172
url pkg:npm/react-router@0.0.0-experimental-d499f664f
purl pkg:npm/react-router@0.0.0-experimental-d499f664f
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d499f664f
173
url pkg:npm/react-router@0.0.0-experimental-d7bf770a8
purl pkg:npm/react-router@0.0.0-experimental-d7bf770a8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d7bf770a8
174
url pkg:npm/react-router@0.0.0-experimental-d90c8fb3
purl pkg:npm/react-router@0.0.0-experimental-d90c8fb3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-d90c8fb3
175
url pkg:npm/react-router@0.0.0-experimental-db3389095
purl pkg:npm/react-router@0.0.0-experimental-db3389095
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-db3389095
176
url pkg:npm/react-router@0.0.0-experimental-dc307bdd5
purl pkg:npm/react-router@0.0.0-experimental-dc307bdd5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-dc307bdd5
177
url pkg:npm/react-router@0.0.0-experimental-dc8656c8
purl pkg:npm/react-router@0.0.0-experimental-dc8656c8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-dc8656c8
178
url pkg:npm/react-router@0.0.0-experimental-dcaf20023
purl pkg:npm/react-router@0.0.0-experimental-dcaf20023
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-dcaf20023
179
url pkg:npm/react-router@0.0.0-experimental-de419c3d
purl pkg:npm/react-router@0.0.0-experimental-de419c3d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-de419c3d
180
url pkg:npm/react-router@0.0.0-experimental-df0f1dfda
purl pkg:npm/react-router@0.0.0-experimental-df0f1dfda
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-df0f1dfda
181
url pkg:npm/react-router@0.0.0-experimental-df6bc686c
purl pkg:npm/react-router@0.0.0-experimental-df6bc686c
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-df6bc686c
182
url pkg:npm/react-router@0.0.0-experimental-e0e92e3b1
purl pkg:npm/react-router@0.0.0-experimental-e0e92e3b1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e0e92e3b1
183
url pkg:npm/react-router@0.0.0-experimental-e0f088aa
purl pkg:npm/react-router@0.0.0-experimental-e0f088aa
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e0f088aa
184
url pkg:npm/react-router@0.0.0-experimental-e1311612e
purl pkg:npm/react-router@0.0.0-experimental-e1311612e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e1311612e
185
url pkg:npm/react-router@0.0.0-experimental-e145538f2
purl pkg:npm/react-router@0.0.0-experimental-e145538f2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e145538f2
186
url pkg:npm/react-router@0.0.0-experimental-e157216e3
purl pkg:npm/react-router@0.0.0-experimental-e157216e3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e157216e3
187
url pkg:npm/react-router@0.0.0-experimental-e16afd9b7
purl pkg:npm/react-router@0.0.0-experimental-e16afd9b7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e16afd9b7
188
url pkg:npm/react-router@0.0.0-experimental-e192105b
purl pkg:npm/react-router@0.0.0-experimental-e192105b
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e192105b
189
url pkg:npm/react-router@0.0.0-experimental-e1f760554
purl pkg:npm/react-router@0.0.0-experimental-e1f760554
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e1f760554
190
url pkg:npm/react-router@0.0.0-experimental-e41ede670
purl pkg:npm/react-router@0.0.0-experimental-e41ede670
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e41ede670
191
url pkg:npm/react-router@0.0.0-experimental-e53172d16
purl pkg:npm/react-router@0.0.0-experimental-e53172d16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e53172d16
192
url pkg:npm/react-router@0.0.0-experimental-e7ce8959
purl pkg:npm/react-router@0.0.0-experimental-e7ce8959
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e7ce8959
193
url pkg:npm/react-router@0.0.0-experimental-e7e9ce6e
purl pkg:npm/react-router@0.0.0-experimental-e7e9ce6e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e7e9ce6e
194
url pkg:npm/react-router@0.0.0-experimental-e960cf1a
purl pkg:npm/react-router@0.0.0-experimental-e960cf1a
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-e960cf1a
195
url pkg:npm/react-router@0.0.0-experimental-ecd35cd60
purl pkg:npm/react-router@0.0.0-experimental-ecd35cd60
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ecd35cd60
196
url pkg:npm/react-router@0.0.0-experimental-edf416237
purl pkg:npm/react-router@0.0.0-experimental-edf416237
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-edf416237
197
url pkg:npm/react-router@0.0.0-experimental-f042b8c1e
purl pkg:npm/react-router@0.0.0-experimental-f042b8c1e
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f042b8c1e
198
url pkg:npm/react-router@0.0.0-experimental-f0cc45f82
purl pkg:npm/react-router@0.0.0-experimental-f0cc45f82
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f0cc45f82
199
url pkg:npm/react-router@0.0.0-experimental-f20b6b7b0
purl pkg:npm/react-router@0.0.0-experimental-f20b6b7b0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f20b6b7b0
200
url pkg:npm/react-router@0.0.0-experimental-f3b593c3
purl pkg:npm/react-router@0.0.0-experimental-f3b593c3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f3b593c3
201
url pkg:npm/react-router@0.0.0-experimental-f728258d
purl pkg:npm/react-router@0.0.0-experimental-f728258d
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f728258d
202
url pkg:npm/react-router@0.0.0-experimental-f7aa35148
purl pkg:npm/react-router@0.0.0-experimental-f7aa35148
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f7aa35148
203
url pkg:npm/react-router@0.0.0-experimental-f8cbf972
purl pkg:npm/react-router@0.0.0-experimental-f8cbf972
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f8cbf972
204
url pkg:npm/react-router@0.0.0-experimental-f92aa2e1
purl pkg:npm/react-router@0.0.0-experimental-f92aa2e1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-f92aa2e1
205
url pkg:npm/react-router@0.0.0-experimental-fbbd4fd81
purl pkg:npm/react-router@0.0.0-experimental-fbbd4fd81
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-fbbd4fd81
206
url pkg:npm/react-router@0.0.0-experimental-fcc3ad4ec
purl pkg:npm/react-router@0.0.0-experimental-fcc3ad4ec
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-fcc3ad4ec
207
url pkg:npm/react-router@0.0.0-experimental-fde52e515
purl pkg:npm/react-router@0.0.0-experimental-fde52e515
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-fde52e515
208
url pkg:npm/react-router@0.0.0-experimental-ff38e9e6
purl pkg:npm/react-router@0.0.0-experimental-ff38e9e6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ff38e9e6
209
url pkg:npm/react-router@0.0.0-experimental-ffd8c7d0
purl pkg:npm/react-router@0.0.0-experimental-ffd8c7d0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-experimental-ffd8c7d0
210
url pkg:npm/react-router@0.0.0-nightly-004f18fa3-20250118
purl pkg:npm/react-router@0.0.0-nightly-004f18fa3-20250118
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-004f18fa3-20250118
211
url pkg:npm/react-router@0.0.0-nightly-0061b031c-20241012
purl pkg:npm/react-router@0.0.0-nightly-0061b031c-20241012
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-0061b031c-20241012
212
url pkg:npm/react-router@0.0.0-nightly-028fe7370-20241224
purl pkg:npm/react-router@0.0.0-nightly-028fe7370-20241224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-028fe7370-20241224
213
url pkg:npm/react-router@0.0.0-nightly-02ade43d5-20250107
purl pkg:npm/react-router@0.0.0-nightly-02ade43d5-20250107
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-02ade43d5-20250107
214
url pkg:npm/react-router@0.0.0-nightly-02b363c76-20241019
purl pkg:npm/react-router@0.0.0-nightly-02b363c76-20241019
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-02b363c76-20241019
215
url pkg:npm/react-router@0.0.0-nightly-037474993-20240530
purl pkg:npm/react-router@0.0.0-nightly-037474993-20240530
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-037474993-20240530
216
url pkg:npm/react-router@0.0.0-nightly-03808c631-20240725
purl pkg:npm/react-router@0.0.0-nightly-03808c631-20240725
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-03808c631-20240725
217
url pkg:npm/react-router@0.0.0-nightly-041701ead-20241222
purl pkg:npm/react-router@0.0.0-nightly-041701ead-20241222
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-041701ead-20241222
218
url pkg:npm/react-router@0.0.0-nightly-058b57f14-20240621
purl pkg:npm/react-router@0.0.0-nightly-058b57f14-20240621
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-058b57f14-20240621
219
url pkg:npm/react-router@0.0.0-nightly-05a94eca8-20240625
purl pkg:npm/react-router@0.0.0-nightly-05a94eca8-20240625
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-05a94eca8-20240625
220
url pkg:npm/react-router@0.0.0-nightly-06e98c3ba-20241120
purl pkg:npm/react-router@0.0.0-nightly-06e98c3ba-20241120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-06e98c3ba-20241120
221
url pkg:npm/react-router@0.0.0-nightly-09b52e491-20240606
purl pkg:npm/react-router@0.0.0-nightly-09b52e491-20240606
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-09b52e491-20240606
222
url pkg:npm/react-router@0.0.0-nightly-0ea8e6690-20241206
purl pkg:npm/react-router@0.0.0-nightly-0ea8e6690-20241206
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-0ea8e6690-20241206
223
url pkg:npm/react-router@0.0.0-nightly-10a1eff90-20241121
purl pkg:npm/react-router@0.0.0-nightly-10a1eff90-20241121
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-10a1eff90-20241121
224
url pkg:npm/react-router@0.0.0-nightly-10a6fd0e1-20240531
purl pkg:npm/react-router@0.0.0-nightly-10a6fd0e1-20240531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-10a6fd0e1-20240531
225
url pkg:npm/react-router@0.0.0-nightly-128652c63-20240622
purl pkg:npm/react-router@0.0.0-nightly-128652c63-20240622
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-128652c63-20240622
226
url pkg:npm/react-router@0.0.0-nightly-12c37f0f0-20240928
purl pkg:npm/react-router@0.0.0-nightly-12c37f0f0-20240928
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-12c37f0f0-20240928
227
url pkg:npm/react-router@0.0.0-nightly-135d8d9b1-20240525
purl pkg:npm/react-router@0.0.0-nightly-135d8d9b1-20240525
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-135d8d9b1-20240525
228
url pkg:npm/react-router@0.0.0-nightly-13df3cec9-20241016
purl pkg:npm/react-router@0.0.0-nightly-13df3cec9-20241016
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-13df3cec9-20241016
229
url pkg:npm/react-router@0.0.0-nightly-14a0face4-20240726
purl pkg:npm/react-router@0.0.0-nightly-14a0face4-20240726
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-14a0face4-20240726
230
url pkg:npm/react-router@0.0.0-nightly-14e8e5d1a-20240801
purl pkg:npm/react-router@0.0.0-nightly-14e8e5d1a-20240801
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-14e8e5d1a-20240801
231
url pkg:npm/react-router@0.0.0-nightly-183fdb88c-20240730
purl pkg:npm/react-router@0.0.0-nightly-183fdb88c-20240730
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-183fdb88c-20240730
232
url pkg:npm/react-router@0.0.0-nightly-1923f4b0a-20250210
purl pkg:npm/react-router@0.0.0-nightly-1923f4b0a-20250210
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1923f4b0a-20250210
233
url pkg:npm/react-router@0.0.0-nightly-1974c2661-20240524
purl pkg:npm/react-router@0.0.0-nightly-1974c2661-20240524
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1974c2661-20240524
234
url pkg:npm/react-router@0.0.0-nightly-1a96ee758-20240912
purl pkg:npm/react-router@0.0.0-nightly-1a96ee758-20240912
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1a96ee758-20240912
235
url pkg:npm/react-router@0.0.0-nightly-1b103a82e-20241110
purl pkg:npm/react-router@0.0.0-nightly-1b103a82e-20241110
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1b103a82e-20241110
236
url pkg:npm/react-router@0.0.0-nightly-1e6b2e162-20250214
purl pkg:npm/react-router@0.0.0-nightly-1e6b2e162-20250214
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1e6b2e162-20250214
237
url pkg:npm/react-router@0.0.0-nightly-1fa84a4d4-20241025
purl pkg:npm/react-router@0.0.0-nightly-1fa84a4d4-20241025
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-1fa84a4d4-20241025
238
url pkg:npm/react-router@0.0.0-nightly-20f9592ac-20240913
purl pkg:npm/react-router@0.0.0-nightly-20f9592ac-20240913
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-20f9592ac-20240913
239
url pkg:npm/react-router@0.0.0-nightly-21a850a42-20241101
purl pkg:npm/react-router@0.0.0-nightly-21a850a42-20241101
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-21a850a42-20241101
240
url pkg:npm/react-router@0.0.0-nightly-242035412-20240921
purl pkg:npm/react-router@0.0.0-nightly-242035412-20240921
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-242035412-20240921
241
url pkg:npm/react-router@0.0.0-nightly-26cc9d914-20240904
purl pkg:npm/react-router@0.0.0-nightly-26cc9d914-20240904
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-26cc9d914-20240904
242
url pkg:npm/react-router@0.0.0-nightly-283fa44bc-20250220
purl pkg:npm/react-router@0.0.0-nightly-283fa44bc-20250220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-283fa44bc-20250220
243
url pkg:npm/react-router@0.0.0-nightly-2abe5f5e9-20241219
purl pkg:npm/react-router@0.0.0-nightly-2abe5f5e9-20241219
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2abe5f5e9-20241219
244
url pkg:npm/react-router@0.0.0-nightly-2aeb07881-20241103
purl pkg:npm/react-router@0.0.0-nightly-2aeb07881-20241103
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2aeb07881-20241103
245
url pkg:npm/react-router@0.0.0-nightly-2c5d54de7-20250226
purl pkg:npm/react-router@0.0.0-nightly-2c5d54de7-20250226
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2c5d54de7-20250226
246
url pkg:npm/react-router@0.0.0-nightly-2d5924f56-20241024
purl pkg:npm/react-router@0.0.0-nightly-2d5924f56-20241024
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2d5924f56-20241024
247
url pkg:npm/react-router@0.0.0-nightly-2e661fbb4-20250327
purl pkg:npm/react-router@0.0.0-nightly-2e661fbb4-20250327
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2e661fbb4-20250327
248
url pkg:npm/react-router@0.0.0-nightly-2f58222ba-20241017
purl pkg:npm/react-router@0.0.0-nightly-2f58222ba-20241017
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-2f58222ba-20241017
249
url pkg:npm/react-router@0.0.0-nightly-311e971e9-20240918
purl pkg:npm/react-router@0.0.0-nightly-311e971e9-20240918
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-311e971e9-20240918
250
url pkg:npm/react-router@0.0.0-nightly-31a9ad847-20241023
purl pkg:npm/react-router@0.0.0-nightly-31a9ad847-20241023
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-31a9ad847-20241023
251
url pkg:npm/react-router@0.0.0-nightly-329fc0ae0-20241221
purl pkg:npm/react-router@0.0.0-nightly-329fc0ae0-20241221
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-329fc0ae0-20241221
252
url pkg:npm/react-router@0.0.0-nightly-3acc86586-20241109
purl pkg:npm/react-router@0.0.0-nightly-3acc86586-20241109
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3acc86586-20241109
253
url pkg:npm/react-router@0.0.0-nightly-3be44ecef-20241216
purl pkg:npm/react-router@0.0.0-nightly-3be44ecef-20241216
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3be44ecef-20241216
254
url pkg:npm/react-router@0.0.0-nightly-3f25ab396-20240704
purl pkg:npm/react-router@0.0.0-nightly-3f25ab396-20240704
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3f25ab396-20240704
255
url pkg:npm/react-router@0.0.0-nightly-3fdae37ec-20240914
purl pkg:npm/react-router@0.0.0-nightly-3fdae37ec-20240914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-3fdae37ec-20240914
256
url pkg:npm/react-router@0.0.0-nightly-4263ec297-20241004
purl pkg:npm/react-router@0.0.0-nightly-4263ec297-20241004
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4263ec297-20241004
257
url pkg:npm/react-router@0.0.0-nightly-428117233-20250418
purl pkg:npm/react-router@0.0.0-nightly-428117233-20250418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-428117233-20250418
258
url pkg:npm/react-router@0.0.0-nightly-44a456835-20250103
purl pkg:npm/react-router@0.0.0-nightly-44a456835-20250103
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-44a456835-20250103
259
url pkg:npm/react-router@0.0.0-nightly-47953dd5d-20241123
purl pkg:npm/react-router@0.0.0-nightly-47953dd5d-20241123
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-47953dd5d-20241123
260
url pkg:npm/react-router@0.0.0-nightly-4901f05e2-20240711
purl pkg:npm/react-router@0.0.0-nightly-4901f05e2-20240711
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4901f05e2-20240711
261
url pkg:npm/react-router@0.0.0-nightly-4996fbe2b-20240629
purl pkg:npm/react-router@0.0.0-nightly-4996fbe2b-20240629
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4996fbe2b-20240629
262
url pkg:npm/react-router@0.0.0-nightly-4abec7a1b-20250313
purl pkg:npm/react-router@0.0.0-nightly-4abec7a1b-20250313
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4abec7a1b-20250313
263
url pkg:npm/react-router@0.0.0-nightly-4ad69f9d4-20250130
purl pkg:npm/react-router@0.0.0-nightly-4ad69f9d4-20250130
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4ad69f9d4-20250130
264
url pkg:npm/react-router@0.0.0-nightly-4af1d409c-20241118
purl pkg:npm/react-router@0.0.0-nightly-4af1d409c-20241118
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4af1d409c-20241118
265
url pkg:npm/react-router@0.0.0-nightly-4da1dee21-20250304
purl pkg:npm/react-router@0.0.0-nightly-4da1dee21-20250304
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4da1dee21-20250304
266
url pkg:npm/react-router@0.0.0-nightly-4db408248-20240910
purl pkg:npm/react-router@0.0.0-nightly-4db408248-20240910
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4db408248-20240910
267
url pkg:npm/react-router@0.0.0-nightly-4f885c4f7-20250317
purl pkg:npm/react-router@0.0.0-nightly-4f885c4f7-20250317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-4f885c4f7-20250317
268
url pkg:npm/react-router@0.0.0-nightly-5115991bf-20241217
purl pkg:npm/react-router@0.0.0-nightly-5115991bf-20241217
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5115991bf-20241217
269
url pkg:npm/react-router@0.0.0-nightly-520ab610e-20240703
purl pkg:npm/react-router@0.0.0-nightly-520ab610e-20240703
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-520ab610e-20240703
270
url pkg:npm/react-router@0.0.0-nightly-5287ffc12-20241105
purl pkg:npm/react-router@0.0.0-nightly-5287ffc12-20241105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5287ffc12-20241105
271
url pkg:npm/react-router@0.0.0-nightly-54147a377-20250224
purl pkg:npm/react-router@0.0.0-nightly-54147a377-20250224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-54147a377-20250224
272
url pkg:npm/react-router@0.0.0-nightly-5466640fc-20240510
purl pkg:npm/react-router@0.0.0-nightly-5466640fc-20240510
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5466640fc-20240510
273
url pkg:npm/react-router@0.0.0-nightly-54d45d4a7-20250216
purl pkg:npm/react-router@0.0.0-nightly-54d45d4a7-20250216
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-54d45d4a7-20250216
274
url pkg:npm/react-router@0.0.0-nightly-58439e382-20250227
purl pkg:npm/react-router@0.0.0-nightly-58439e382-20250227
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-58439e382-20250227
275
url pkg:npm/react-router@0.0.0-nightly-59736e501-20240905
purl pkg:npm/react-router@0.0.0-nightly-59736e501-20240905
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-59736e501-20240905
276
url pkg:npm/react-router@0.0.0-nightly-5aa77698d-20240828
purl pkg:npm/react-router@0.0.0-nightly-5aa77698d-20240828
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5aa77698d-20240828
277
url pkg:npm/react-router@0.0.0-nightly-5ab7ff74e-20250314
purl pkg:npm/react-router@0.0.0-nightly-5ab7ff74e-20250314
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-5ab7ff74e-20250314
278
url pkg:npm/react-router@0.0.0-nightly-626bc840a-20240731
purl pkg:npm/react-router@0.0.0-nightly-626bc840a-20240731
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-626bc840a-20240731
279
url pkg:npm/react-router@0.0.0-nightly-64e0a0313-20241207
purl pkg:npm/react-router@0.0.0-nightly-64e0a0313-20241207
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-64e0a0313-20241207
280
url pkg:npm/react-router@0.0.0-nightly-65d3d6cde-20240628
purl pkg:npm/react-router@0.0.0-nightly-65d3d6cde-20240628
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-65d3d6cde-20240628
281
url pkg:npm/react-router@0.0.0-nightly-66613c0c6-20241018
purl pkg:npm/react-router@0.0.0-nightly-66613c0c6-20241018
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-66613c0c6-20241018
282
url pkg:npm/react-router@0.0.0-nightly-68f43b8cd-20241119
purl pkg:npm/react-router@0.0.0-nightly-68f43b8cd-20241119
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-68f43b8cd-20241119
283
url pkg:npm/react-router@0.0.0-nightly-6b677a71b-20250219
purl pkg:npm/react-router@0.0.0-nightly-6b677a71b-20250219
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6b677a71b-20250219
284
url pkg:npm/react-router@0.0.0-nightly-6c7c5147c-20241008
purl pkg:npm/react-router@0.0.0-nightly-6c7c5147c-20241008
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6c7c5147c-20241008
285
url pkg:npm/react-router@0.0.0-nightly-6df9b21a9-20250218
purl pkg:npm/react-router@0.0.0-nightly-6df9b21a9-20250218
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6df9b21a9-20250218
286
url pkg:npm/react-router@0.0.0-nightly-6f2168e82-20250114
purl pkg:npm/react-router@0.0.0-nightly-6f2168e82-20250114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-6f2168e82-20250114
287
url pkg:npm/react-router@0.0.0-nightly-726b5249a-20250416
purl pkg:npm/react-router@0.0.0-nightly-726b5249a-20250416
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-726b5249a-20250416
288
url pkg:npm/react-router@0.0.0-nightly-727bc37b9-20250208
purl pkg:npm/react-router@0.0.0-nightly-727bc37b9-20250208
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-727bc37b9-20250208
289
url pkg:npm/react-router@0.0.0-nightly-73afcdc0d-20240523
purl pkg:npm/react-router@0.0.0-nightly-73afcdc0d-20240523
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-73afcdc0d-20240523
290
url pkg:npm/react-router@0.0.0-nightly-77b730c0a-20250225
purl pkg:npm/react-router@0.0.0-nightly-77b730c0a-20250225
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-77b730c0a-20250225
291
url pkg:npm/react-router@0.0.0-nightly-7bc242270-20250412
purl pkg:npm/react-router@0.0.0-nightly-7bc242270-20250412
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-7bc242270-20250412
292
url pkg:npm/react-router@0.0.0-nightly-7de375944-20250206
purl pkg:npm/react-router@0.0.0-nightly-7de375944-20250206
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-7de375944-20250206
293
url pkg:npm/react-router@0.0.0-nightly-7fd797a72-20241022
purl pkg:npm/react-router@0.0.0-nightly-7fd797a72-20241022
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-7fd797a72-20241022
294
url pkg:npm/react-router@0.0.0-nightly-80cf6ffad-20250124
purl pkg:npm/react-router@0.0.0-nightly-80cf6ffad-20250124
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-80cf6ffad-20250124
295
url pkg:npm/react-router@0.0.0-nightly-818d327ce-20241117
purl pkg:npm/react-router@0.0.0-nightly-818d327ce-20241117
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-818d327ce-20241117
296
url pkg:npm/react-router@0.0.0-nightly-854031618-20240819
purl pkg:npm/react-router@0.0.0-nightly-854031618-20240819
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-854031618-20240819
297
url pkg:npm/react-router@0.0.0-nightly-892468ee7-20250212
purl pkg:npm/react-router@0.0.0-nightly-892468ee7-20250212
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-892468ee7-20250212
298
url pkg:npm/react-router@0.0.0-nightly-8a5cf097f-20241030
purl pkg:npm/react-router@0.0.0-nightly-8a5cf097f-20241030
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8a5cf097f-20241030
299
url pkg:npm/react-router@0.0.0-nightly-8b31f25af-20240926
purl pkg:npm/react-router@0.0.0-nightly-8b31f25af-20240926
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8b31f25af-20240926
300
url pkg:npm/react-router@0.0.0-nightly-8b821645a-20241214
purl pkg:npm/react-router@0.0.0-nightly-8b821645a-20241214
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8b821645a-20241214
301
url pkg:npm/react-router@0.0.0-nightly-8f12ed19a-20240924
purl pkg:npm/react-router@0.0.0-nightly-8f12ed19a-20240924
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8f12ed19a-20240924
302
url pkg:npm/react-router@0.0.0-nightly-8fc8239ff-20241003
purl pkg:npm/react-router@0.0.0-nightly-8fc8239ff-20241003
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8fc8239ff-20241003
303
url pkg:npm/react-router@0.0.0-nightly-8ff4d5fe7-20241204
purl pkg:npm/react-router@0.0.0-nightly-8ff4d5fe7-20241204
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-8ff4d5fe7-20241204
304
url pkg:npm/react-router@0.0.0-nightly-90d6e43a9-20250122
purl pkg:npm/react-router@0.0.0-nightly-90d6e43a9-20250122
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-90d6e43a9-20250122
305
url pkg:npm/react-router@0.0.0-nightly-90ebbf91d-20240718
purl pkg:npm/react-router@0.0.0-nightly-90ebbf91d-20240718
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-90ebbf91d-20240718
306
url pkg:npm/react-router@0.0.0-nightly-934427247-20240717
purl pkg:npm/react-router@0.0.0-nightly-934427247-20240717
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-934427247-20240717
307
url pkg:npm/react-router@0.0.0-nightly-96b441bdd-20240511
purl pkg:npm/react-router@0.0.0-nightly-96b441bdd-20240511
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-96b441bdd-20240511
308
url pkg:npm/react-router@0.0.0-nightly-9a3d9fc19-20241205
purl pkg:npm/react-router@0.0.0-nightly-9a3d9fc19-20241205
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9a3d9fc19-20241205
309
url pkg:npm/react-router@0.0.0-nightly-9b3accc5e-20250410
purl pkg:npm/react-router@0.0.0-nightly-9b3accc5e-20250410
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9b3accc5e-20250410
310
url pkg:npm/react-router@0.0.0-nightly-9bf91e47c-20240822
purl pkg:npm/react-router@0.0.0-nightly-9bf91e47c-20240822
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9bf91e47c-20240822
311
url pkg:npm/react-router@0.0.0-nightly-9e0c2a051-20250108
purl pkg:npm/react-router@0.0.0-nightly-9e0c2a051-20250108
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-9e0c2a051-20250108
312
url pkg:npm/react-router@0.0.0-nightly-a096ebc81-20240919
purl pkg:npm/react-router@0.0.0-nightly-a096ebc81-20240919
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a096ebc81-20240919
313
url pkg:npm/react-router@0.0.0-nightly-a26b992a1-20240917
purl pkg:npm/react-router@0.0.0-nightly-a26b992a1-20240917
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a26b992a1-20240917
314
url pkg:npm/react-router@0.0.0-nightly-a41323a0b-20241011
purl pkg:npm/react-router@0.0.0-nightly-a41323a0b-20241011
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a41323a0b-20241011
315
url pkg:npm/react-router@0.0.0-nightly-a4e9d2ffa-20241114
purl pkg:npm/react-router@0.0.0-nightly-a4e9d2ffa-20241114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a4e9d2ffa-20241114
316
url pkg:npm/react-router@0.0.0-nightly-a5f191b5e-20240820
purl pkg:npm/react-router@0.0.0-nightly-a5f191b5e-20240820
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a5f191b5e-20240820
317
url pkg:npm/react-router@0.0.0-nightly-a87b7960c-20250408
purl pkg:npm/react-router@0.0.0-nightly-a87b7960c-20250408
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a87b7960c-20250408
318
url pkg:npm/react-router@0.0.0-nightly-a9e1d47b6-20240619
purl pkg:npm/react-router@0.0.0-nightly-a9e1d47b6-20240619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-a9e1d47b6-20240619
319
url pkg:npm/react-router@0.0.0-nightly-ab9842614-20241116
purl pkg:npm/react-router@0.0.0-nightly-ab9842614-20241116
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ab9842614-20241116
320
url pkg:npm/react-router@0.0.0-nightly-ac199f437-20241014
purl pkg:npm/react-router@0.0.0-nightly-ac199f437-20241014
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ac199f437-20241014
321
url pkg:npm/react-router@0.0.0-nightly-ac399b7b3-20250201
purl pkg:npm/react-router@0.0.0-nightly-ac399b7b3-20250201
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ac399b7b3-20250201
322
url pkg:npm/react-router@0.0.0-nightly-ac5b36cb0-20240626
purl pkg:npm/react-router@0.0.0-nightly-ac5b36cb0-20240626
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ac5b36cb0-20240626
323
url pkg:npm/react-router@0.0.0-nightly-acb339f23-20241031
purl pkg:npm/react-router@0.0.0-nightly-acb339f23-20241031
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-acb339f23-20241031
324
url pkg:npm/react-router@0.0.0-nightly-aeb2e174c-20250106
purl pkg:npm/react-router@0.0.0-nightly-aeb2e174c-20250106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-aeb2e174c-20250106
325
url pkg:npm/react-router@0.0.0-nightly-aed1b458e-20241124
purl pkg:npm/react-router@0.0.0-nightly-aed1b458e-20241124
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-aed1b458e-20241124
326
url pkg:npm/react-router@0.0.0-nightly-afef30ced-20240729
purl pkg:npm/react-router@0.0.0-nightly-afef30ced-20240729
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-afef30ced-20240729
327
url pkg:npm/react-router@0.0.0-nightly-b045242e8-20250117
purl pkg:npm/react-router@0.0.0-nightly-b045242e8-20250117
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b045242e8-20250117
328
url pkg:npm/react-router@0.0.0-nightly-b099df09b-20241106
purl pkg:npm/react-router@0.0.0-nightly-b099df09b-20241106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b099df09b-20241106
329
url pkg:npm/react-router@0.0.0-nightly-b0dfdc607-20250228
purl pkg:npm/react-router@0.0.0-nightly-b0dfdc607-20250228
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b0dfdc607-20250228
330
url pkg:npm/react-router@0.0.0-nightly-b2c8f9c8a-20240522
purl pkg:npm/react-router@0.0.0-nightly-b2c8f9c8a-20240522
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b2c8f9c8a-20240522
331
url pkg:npm/react-router@0.0.0-nightly-b3ad2a2f7-20250221
purl pkg:npm/react-router@0.0.0-nightly-b3ad2a2f7-20250221
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b3ad2a2f7-20250221
332
url pkg:npm/react-router@0.0.0-nightly-b604032d8-20240907
purl pkg:npm/react-router@0.0.0-nightly-b604032d8-20240907
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b604032d8-20240907
333
url pkg:npm/react-router@0.0.0-nightly-b64eb837d-20250213
purl pkg:npm/react-router@0.0.0-nightly-b64eb837d-20250213
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b64eb837d-20250213
334
url pkg:npm/react-router@0.0.0-nightly-b660a7fe2-20241026
purl pkg:npm/react-router@0.0.0-nightly-b660a7fe2-20241026
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b660a7fe2-20241026
335
url pkg:npm/react-router@0.0.0-nightly-b8cf1b6e3-20250402
purl pkg:npm/react-router@0.0.0-nightly-b8cf1b6e3-20250402
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-b8cf1b6e3-20250402
336
url pkg:npm/react-router@0.0.0-nightly-bad24c173-20240604
purl pkg:npm/react-router@0.0.0-nightly-bad24c173-20240604
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bad24c173-20240604
337
url pkg:npm/react-router@0.0.0-nightly-bb58afdfd-20240520
purl pkg:npm/react-router@0.0.0-nightly-bb58afdfd-20240520
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bb58afdfd-20240520
338
url pkg:npm/react-router@0.0.0-nightly-bc1c1c8ef-20241005
purl pkg:npm/react-router@0.0.0-nightly-bc1c1c8ef-20241005
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bc1c1c8ef-20241005
339
url pkg:npm/react-router@0.0.0-nightly-bc437079e-20250318
purl pkg:npm/react-router@0.0.0-nightly-bc437079e-20250318
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bc437079e-20250318
340
url pkg:npm/react-router@0.0.0-nightly-bd50e0760-20250405
purl pkg:npm/react-router@0.0.0-nightly-bd50e0760-20250405
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bd50e0760-20250405
341
url pkg:npm/react-router@0.0.0-nightly-bf23aaf61-20240802
purl pkg:npm/react-router@0.0.0-nightly-bf23aaf61-20240802
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bf23aaf61-20240802
342
url pkg:npm/react-router@0.0.0-nightly-bf2bc0544-20250222
purl pkg:npm/react-router@0.0.0-nightly-bf2bc0544-20250222
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bf2bc0544-20250222
343
url pkg:npm/react-router@0.0.0-nightly-bf7ecb711-20240911
purl pkg:npm/react-router@0.0.0-nightly-bf7ecb711-20240911
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-bf7ecb711-20240911
344
url pkg:npm/react-router@0.0.0-nightly-c0f766f34-20250329
purl pkg:npm/react-router@0.0.0-nightly-c0f766f34-20250329
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c0f766f34-20250329
345
url pkg:npm/react-router@0.0.0-nightly-c1618cd61-20241102
purl pkg:npm/react-router@0.0.0-nightly-c1618cd61-20241102
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c1618cd61-20241102
346
url pkg:npm/react-router@0.0.0-nightly-c1a2f116c-20241108
purl pkg:npm/react-router@0.0.0-nightly-c1a2f116c-20241108
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c1a2f116c-20241108
347
url pkg:npm/react-router@0.0.0-nightly-c34cbeb8b-20240823
purl pkg:npm/react-router@0.0.0-nightly-c34cbeb8b-20240823
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c34cbeb8b-20240823
348
url pkg:npm/react-router@0.0.0-nightly-c364bd450-20250116
purl pkg:npm/react-router@0.0.0-nightly-c364bd450-20250116
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c364bd450-20250116
349
url pkg:npm/react-router@0.0.0-nightly-c3d95f026-20240906
purl pkg:npm/react-router@0.0.0-nightly-c3d95f026-20240906
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c3d95f026-20240906
350
url pkg:npm/react-router@0.0.0-nightly-c40f7861c-20250409
purl pkg:npm/react-router@0.0.0-nightly-c40f7861c-20250409
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c40f7861c-20250409
351
url pkg:npm/react-router@0.0.0-nightly-c4c48afc1-20240713
purl pkg:npm/react-router@0.0.0-nightly-c4c48afc1-20240713
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c4c48afc1-20240713
352
url pkg:npm/react-router@0.0.0-nightly-c4d590c64-20241104
purl pkg:npm/react-router@0.0.0-nightly-c4d590c64-20241104
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c4d590c64-20241104
353
url pkg:npm/react-router@0.0.0-nightly-c5b264133-20250115
purl pkg:npm/react-router@0.0.0-nightly-c5b264133-20250115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c5b264133-20250115
354
url pkg:npm/react-router@0.0.0-nightly-c6420cdda-20241115
purl pkg:npm/react-router@0.0.0-nightly-c6420cdda-20241115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c6420cdda-20241115
355
url pkg:npm/react-router@0.0.0-nightly-c72e6df91-20240807
purl pkg:npm/react-router@0.0.0-nightly-c72e6df91-20240807
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c72e6df91-20240807
356
url pkg:npm/react-router@0.0.0-nightly-c846a2e1e-20240627
purl pkg:npm/react-router@0.0.0-nightly-c846a2e1e-20240627
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c846a2e1e-20240627
357
url pkg:npm/react-router@0.0.0-nightly-c9487e672-20241212
purl pkg:npm/react-router@0.0.0-nightly-c9487e672-20241212
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-c9487e672-20241212
358
url pkg:npm/react-router@0.0.0-nightly-cd50dc631-20250315
purl pkg:npm/react-router@0.0.0-nightly-cd50dc631-20250315
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-cd50dc631-20250315
359
url pkg:npm/react-router@0.0.0-nightly-cd5681bd2-20250415
purl pkg:npm/react-router@0.0.0-nightly-cd5681bd2-20250415
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-cd5681bd2-20250415
360
url pkg:npm/react-router@0.0.0-nightly-d07cefedf-20250401
purl pkg:npm/react-router@0.0.0-nightly-d07cefedf-20250401
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d07cefedf-20250401
361
url pkg:npm/react-router@0.0.0-nightly-d1bb8941a-20240920
purl pkg:npm/react-router@0.0.0-nightly-d1bb8941a-20240920
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d1bb8941a-20240920
362
url pkg:npm/react-router@0.0.0-nightly-d294ab274-20241007
purl pkg:npm/react-router@0.0.0-nightly-d294ab274-20241007
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d294ab274-20241007
363
url pkg:npm/react-router@0.0.0-nightly-d3e913b81-20250301
purl pkg:npm/react-router@0.0.0-nightly-d3e913b81-20250301
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d3e913b81-20250301
364
url pkg:npm/react-router@0.0.0-nightly-d4127aa37-20240521
purl pkg:npm/react-router@0.0.0-nightly-d4127aa37-20240521
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d4127aa37-20240521
365
url pkg:npm/react-router@0.0.0-nightly-d5ad0613b-20240620
purl pkg:npm/react-router@0.0.0-nightly-d5ad0613b-20240620
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d5ad0613b-20240620
366
url pkg:npm/react-router@0.0.0-nightly-d65827ebb-20241002
purl pkg:npm/react-router@0.0.0-nightly-d65827ebb-20241002
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-d65827ebb-20241002
367
url pkg:npm/react-router@0.0.0-nightly-da617bbed-20241113
purl pkg:npm/react-router@0.0.0-nightly-da617bbed-20241113
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-da617bbed-20241113
368
url pkg:npm/react-router@0.0.0-nightly-db577511d-20240925
purl pkg:npm/react-router@0.0.0-nightly-db577511d-20240925
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-db577511d-20240925
369
url pkg:npm/react-router@0.0.0-nightly-db92c6919-20250104
purl pkg:npm/react-router@0.0.0-nightly-db92c6919-20250104
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-db92c6919-20250104
370
url pkg:npm/react-router@0.0.0-nightly-dede70577-20250306
purl pkg:npm/react-router@0.0.0-nightly-dede70577-20250306
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-dede70577-20250306
371
url pkg:npm/react-router@0.0.0-nightly-dfd2d1494-20240716
purl pkg:npm/react-router@0.0.0-nightly-dfd2d1494-20240716
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-dfd2d1494-20240716
372
url pkg:npm/react-router@0.0.0-nightly-e141f39e0-20241107
purl pkg:npm/react-router@0.0.0-nightly-e141f39e0-20241107
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e141f39e0-20241107
373
url pkg:npm/react-router@0.0.0-nightly-e3c67ede3-20240815
purl pkg:npm/react-router@0.0.0-nightly-e3c67ede3-20240815
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e3c67ede3-20240815
374
url pkg:npm/react-router@0.0.0-nightly-e711f0050-20241230
purl pkg:npm/react-router@0.0.0-nightly-e711f0050-20241230
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e711f0050-20241230
375
url pkg:npm/react-router@0.0.0-nightly-e85f691d1-20240816
purl pkg:npm/react-router@0.0.0-nightly-e85f691d1-20240816
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e85f691d1-20240816
376
url pkg:npm/react-router@0.0.0-nightly-e93e2b792-20250328
purl pkg:npm/react-router@0.0.0-nightly-e93e2b792-20250328
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-e93e2b792-20250328
377
url pkg:npm/react-router@0.0.0-nightly-ec37db8f4-20240702
purl pkg:npm/react-router@0.0.0-nightly-ec37db8f4-20240702
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-ec37db8f4-20240702
378
url pkg:npm/react-router@0.0.0-nightly-f0145cca3-20241203
purl pkg:npm/react-router@0.0.0-nightly-f0145cca3-20241203
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f0145cca3-20241203
379
url pkg:npm/react-router@0.0.0-nightly-f0cd1c5cc-20241029
purl pkg:npm/react-router@0.0.0-nightly-f0cd1c5cc-20241029
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f0cd1c5cc-20241029
380
url pkg:npm/react-router@0.0.0-nightly-f1e14a23b-20250320
purl pkg:npm/react-router@0.0.0-nightly-f1e14a23b-20250320
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f1e14a23b-20250320
381
url pkg:npm/react-router@0.0.0-nightly-f3a07bb27-20250307
purl pkg:npm/react-router@0.0.0-nightly-f3a07bb27-20250307
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f3a07bb27-20250307
382
url pkg:npm/react-router@0.0.0-nightly-f47048541-20240813
purl pkg:npm/react-router@0.0.0-nightly-f47048541-20240813
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f47048541-20240813
383
url pkg:npm/react-router@0.0.0-nightly-f763fd2eb-20241122
purl pkg:npm/react-router@0.0.0-nightly-f763fd2eb-20241122
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f763fd2eb-20241122
384
url pkg:npm/react-router@0.0.0-nightly-f9f4a27a3-20250211
purl pkg:npm/react-router@0.0.0-nightly-f9f4a27a3-20250211
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-f9f4a27a3-20250211
385
url pkg:npm/react-router@0.0.0-nightly-fa0068005-20250131
purl pkg:npm/react-router@0.0.0-nightly-fa0068005-20250131
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-98v3-32bv-2qg9
1
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@0.0.0-nightly-fa0068005-20250131
386
url pkg:npm/react-router@7.0.0-pre.0
purl pkg:npm/react-router@7.0.0-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.0
387
url pkg:npm/react-router@7.0.0-pre.1
purl pkg:npm/react-router@7.0.0-pre.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.1
388
url pkg:npm/react-router@7.0.0-pre.2
purl pkg:npm/react-router@7.0.0-pre.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.2
389
url pkg:npm/react-router@7.0.0-pre.3
purl pkg:npm/react-router@7.0.0-pre.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.3
390
url pkg:npm/react-router@7.0.0-pre.4
purl pkg:npm/react-router@7.0.0-pre.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.4
391
url pkg:npm/react-router@7.0.0-pre.5
purl pkg:npm/react-router@7.0.0-pre.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.5
392
url pkg:npm/react-router@7.0.0-pre.6
purl pkg:npm/react-router@7.0.0-pre.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fvgg-y3kj-wyew
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0-pre.6
393
url pkg:npm/react-router@7.0.0
purl pkg:npm/react-router@7.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.0
394
url pkg:npm/react-router@7.0.1-pre.0
purl pkg:npm/react-router@7.0.1-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.1-pre.0
395
url pkg:npm/react-router@7.0.1
purl pkg:npm/react-router@7.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.1
396
url pkg:npm/react-router@7.0.2-pre.0
purl pkg:npm/react-router@7.0.2-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.2-pre.0
397
url pkg:npm/react-router@7.0.2
purl pkg:npm/react-router@7.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.0.2
398
url pkg:npm/react-router@7.1.0-pre.0
purl pkg:npm/react-router@7.1.0-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.0-pre.0
399
url pkg:npm/react-router@7.1.0
purl pkg:npm/react-router@7.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.0
400
url pkg:npm/react-router@7.1.1-pre.0
purl pkg:npm/react-router@7.1.1-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.1-pre.0
401
url pkg:npm/react-router@7.1.1
purl pkg:npm/react-router@7.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.1
402
url pkg:npm/react-router@7.1.2-pre.0
purl pkg:npm/react-router@7.1.2-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.2-pre.0
403
url pkg:npm/react-router@7.1.2
purl pkg:npm/react-router@7.1.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.2
404
url pkg:npm/react-router@7.1.3-pre.0
purl pkg:npm/react-router@7.1.3-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.3-pre.0
405
url pkg:npm/react-router@7.1.3
purl pkg:npm/react-router@7.1.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.3
406
url pkg:npm/react-router@7.1.4-pre.0
purl pkg:npm/react-router@7.1.4-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.4-pre.0
407
url pkg:npm/react-router@7.1.4
purl pkg:npm/react-router@7.1.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.4
408
url pkg:npm/react-router@7.1.5-pre.0
purl pkg:npm/react-router@7.1.5-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.5-pre.0
409
url pkg:npm/react-router@7.1.5
purl pkg:npm/react-router@7.1.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.1.5
410
url pkg:npm/react-router@7.2.0-pre.0
purl pkg:npm/react-router@7.2.0-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.0
411
url pkg:npm/react-router@7.2.0-pre.1
purl pkg:npm/react-router@7.2.0-pre.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.1
412
url pkg:npm/react-router@7.2.0-pre.2
purl pkg:npm/react-router@7.2.0-pre.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.2
413
url pkg:npm/react-router@7.2.0-pre.3
purl pkg:npm/react-router@7.2.0-pre.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.3
414
url pkg:npm/react-router@7.2.0-pre.4
purl pkg:npm/react-router@7.2.0-pre.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.4
415
url pkg:npm/react-router@7.2.0-pre.5
purl pkg:npm/react-router@7.2.0-pre.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.5
416
url pkg:npm/react-router@7.2.0-pre.6
purl pkg:npm/react-router@7.2.0-pre.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-fvgg-y3kj-wyew
4
vulnerability VCID-hwnh-8gqs-8fgj
5
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0-pre.6
417
url pkg:npm/react-router@7.2.0
purl pkg:npm/react-router@7.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.2.0
418
url pkg:npm/react-router@7.3.0-pre.0
purl pkg:npm/react-router@7.3.0-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.3.0-pre.0
419
url pkg:npm/react-router@7.3.0-pre.1
purl pkg:npm/react-router@7.3.0-pre.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.3.0-pre.1
420
url pkg:npm/react-router@7.3.0
purl pkg:npm/react-router@7.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.3.0
421
url pkg:npm/react-router@7.4.0-pre.0
purl pkg:npm/react-router@7.4.0-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.0-pre.0
422
url pkg:npm/react-router@7.4.0
purl pkg:npm/react-router@7.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.0
423
url pkg:npm/react-router@7.4.1-pre.0
purl pkg:npm/react-router@7.4.1-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.1-pre.0
424
url pkg:npm/react-router@7.4.1
purl pkg:npm/react-router@7.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.4.1
425
url pkg:npm/react-router@7.5.0-pre.0
purl pkg:npm/react-router@7.5.0-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.0-pre.0
426
url pkg:npm/react-router@7.5.0-pre.1
purl pkg:npm/react-router@7.5.0-pre.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.0-pre.1
427
url pkg:npm/react-router@7.5.0
purl pkg:npm/react-router@7.5.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.0
428
url pkg:npm/react-router@7.5.1-pre.0
purl pkg:npm/react-router@7.5.1-pre.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.1-pre.0
429
url pkg:npm/react-router@7.5.1
purl pkg:npm/react-router@7.5.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1khb-1639-afhf
1
vulnerability VCID-2bdv-sysu-ryef
2
vulnerability VCID-7nah-t7y2-zfcy
3
vulnerability VCID-98v3-32bv-2qg9
4
vulnerability VCID-fvgg-y3kj-wyew
5
vulnerability VCID-hwnh-8gqs-8fgj
6
vulnerability VCID-y2ce-z8tu-y7e5
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/react-router@7.5.1
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-43865.json
reference_id
reference_type
scores
0
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
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-43865
reference_id
reference_type
scores
0
value 0.00292
scoring_system epss
scoring_elements 0.52558
published_at 2026-04-29T12:55:00Z
1
value 0.00292
scoring_system epss
scoring_elements 0.52595
published_at 2026-04-26T12:55:00Z
2
value 0.00292
scoring_system epss
scoring_elements 0.52584
published_at 2026-04-24T12:55:00Z
3
value 0.00292
scoring_system epss
scoring_elements 0.52634
published_at 2026-04-21T12:55:00Z
4
value 0.00292
scoring_system epss
scoring_elements 0.52648
published_at 2026-04-18T12:55:00Z
5
value 0.00292
scoring_system epss
scoring_elements 0.52641
published_at 2026-04-16T12:55:00Z
6
value 0.00292
scoring_system epss
scoring_elements 0.52603
published_at 2026-04-13T12:55:00Z
7
value 0.00292
scoring_system epss
scoring_elements 0.52617
published_at 2026-04-12T12:55:00Z
8
value 0.00292
scoring_system epss
scoring_elements 0.52537
published_at 2026-04-07T12:55:00Z
9
value 0.00292
scoring_system epss
scoring_elements 0.52583
published_at 2026-04-09T12:55:00Z
10
value 0.00292
scoring_system epss
scoring_elements 0.52589
published_at 2026-04-08T12:55:00Z
11
value 0.00292
scoring_system epss
scoring_elements 0.52571
published_at 2026-04-04T12:55:00Z
12
value 0.00292
scoring_system epss
scoring_elements 0.52544
published_at 2026-04-02T12:55:00Z
13
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
2
reference_url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
reference_id
reference_type
scores
0
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
3
reference_url https://github.com/remix-run/react-router
reference_id
reference_type
scores
0
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
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/remix-run/react-router
4
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
0
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
1
value HIGH
scoring_system generic_textual
scoring_elements
2
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
5
reference_url https://github.com/remix-run/react-router/commit/c84302972a152d851cf5dd859ff332b354b70111
reference_id
reference_type
scores
0
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
1
value HIGH
scoring_system generic_textual
scoring_elements
2
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
6
reference_url https://github.com/remix-run/react-router/security/advisories/GHSA-cpj6-fhp6-mr6j
reference_id
reference_type
scores
0
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
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value HIGH
scoring_system generic_textual
scoring_elements
3
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
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-43865
reference_id
reference_type
scores
0
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
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-43865
8
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
9
reference_url https://github.com/advisories/GHSA-cpj6-fhp6-mr6j
reference_id GHSA-cpj6-fhp6-mr6j
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-cpj6-fhp6-mr6j
10
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
0
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.
1
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.
2
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_score6.5 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-fvgg-y3kj-wyew