Skip to content

Commit 9db78c1

Browse files
authored
Merge branch 'cloudlinux:master' into master
2 parents d1eac66 + ad07060 commit 9db78c1

File tree

3 files changed

+13
-35
lines changed

3 files changed

+13
-35
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/angular/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Replace ${TOKEN} with the token you received from [[email protected]](mailto:sal
349349
"@babel/runtime": "7.26.10",
350350
"esbuild": "0.25.0",
351351
352-
352+
353353
354354
355355
@@ -427,8 +427,8 @@ Replace ${TOKEN} with the token you received from [[email protected]](mailto:sal
427427
428428
429429
430-
431-
430+
431+
432432
"rxjs": "~6.6.0",
433433
434434
@@ -511,8 +511,8 @@ Replace ${TOKEN} with the token you received from [[email protected]](mailto:sal
511511
512512
513513
514-
515-
514+
515+
516516
"rxjs": "^6.6.7",
517517
518518
@@ -599,8 +599,8 @@ Replace ${TOKEN} with the token you received from [[email protected]](mailto:sal
599599
600600
601601
602-
603-
602+
603+
604604
605605
606606
"rxjs": "~6.6.7",
@@ -696,8 +696,8 @@ Replace ${TOKEN} with the token you received from [[email protected]](mailto:sal
696696
697697
698698
699-
700-
699+
700+
701701
702702
703703
"rxjs": "~6.5.4",

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)