Skip to content

Commit 2fb7408

Browse files
siniakinaanleush
authored andcommitted
[Domains] There is no oembed error 403 on issuu.com yet (#640)
* issuu.com: there is no oembed error 403 yet * fix audit
1 parent 9ac0481 commit 2fb7408

2 files changed

Lines changed: 14 additions & 17 deletions

File tree

audit.log

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@
1313
│ More info │ https://github.com/advisories/GHSA-j3q9-mxjg-w52f │
1414
└─────────────────────┴────────────────────────────────────────────────────────┘
1515
┌─────────────────────┬────────────────────────────────────────────────────────┐
16-
│ moderate │ Serialize JavaScript has CPU Exhaustion Denial of │
17-
│ │ Service via crafted array-like objects │
18-
├─────────────────────┼────────────────────────────────────────────────────────┤
19-
│ Package │ serialize-javascript │
20-
├─────────────────────┼────────────────────────────────────────────────────────┤
21-
│ Vulnerable versions │ <7.0.5 │
22-
├─────────────────────┼────────────────────────────────────────────────────────┤
23-
│ Patched versions │ >=7.0.5 │
24-
├─────────────────────┼────────────────────────────────────────────────────────┤
25-
│ Paths │ .>mocha>serialize-javascript │
26-
├─────────────────────┼────────────────────────────────────────────────────────┤
27-
│ More info │ https://github.com/advisories/GHSA-qj8w-gfj5-8c6v │
28-
└─────────────────────┴────────────────────────────────────────────────────────┘
29-
┌─────────────────────┬────────────────────────────────────────────────────────┐
3016
│ moderate │ brace-expansion: Zero-step sequence causes process │
3117
│ │ hang and memory exhaustion │
3218
├─────────────────────┼────────────────────────────────────────────────────────┤
@@ -68,5 +54,19 @@
6854
├─────────────────────┼────────────────────────────────────────────────────────┤
6955
│ More info │ https://github.com/advisories/GHSA-27v5-c462-wpq7 │
7056
└─────────────────────┴────────────────────────────────────────────────────────┘
57+
┌─────────────────────┬────────────────────────────────────────────────────────┐
58+
│ moderate │ Serialize JavaScript has CPU Exhaustion Denial of │
59+
│ │ Service via crafted array-like objects │
60+
├─────────────────────┼────────────────────────────────────────────────────────┤
61+
│ Package │ serialize-javascript │
62+
├─────────────────────┼────────────────────────────────────────────────────────┤
63+
│ Vulnerable versions │ <7.0.5 │
64+
├─────────────────────┼────────────────────────────────────────────────────────┤
65+
│ Patched versions │ >=7.0.5 │
66+
├─────────────────────┼────────────────────────────────────────────────────────┤
67+
│ Paths │ .>mocha>serialize-javascript │
68+
├─────────────────────┼────────────────────────────────────────────────────────┤
69+
│ More info │ https://github.com/advisories/GHSA-qj8w-gfj5-8c6v │
70+
└─────────────────────┴────────────────────────────────────────────────────────┘
7171
5 vulnerabilities found
7272
Severity: 4 moderate | 1 high

plugins/domains/issuu.com.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default {
88
"oembed-title",
99
"oembed-site",
1010
"oembed-description",
11-
// "og-video",
1211
'domain-icon'
1312
],
1413

@@ -35,12 +34,10 @@ export default {
3534
},
3635

3736
tests: [
38-
/*
3937
"https://issuu.com/redbulletin.com/docs/the_red_bulletin_stratos_special_us",
4038
"https://issuu.com/_dca/docs/edicio_n_diario_de_centro_ame_rica_02_de_junio_de_20",
4139
"https://issuu.com/visitfaroeislands/docs/tg25-uk-web_compressed",
4240
"https://issuu.com/cbmicheals/docs/wwii_hero_franklin_micheals",
4341
"https://issuu.com/photoedmagazine/docs/photoed-w24_colour_for_issuu_print_replica"
44-
*/
4542
]
4643
};

0 commit comments

Comments
 (0)