@@ -4,9 +4,7 @@ Endless Lifecycle Support (ELS) for jQuery from TuxCare provides security fixes
44
55## Supported jQuery Versions
66
7- * jQuery 1.12.4
8- * jQuery 2.2.4
9- * jQuery 3.4.1
7+ * jQuery 1.8.2, 1.12.4, 2.2.4, 3.4.1
108
119## Connection to ELS for jQuery Library
1210
@@ -39,8 +37,8 @@ TuxCare provides ELS for jQuery as an NPM package, hosted on a secure internal r
3937
4038 ``` text
4139 registry=https://registry.npmjs.org/
42- @els-js:registry=https://nexus.repo.tuxcare.com/repository/els_js /
43- //nexus.repo.tuxcare.com/repository/els_js /:_auth=${TOKEN}
40+ @els-js:registry=https://nexus.repo.tuxcare.com/repository/els-js /
41+ //nexus.repo.tuxcare.com/repository/els-js /:_auth=${TOKEN}
4442 ```
4543
4644 </CodeWithCopy >
@@ -89,6 +87,20 @@ TuxCare provides ELS for jQuery as an NPM package, hosted on a secure internal r
8987
9088 <TableTabs label="Choose jQuery version: " >
9189
90+ <template #jQuery_1.8.2>
91+
92+ <CodeWithCopy>
93+
94+ ```text
95+ "dependencies": {
96+ "jquery": "npm:@els-js/jquery@1.8.2-tuxcare.1"
97+ }
98+ ```
99+
100+ </CodeWithCopy>
101+
102+ </template>
103+
92104 <template #jQuery_1.12.4>
93105
94106 <CodeWithCopy>
@@ -216,6 +228,18 @@ Fixes for the following vulnerabilities are available in ELS for jQuery from Tux
216228
217229<TableTabs label =" Choose jQuery version: " >
218230
231+ <template #jQuery_1.8.2>
232+
233+ | CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
234+ | :------------: | :------: | :--------:| :------------------:| :-------------------:|
235+ | CVE-2020 -7656 | Direct | Medium | jquery | < 1.9.0 |
236+ | CVE-2020 -11022 | Direct | Medium | jquery | >= 1.2 < 3.5.0 |
237+ | CVE-2020 -11023 | Direct | Medium | jquery | >= 1.0.3 < 3.5.0 |
238+ | CVE-2015 -9251 | Direct | Medium | jquery | < 3.0.0 |
239+ | CVE-2019 -11358 | Direct | Medium | jquery | < 3.4.0 |
240+
241+ </template >
242+
219243<template #jQuery_1.12.4>
220244
221245| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
0 commit comments