Skip to content

Commit 1c889d8

Browse files
update tuxcare versions
1 parent 18361ff commit 1c889d8

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ const techData = [
437437
},
438438
{
439439
name: "PostCSS",
440-
versions: "7.0.39 | 8.2.15 | 8.3.6",
440+
versions: "7.0.39 | 8.3.6",
441441
link: "./postcss/",
442442
},
443443
{

docs/els-for-runtimes-and-libraries/postcss/README.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for PostCSS from TuxCare provides security fixes
44

55
## Supported PostCSS Versions
66

7-
* PostCSS 7.0.39, 8.2.15, 8.3.6
7+
* PostCSS 7.0.39, 8.3.6
88

99
## Connection to ELS for PostCSS Library
1010

@@ -57,21 +57,7 @@ TuxCare provides ELS for PostCSS as an NPM package, hosted on a secure internal
5757

5858
```text
5959
"dependencies": {
60-
"postcss": "npm:@els-js/[email protected]"
61-
}
62-
```
63-
64-
</CodeWithCopy>
65-
66-
</template>
67-
68-
<template #postcss_8.2.15>
69-
70-
<CodeWithCopy>
71-
72-
```text
73-
"dependencies": {
74-
"postcss": "npm:@els-js/[email protected]"
60+
"postcss": "npm:@els-js/[email protected]"
7561
}
7662
```
7763
@@ -85,7 +71,7 @@ TuxCare provides ELS for PostCSS as an NPM package, hosted on a secure internal
8571
8672
```text
8773
"dependencies": {
88-
"postcss": "npm:@els-js/[email protected].1"
74+
"postcss": "npm:@els-js/[email protected].2"
8975
}
9076
```
9177
@@ -164,14 +150,6 @@ Fixes for the following vulnerabilities are available in ELS for PostCSS from Tu
164150

165151
<template #postcss_7.0.39>
166152

167-
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
168-
| :------------: | :------: |:--------:|:------------------:| :----------------: |
169-
| CVE-2023-44270 | Direct | Medium | postcss | < 8.4.31 |
170-
171-
</template>
172-
173-
<template #postcss_8.2.15>
174-
175153
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
176154
| :------------: | :------: |:--------:|:------------------:| :----------------: |
177155
| CVE-2023-44270 | Direct | Medium | postcss | < 8.4.31 |

0 commit comments

Comments
 (0)