Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 1 addition & 59 deletions audit.log
Original file line number Diff line number Diff line change
@@ -1,59 +1 @@
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ high │ @isaacs/brace-expansion has Uncontrolled Resource │
│ │ Consumption │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package │ @isaacs/brace-expansion │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ <=5.0.0 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions │ >=5.0.1 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths │ .>mocha>glob>minimatch>@isaacs/brace-expansion │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info │ https://github.com/advisories/GHSA-7h2j-956f-4vf2 │
└─────────────────────┴────────────────────────────────────────────────────────┘
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ moderate │ Undici has an unbounded decompression chain in HTTP │
│ │ responses on Node.js Fetch API via Content-Encoding │
│ │ leads to resource exhaustion │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package │ undici │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ >=7.0.0 <7.18.2 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions │ >=7.18.2 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths │ .>cheerio>undici │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info │ https://github.com/advisories/GHSA-g9mf-h72j-4rw9 │
└─────────────────────┴────────────────────────────────────────────────────────┘
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ low │ jsdiff has a Denial of Service vulnerability in │
│ │ parsePatch and applyPatch │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package │ diff │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ >=6.0.0 <8.0.3 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions │ >=8.0.3 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths │ .>mocha>diff │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info │ https://github.com/advisories/GHSA-73rr-hh4g-fpgx │
└─────────────────────┴────────────────────────────────────────────────────────┘
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ low │ qs's arrayLimit bypass in comma parsing allows denial │
│ │ of service │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package │ qs │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ >=6.7.0 <=6.14.1 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions │ >=6.14.2 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths │ .>mock-http-server>body-parser>qs │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info │ https://github.com/advisories/GHSA-w7fw-mjwx-w883 │
└─────────────────────┴────────────────────────────────────────────────────────┘
4 vulnerabilities found
Severity: 2 low | 1 moderate | 1 high
No known vulnerabilities found
2 changes: 1 addition & 1 deletion plugins/domains/instagram.com/instagram.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
"https://www.instagram.com/p/a_v1-9gTHx/",
"https://www.instagram.com/p/-111keHybD/",
"https://www.instagram.com/nssmagazine/reel/CrVt-Wvs74O/",
"https://www.instagram.com/reels/DP6BIPTDXuc/",
"https://www.instagram.com/reels/DU_HtZukaC-/",
{
skipMixins: ["oembed-title", "fb-error", "oembed-author"],
skipMethods: ['getData']
Expand Down
108 changes: 38 additions & 70 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
overrides:
'@isaacs/brace-expansion@<=5.0.0': '>=5.0.1'
body-parser@<1.20.3: '>=1.20.3'
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12'
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
diff@>=6.0.0 <8.0.3: '>=8.0.3'
glob@>=10.2.0 <10.5.0: '>=10.5.0'
js-yaml@>=4.0.0 <4.1.1: '>=4.1.1'
minimatch@<10.2.1: '>=10.2.1'
qs@<6.14.1: '>=6.14.1'
qs@>=6.7.0 <=6.14.1: '>=6.14.2'
redis@>=2.6.0 <3.1.1: '>=3.1.1'
undici@>=7.0.0 <7.18.2: '>=7.18.2'