Skip to content

Commit afa57c6

Browse files
siniakinaanleush
andauthored
Naver audiobooks is no longer available (#635)
* Naver audiobooks is no longer available * fix audit * fix audit --------- Co-authored-by: Nazar Leush <n.leush@gmail.com>
1 parent 1787614 commit afa57c6

4 files changed

Lines changed: 66 additions & 100 deletions

File tree

audit.log

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1 @@
1-
┌─────────────────────┬────────────────────────────────────────────────────────┐
2-
│ high │ minimatch has ReDoS: matchOne() combinatorial │
3-
│ │ backtracking via multiple non-adjacent GLOBSTAR │
4-
│ │ segments │
5-
├─────────────────────┼────────────────────────────────────────────────────────┤
6-
│ Package │ minimatch │
7-
├─────────────────────┼────────────────────────────────────────────────────────┤
8-
│ Vulnerable versions │ >=10.0.0 <10.2.3 │
9-
├─────────────────────┼────────────────────────────────────────────────────────┤
10-
│ Patched versions │ >=10.2.3 │
11-
├─────────────────────┼────────────────────────────────────────────────────────┤
12-
│ Paths │ .>mocha>minimatch │
13-
├─────────────────────┼────────────────────────────────────────────────────────┤
14-
│ More info │ https://github.com/advisories/GHSA-7r86-cg39-jmmj │
15-
└─────────────────────┴────────────────────────────────────────────────────────┘
16-
┌─────────────────────┬────────────────────────────────────────────────────────┐
17-
│ high │ minimatch ReDoS: nested *() extglobs generate │
18-
│ │ catastrophically backtracking regular expressions │
19-
├─────────────────────┼────────────────────────────────────────────────────────┤
20-
│ Package │ minimatch │
21-
├─────────────────────┼────────────────────────────────────────────────────────┤
22-
│ Vulnerable versions │ >=10.0.0 <10.2.3 │
23-
├─────────────────────┼────────────────────────────────────────────────────────┤
24-
│ Patched versions │ >=10.2.3 │
25-
├─────────────────────┼────────────────────────────────────────────────────────┤
26-
│ Paths │ .>mocha>minimatch │
27-
├─────────────────────┼────────────────────────────────────────────────────────┤
28-
│ More info │ https://github.com/advisories/GHSA-23c5-xmqv-rm74 │
29-
└─────────────────────┴────────────────────────────────────────────────────────┘
30-
┌─────────────────────┬────────────────────────────────────────────────────────┐
31-
│ high │ Serialize JavaScript is Vulnerable to RCE via │
32-
│ │ RegExp.flags and Date.prototype.toISOString() │
33-
├─────────────────────┼────────────────────────────────────────────────────────┤
34-
│ Package │ serialize-javascript │
35-
├─────────────────────┼────────────────────────────────────────────────────────┤
36-
│ Vulnerable versions │ <=7.0.2 │
37-
├─────────────────────┼────────────────────────────────────────────────────────┤
38-
│ Patched versions │ >=7.0.3 │
39-
├─────────────────────┼────────────────────────────────────────────────────────┤
40-
│ Paths │ .>mocha>serialize-javascript │
41-
├─────────────────────┼────────────────────────────────────────────────────────┤
42-
│ More info │ https://github.com/advisories/GHSA-5c6j-r48x-rmvq │
43-
└─────────────────────┴────────────────────────────────────────────────────────┘
44-
┌─────────────────────┬────────────────────────────────────────────────────────┐
45-
│ high │ Underscore has unlimited recursion in _.flatten and │
46-
│ │ _.isEqual, potential for DoS attack │
47-
├─────────────────────┼────────────────────────────────────────────────────────┤
48-
│ Package │ underscore │
49-
├─────────────────────┼────────────────────────────────────────────────────────┤
50-
│ Vulnerable versions │ <=1.13.7 │
51-
├─────────────────────┼────────────────────────────────────────────────────────┤
52-
│ Patched versions │ >=1.13.8 │
53-
├─────────────────────┼────────────────────────────────────────────────────────┤
54-
│ Paths │ .>mock-http-server>underscore │
55-
├─────────────────────┼────────────────────────────────────────────────────────┤
56-
│ More info │ https://github.com/advisories/GHSA-qpx9-hpmf-5gmw │
57-
└─────────────────────┴────────────────────────────────────────────────────────┘
58-
4 vulnerabilities found
59-
Severity: 4 high
1+
No known vulnerabilities found

lib/plugins/system/oembed/providers.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -640,13 +640,6 @@
640640
"tv.naver.com/.*"
641641
],
642642
"endpoint": "https://tv.naver.com/oembed"
643-
}, {
644-
"name": "Naver Audiobooks",
645-
"templates": [
646-
"audioclip.naver.com/audiobooks/.*",
647-
"audioclip.naver.com/channels/.*"
648-
],
649-
"endpoint": "https://audioclip.naver.com/oembed"
650643
},
651644
{
652645
"name": "Verse",

pnpm-lock.yaml

Lines changed: 61 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ overrides:
66
diff@>=6.0.0 <8.0.3: '>=8.0.3'
77
glob@>=10.2.0 <10.5.0: '>=10.5.0'
88
js-yaml@>=4.0.0 <4.1.1: '>=4.1.1'
9-
minimatch@<10.2.1: '>=10.2.1'
9+
minimatch@>=10.0.0 <10.2.3: '>=10.2.3'
1010
qs@<6.14.1: '>=6.14.1'
1111
qs@>=6.7.0 <=6.14.1: '>=6.14.2'
1212
redis@>=2.6.0 <3.1.1: '>=3.1.1'
13-
undici@>=7.0.0 <7.18.2: '>=7.18.2'
13+
serialize-javascript@<=7.0.2: '>=7.0.3'
14+
underscore@<=1.13.7: '>=1.13.8'
15+
undici@>=7.0.0 <7.24.0: '>=7.24.0'

0 commit comments

Comments
 (0)