@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for AngularJS from TuxCare provides security fix
44
55## Supported AngularJS Versions
66
7- * AngularJS 1.5.11, 1.6.10, 1.7.9, 1.8.2, 1.8.3
7+ * AngularJS 1.4.4, 1. 5.11, 1.6.10, 1.7.9, 1.8.2, 1.8.3
88
99## Connection to ELS for AngularJS Repository
1010
@@ -87,13 +87,27 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
8787
8888 <TableTabs label="Choose AngularJS version: " >
8989
90+ <template #AngularJS_1.4.4>
91+
92+ <CodeWithCopy>
93+
94+ ```text
95+ "dependencies": {
96+ "angular": "npm:@els-js/[email protected] " 97+ }
98+ ```
99+
100+ </CodeWithCopy>
101+
102+ </template>
103+
90104 <template #AngularJS_1.5.11>
91105
92106 <CodeWithCopy>
93107
94108 ```text
95109 "dependencies": {
96- "angular": "npm:@els-js/[email protected] .4 " 110+ "angular": "npm:@els-js/[email protected] .6 " 97111 }
98112 ```
99113
@@ -107,7 +121,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
107121
108122 ```text
109123 "dependencies": {
110- "angular": "npm:@els-js/[email protected] .4 " 124+ "angular": "npm:@els-js/[email protected] .6 " 111125 }
112126 ```
113127
@@ -121,7 +135,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
121135
122136 ```text
123137 "dependencies": {
124- "angular": "npm:@els-js/[email protected] .3 " 138+ "angular": "npm:@els-js/[email protected] .5 " 125139 }
126140 ```
127141
@@ -135,7 +149,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
135149
136150 ```text
137151 "dependencies": {
138- "angular": "npm:@els-js/[email protected] .3 " 152+ "angular": "npm:@els-js/[email protected] .5 " 139153 }
140154 ```
141155
@@ -149,7 +163,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
149163
150164 ```text
151165 "dependencies": {
152- "angular": "npm:@els-js/[email protected] .4 " 166+ "angular": "npm:@els-js/[email protected] .6 " 153167 }
154168 ```
155169
@@ -240,24 +254,27 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
240254
241255Fixes for the following vulnerabilities are available in ELS for AngularJS from TuxCare versions:
242256
243- | CVE ID | Severity | Affected Libraries | Vulnerable Versions | Release Date |
244- | :------------: | :------: | :----------------: | :-----------------: | :----------: |
245- | CVE-2025 -4690 | Medium | Angular Sanitize | >=0.0.0 | 29 Sep 2025 |
246- | CVE-2025 -4690 | Medium | AngularJS | >=0.0.0 | 29 Sep 2025 |
247- | CVE-2025 -2336 | Medium | AngularJS | >=1.3.1 | 29 Sep 2025 |
248- | CVE-2025 -2336 | Medium | Angular Sanitize | >=1.3.1 | 29 Sep 2025 |
249- | CVE-2025 -0716 | Medium | AngularJS | >=0.0.0 | 10 Aug 2025 |
250- | CVE-2024 -8373 | Medium | AngularJS | >=0.0.0 | 29 Sep 2025 |
251- | CVE-2024 -8372 | Medium | AngularJS | >=1.3.0-rc.4 | 10 Aug 2025 |
252- | CVE-2024 -33665 | Medium | Angular Translate | <2.19.1 | 23 Sep 2025 |
253- | CVE-2024 -21490 | High | AngularJS | >=1.3.0 | 15 Jun 2025 |
254- | CVE-2023 -26118 | Medium | AngularJS | >=1.4.9 | 15 Jun 2025 |
255- | CVE-2023 -26117 | Medium | AngularJS | >=1.0.0 | 16 Sep 2025 |
256- | CVE-2023 -26116 | Medium | AngularJS | >=1.2.21 | 15 Jun 2025 |
257- | CVE-2022 -25869 | Medium | AngularJS | >=0.0.0 | 21 Aug 2025 |
258- | CVE-2022 -25844 | Medium | AngularJS | >=1.7.0 | 21 Aug 2025 |
259- | CVE-2020 -7676 | Medium | AngularJS | <1.8.0 | 21 Aug 2025 |
260- | CVE-2019 -10768 | Critical | AngularJS | <1.7.9 | 21 Aug 2025 |
257+ | CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
258+ | :------------: | :------: | :------: | :----------------: | :-----------------: |
259+ | CVE-2019 -10768 | Direct | Critical | AngularJS | <1.7.9 |
260+ | CVE-2024 -21490 | Direct | High | AngularJS | >=1.3.0 |
261+ | CVE-2025 -4690 | Direct | Medium | Angular Sanitize | >=0.0.0 |
262+ | CVE-2025 -4690 | Direct | Medium | AngularJS | >=0.0.0 |
263+ | CVE-2025 -2336 | Direct | Medium | AngularJS | >=1.3.1 |
264+ | CVE-2025 -2336 | Direct | Medium | Angular Sanitize | >=1.3.1 |
265+ | CVE-2025 -0716 | Direct | Medium | AngularJS | >=0.0.0 |
266+ | CVE-2024 -8373 | Direct | Medium | AngularJS | >=0.0.0 |
267+ | CVE-2024 -8372 | Direct | Medium | AngularJS | >=1.3.0-rc.4 |
268+ | CVE-2024 -33665 | Direct | Medium | Angular Translate | <2.19.1 |
269+ | CVE-2023 -26118 | Direct | Medium | AngularJS | >=1.4.9 |
270+ | CVE-2023 -26117 | Direct | Medium | AngularJS | >=1.0.0 |
271+ | CVE-2023 -26116 | Direct | Medium | AngularJS | >=1.2.21 |
272+ | CVE-2022 -25869 | Direct | Medium | AngularJS | >=0.0.0 |
273+ | CVE-2022 -25844 | Direct | Medium | AngularJS | >=1.7.0 |
274+ | CVE-2020 -7676 | Direct | Medium | AngularJS | <1.8.0 |
275+ | GHSA-5cp4 -xmrw-59wf | Direct | Medium | AngularJS | <1.8.0 |
276+ | GHSA-28hp -fgcr-2r4h | Direct | Medium | AngularJS | <1.6.0 |
277+ | CVE-2019 -14863 | Direct | Medium | AngularJS | <=1.4.14 |
261278
262279
263280
0 commit comments