Skip to content

Commit 4f111e6

Browse files
add jquery 1.8.2 version
1 parent 08ea72d commit 4f111e6

3 files changed

Lines changed: 31 additions & 7 deletions

File tree

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const techData = [
362362
},
363363
{
364364
name: "bootstrap-sass",
365-
versions: "3.4.0-tuxcare.1",
365+
versions: "3.4.0",
366366
link: "./bootstrap-sass/",
367367
},
368368
{
@@ -457,7 +457,7 @@ const techData = [
457457
},
458458
{
459459
name: "jQuery",
460-
versions: "1.12.4 | 2.2.4 | 3.4.1",
460+
versions: "1.8.2 | 1.12.4 | 2.2.4 | 3.4.1",
461461
link: "./jquery/",
462462
},
463463
{
@@ -966,7 +966,7 @@ const techData = [
966966
name: "DomPDF",
967967
versions: "0.8.x | 1.2.x",
968968
link: "./dompdf/",
969-
},
969+
},
970970
{
971971
name: "Laravel",
972972
versions: "5.8.38 | 8 | 10 | 11",

docs/els-for-libraries/bootstrap-sass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for bootstrap-sass from TuxCare provides securit
44

55
## Supported bootstrap-sass Versions
66

7-
* bootstrap-sass 3.4.0-tuxcare.1
7+
* bootstrap-sass 3.4.0
88

99
## Connection to ELS for bootstrap-sass Library
1010

docs/els-for-libraries/jquery/README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -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

Comments
 (0)