Skip to content

Commit 16a5d19

Browse files
Add react-router 6.3.0
1 parent 96f29dc commit 16a5d19

File tree

2 files changed

+52
-15
lines changed

2 files changed

+52
-15
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ const techData = [
607607
},
608608
{
609609
name: "react-router",
610-
versions: "7.5.1",
610+
versions: "6.3.0 | 7.5.1",
611611
link: "./react-router/",
612612
},
613613
{

docs/els-for-libraries/react-router/README.md

Lines changed: 51 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for react-router from TuxCare provides security
44

55
## Supported react-router Versions
66

7-
* react-router 7.5.1
7+
* react-router 6.3.0, 7.5.1
88

99
## Connection to ELS for react-router Library
1010

@@ -53,15 +53,37 @@ TuxCare provides ELS for react-router as an NPM package, hosted on a secure inte
5353

5454
Manually update your `package.json` file by replacing your react-router dependencies with the TuxCare packages. This method gives you full control over which packages to update.
5555

56-
<CodeWithCopy>
56+
<TableTabs label="Choose react-router version: " >
5757

58-
```text
59-
"dependencies": {
60-
"react-router": "npm:@els-js/react-router@>=7.5.1-tuxcare.1"
61-
}
62-
```
58+
<template #react_router_6.3.0>
6359

64-
</CodeWithCopy>
60+
<CodeWithCopy>
61+
62+
```text
63+
"dependencies": {
64+
"react-router": "npm:@els-js/react-router@>=6.3.0-tuxcare.1"
65+
}
66+
```
67+
68+
</CodeWithCopy>
69+
70+
</template>
71+
72+
<template #react_router_7.5.1>
73+
74+
<CodeWithCopy>
75+
76+
```text
77+
"dependencies": {
78+
"react-router": "npm:@els-js/react-router@>=7.5.1-tuxcare.1"
79+
}
80+
```
81+
82+
</CodeWithCopy>
83+
84+
</template>
85+
86+
</TableTabs>
6587
6688
* **Option 2: TuxCare Patcher (Automated)**
6789
@@ -154,17 +176,32 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
154176

155177
Fixes for the following vulnerabilities are available in ELS for react-router from TuxCare versions:
156178

179+
<TableTabs label="Choose react-router version: " >
180+
181+
<template #react_router_6.3.0>
182+
183+
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
184+
|:--------------:| :------: |:--------:|:------------------:|:-------------------------------------:|
185+
| CVE-2025-68470 | Direct | Medium | react-router | >= 6.0.0 <= 6.30.1, >= 7.0.0 <= 7.9.5 |
186+
187+
</template>
188+
189+
<template #react_router_7.5.1>
190+
157191
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
158192
|:--------------:| :------: |:--------:|:------------------:|:-------------------------------------:|
159193
| CVE-2025-43864 | Direct | High | react-router | >= 7.2.0 < 7.5.2 |
160194
| CVE-2025-43865 | Direct | High | react-router | >= 7.0.0 < 7.5.2 |
161195
| CVE-2026-22030 | Direct | Medium | react-router | >= 7.0.0 <= 7.11.0 |
162-
| CVE-2025-68470 | Direct | Medium | react-router | >= 6.0.0 <= 6.30.1, >= 7.0.0 <= 7.9.5 |
163-
| GHSA-8v8x-cx79-35w7 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
164-
| CVE-2025-59057 | Direct | High | react-router | >=7.0.0,<=7.8.2 |
165-
| CVE-2026-21884 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
166-
| CVE-2026-21884 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
167-
| CVE-2026-22029 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
196+
| CVE-2025-68470 | Direct | Medium | react-router | >= 6.0.0 <= 6.30.1, >= 7.0.0 <= 7.9.5 |
197+
| GHSA-8v8x-cx79-35w7 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
198+
| CVE-2025-59057 | Direct | High | react-router | >=7.0.0,<=7.8.2 |
199+
| CVE-2026-21884 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
200+
| CVE-2026-22029 | Direct | High | react-router | >=7.0.0,<=7.11.0 |
201+
202+
</template>
203+
204+
</TableTabs>
168205

169206
If you are interested in the TuxCare Endless Lifecycle Support, contact [sales@tuxcare.com](mailto:sales@tuxcare.com).
170207

0 commit comments

Comments
 (0)