Skip to content

Commit 85efce1

Browse files
authored
Merge pull request #229 from sboldyreva/ajs
AngularJS: add 1.8.2 and update list of cves
2 parents 45d30c7 + d49c7e3 commit 85efce1

File tree

1 file changed

+37
-18
lines changed
  • docs/els-for-runtimes-and-libraries/angularjs

1 file changed

+37
-18
lines changed

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

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
5151

5252
<TableTabs label="Choose AngularJS version: " >
5353

54-
<template #AngularJS_1.5>
54+
<template #AngularJS_1.5.11>
5555

5656
<CodeWithCopy>
5757

@@ -65,7 +65,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
6565
6666
</template>
6767
68-
<template #AngularJS_1.6>
68+
<template #AngularJS_1.6.10>
6969
7070
<CodeWithCopy>
7171
@@ -79,7 +79,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
7979
8080
</template>
8181
82-
<template #AngularJS_1.7>
82+
<template #AngularJS_1.7.9>
8383
8484
<CodeWithCopy>
8585
@@ -93,7 +93,21 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
9393
9494
</template>
9595
96-
<template #AngularJS_1.8>
96+
<template #AngularJS_1.8.2>
97+
98+
<CodeWithCopy>
99+
100+
```text
101+
"dependencies": {
102+
"angular": "npm:@els-js/[email protected]"
103+
}
104+
```
105+
106+
</CodeWithCopy>
107+
108+
</template>
109+
110+
<template #AngularJS_1.8.3>
97111
98112
<CodeWithCopy>
99113
@@ -168,20 +182,25 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
168182

169183
Fixes for the following vulnerabilities are available in ELS for AngularJS from TuxCare versions:
170184

171-
| CVE ID | Severity | Affected Libraries | Vulnerable Version | Safe Version |
172-
| :------------: | :------: | :-----------------: | :----------------: | :----------: |
173-
| CVE-2025-0716 | Medium | AngularJS | >=0.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
174-
| CVE-2024-8372 | Medium | AngularJS | >=1.3.0-rc.4 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
175-
| CVE-2024-8373 | Medium | AngularJS | >=0.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
176-
| CVE-2024-21490 | High | AngularJS | >=1.3.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
177-
| CVE-2024-33665 | Medium | Angular Translate | <2.19.1 | 2.19.1 |
178-
| CVE-2023-26118 | Medium | AngularJS | >=1.4.9 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
179-
| CVE-2023-26117 | Medium | AngularJS | >=1.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
180-
| CVE-2023-26116 | Medium | AngularJS | >=1.2.21 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
181-
| CVE-2022-25869 | Medium | AngularJS | >=0.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 |
182-
| CVE-2022-25844 | Medium | AngularJS | >=1.7.0 | 1.7.9, 1.8.3 |
183-
| CVE-2020-7676 | Medium | AngularJS | <1.8.0 | 1.5.11, 1.6.10, 1.7.9 |
184-
| CVE-2019-10768 | Critical | AngularJS | <1.7.9 | 1.5.11, 1.6.10, 1.7.9 |
185+
| CVE ID | Severity | Affected Libraries | Vulnerable Version | Safe Version | Release Date |
186+
| :------------: | :------: | :-----------------: | :----------------: | :--------------------------: | :----------: |
187+
| CVE-2025-0716 | Medium | AngularJS | >=0.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 10 Aug 2025 |
188+
| CVE-2025-2336 | Medium | AngularJS | >=1.3.1 | 1.8.3 | 29 Sep 2025 |
189+
| CVE-2025-2336 | Medium | Angular Sanitize | >=0.0.0 | 1.8.2, 1.8.3 | 29 Sep 2025 |
190+
| CVE-2025-4690 | Medium | AngularJS | >=0.0.0 | 1.8.3 | 29 Sep 2025 |
191+
| CVE-2024-8372 | Medium | AngularJS | >=1.3.0-rc.4 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 10 Aug 2025 |
192+
| CVE-2024-8373 | Medium | AngularJS | >=0.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 29 Sep 2025 |
193+
| CVE-2024-21490 | High | AngularJS | >=1.3.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 15 Jun 2025 |
194+
| CVE-2024-33665 | Medium | Angular Translate | <2.19.1 | 2.19.1 | 23 Sep 2025 |
195+
| CVE-2023-26118 | Medium | AngularJS | >=1.4.9 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 15 Jun 2025 |
196+
| CVE-2023-26117 | Medium | AngularJS | >=1.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 16 Sep 2025 |
197+
| CVE-2023-26116 | Medium | AngularJS | >=1.2.21 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 15 Jun 2025 |
198+
| CVE-2022-25869 | Medium | AngularJS | >=0.0.0 | 1.5.11, 1.6.10, 1.7.9, 1.8.3 | 21 Aug 2025 |
199+
| CVE-2022-25844 | Medium | AngularJS | >=1.7.0 | 1.7.9, 1.8.3 | 21 Aug 2025 |
200+
| CVE-2020-7676 | Medium | AngularJS | <1.8.0 | 1.5.11, 1.6.10, 1.7.9 | 21 Aug 2025 |
201+
| CVE-2019-10768 | Critical | AngularJS | <1.7.9 | 1.5.11, 1.6.10, 1.7.9 | 21 Aug 2025 |
202+
203+
185204

186205
If you are interested in the TuxCare Endless Lifecycle Support, contact [[email protected]](mailto:[email protected]).
187206

0 commit comments

Comments
 (0)