Skip to content

Commit b67122a

Browse files
Merge pull request #497 from ejarocki-cloudlinux/master
Add Nuxt 0.10.7
2 parents 7056dec + 44b595f commit b67122a

2 files changed

Lines changed: 54 additions & 2 deletions

File tree

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ const techData = [
828828
},
829829
{
830830
name: "Nuxt",
831-
versions: "2.18.1 | 3.2.0",
831+
versions: "0.10.7 | 2.18.1 | 3.2.0",
832832
link: "./nuxt/",
833833
},
834834
{

docs/els-for-libraries/nuxt/README.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for Nuxt from TuxCare provides security fixes fo
44

55
## Supported Nuxt Versions
66

7-
* Nuxt 2.18.1, 3.2.0
7+
* Nuxt 0.10.7, 2.18.1, 3.2.0
88

99
## Connection to ELS for Nuxt Library
1010

@@ -78,6 +78,29 @@ TuxCare provides ELS for Nuxt as an NPM package, hosted on a secure internal reg
7878
7979
</template>
8080
81+
<template #nuxt_0.10.7>
82+
83+
```text
84+
"overrides": {
85+
"ajv@4.11.8": "npm:@els-js/ajv@>=4.11.8-tuxcare.1",
86+
"ajv@6.14.0": "npm:@els-js/ajv@>=6.14.0-tuxcare.1",
87+
"color-string@0.3.0": "npm:@els-js/color-string@>=0.3.0-tuxcare.1",
88+
"deep-extend@0.4.2": "npm:@els-js/deep-extend@>=0.4.2-tuxcare.1",
89+
"is-svg@2.1.0": "npm:@els-js/is-svg@>=2.1.0-tuxcare.1",
90+
"js-yaml@3.7.0": "npm:@els-js/js-yaml@>=3.7.0-tuxcare.1",
91+
"mime@1.3.0": "npm:@els-js/mime@>=1.3.0-tuxcare.1",
92+
"postcss@5.2.18": "npm:@els-js/postcss@>=5.2.18-tuxcare.1",
93+
"serialize-javascript@1.9.1": "npm:@els-js/serialize-javascript@>=1.9.1-tuxcare.1",
94+
"ssri@5.3.0": "npm:@els-js/ssri@>=5.3.0-tuxcare.1",
95+
"webpack-dev-middleware@1.12.2": "npm:@els-js/webpack-dev-middleware@>=1.12.2-tuxcare.1",
96+
"webpack-dev-middleware@2.0.6": "npm:@els-js/webpack-dev-middleware@>=2.0.6-tuxcare.1",
97+
"ws@4.1.0": "npm:@els-js/ws@>=4.1.0-tuxcare.1",
98+
"yargs-parser@4.2.1": "npm:@els-js/yargs-parser@>=4.2.1-tuxcare.1"
99+
}
100+
```
101+
102+
</template>
103+
81104
</TableTabs>
82105
83106
5. You need to remove the `node_modules` directory and the `package-lock.json` file, and also clear the `npm cache` before installing the patched packages. Use the following commands:
@@ -151,6 +174,35 @@ Fixes for the following vulnerabilities are available in ELS for Nuxt from TuxCa
151174

152175
</template>
153176

177+
<template #nuxt_0.10.7>
178+
179+
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
180+
|:-------------:|:---------:|:--------:|:------------------:|:-------------------:|
181+
| CVE-2020-7608 | Transitive | Medium | yargs-parser | < 5.0.1, >= 6.0.0 < 13.1.2, >= 14.0.0 < 15.0.1 |
182+
| CVE-2024-37890 | Transitive | High | ws | < 5.2.4, >= 6.0.0 < 6.2.3, >= 7.0.0 < 7.5.10, >= 8.0.0 < 8.17.1 |
183+
| CVE-2024-29180 | Transitive | High | webpack-dev-middleware | < 5.3.4, >= 6.0.0 < 6.1.2, >= 7.0.0 < 7.1.0 |
184+
| CVE-2019-16769 | Transitive | Medium | serialize-javascript | < 2.1.1 |
185+
| CVE-2020-7660 | Transitive | High | serialize-javascript | < 3.1.0 |
186+
| GHSA-5c6j-r48x-rmvq | Transitive | High | serialize-javascript | <= 7.0.2 |
187+
| CVE-2021-23382 | Transitive | Medium | postcss | < 7.0.36, >= 8.0.0 < 8.2.13 |
188+
| CVE-2023-44270 | Transitive | Medium | postcss | < 8.4.31 |
189+
| CVE-2017-16138 | Transitive | High | mime | < 1.4.1, >= 2.0.1 < 2.0.3 |
190+
| GHSA-2pr6-76vf-7546 | Transitive | Medium | js-yaml | < 3.13.0 |
191+
| GHSA-8j8c-7jfh-h6hx | Transitive | High | js-yaml | < 3.13.1 |
192+
| CVE-2025-64718 | Transitive | Medium | js-yaml | < 3.14.2, >= 4.0.0 < 4.1.1 |
193+
| CVE-2021-29059 | Transitive | High | is-svg | >= 2.1.0 < 4.3.0 |
194+
| CVE-2021-28092 | Transitive | High | is-svg | >= 2.1.0 <= 4.2.1 |
195+
| CVE-2018-3750 | Transitive | Critical | deep-extend | <= 0.5.0 |
196+
| CVE-2021-29060 | Transitive | Medium | color-string | < 1.5.5 |
197+
| CVE-2020-15366 | Transitive | Medium | ajv 4.11.8 | < 6.12.3 |
198+
| CVE-2025-69873 | Transitive | Low | ajv 4.11.8 | < 8.18.0 |
199+
| CVE-2020-15366 | Transitive | Medium | ajv 6.14.0 | < 6.12.3 |
200+
| CVE-2025-69873 | Transitive | Low | ajv 6.14.0 | < 6.14.0 |
201+
| CVE-2024-37890 | Transitive | High | webpack-dev-middleware | < 5.2.4, >= 6.0.0 < 6.2.3, >= 7.0.0 < 7.5.10, >= 8.0.0 < 8.17.1 |
202+
| CVE-2021-27290 | Transitive | High | ssri | >= 5.2.2 < 6.0.2, >= 7.0.0 < 8.0.1 |
203+
204+
</template>
205+
154206
</TableTabs>
155207

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

0 commit comments

Comments
 (0)