@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for Nuxt from TuxCare provides security fixes fo
44
55## Supported Nuxt Versions
66
7- * Nuxt 0.10.7, 2.18.1, 3.2.0
7+ * Nuxt 0.10.7, 2.18.1
88
99## Connection to ELS for Nuxt Library
1010
@@ -47,17 +47,6 @@ TuxCare provides ELS for Nuxt as an NPM package, hosted on a secure internal reg
4747
4848 <TableTabs label =" Choose Nuxt version: " >
4949
50- <template #nuxt_3.2.0>
51-
52- ``` text
53- "overrides": {
54- "lodash.pick@4.4.0": "npm:@els-js/lodash.pick@>=4.4.0-tuxcare.1",
55- "lodash.template@4.5.0": "npm:@els-js/lodash.template@>=4.5.0-tuxcare.1"
56- }
57- ```
58-
59- </template>
60-
6150 <template #nuxt_2.18.1>
6251
6352 ``` text
@@ -148,19 +137,11 @@ Fixes for the following vulnerabilities are available in ELS for Nuxt from TuxCa
148137
149138<TableTabs label =" Choose Nuxt version: " >
150139
151- <template #nuxt_3.2.0>
152-
153- | CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
154- | :-------------:| :---------:| :--------:| :------------------:| :-------------------:|
155- | CVE-2020 -8203 | Transitive | High | lodash.pick | >= 4.0.0 <= 4.4.0 |
156- | CVE-2021 -23337 | Transitive | High | lodash.template | <= 4.5.0 |
157-
158- </template >
159-
160140<template #nuxt_2.18.1>
161141
162142| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
163143| :-------------:| :---------:| :--------:| :------------------:| :-------------------:|
144+ | CVE-2024 -34343 | Direct | Medium | nuxt | < 3.12.4 |
164145| CVE-2024 -4068 | Transitive | High | braces | < 3.0.3 |
165146| CVE-2024 -47764 | Transitive | Medium | cookie | < 0.7.0 |
166147| CVE-2025 -57820 | Transitive | High | devalue | < 5.3.2 |
@@ -206,4 +187,3 @@ Fixes for the following vulnerabilities are available in ELS for Nuxt from TuxCa
206187</TableTabs >
207188
208189If you are interested in the TuxCare Endless Lifecycle Support, contact [ sales@tuxcare.com ] ( mailto:sales@tuxcare.com ) .
209-
0 commit comments