Skip to content
Open
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
92 changes: 36 additions & 56 deletions package-lock.json

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

39 changes: 39 additions & 0 deletions pr-body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Audit report
No fixable problems found (7 unfixable, 2 only fixable manually using --force)

## Full `npm audit` report

```
# npm audit report

elliptic *
Elliptic Uses a Cryptographic Primitive with a Risky Implementation - https://github.com/advisories/GHSA-848j-6mx2-7j84
No fix available
node_modules/elliptic
browserify-sign >=2.4.0
Depends on vulnerable versions of elliptic
node_modules/browserify-sign
crypto-browserify >=3.4.0
Depends on vulnerable versions of browserify-sign
Depends on vulnerable versions of create-ecdh
node_modules/crypto-browserify
node-stdlib-browser *
Depends on vulnerable versions of crypto-browserify
node_modules/node-stdlib-browser
vite-plugin-node-polyfills >=0.3.0
Depends on vulnerable versions of node-stdlib-browser
node_modules/vite-plugin-node-polyfills
@nextcloud/vite-config *
Depends on vulnerable versions of vite-plugin-node-polyfills
node_modules/@nextcloud/vite-config
create-ecdh *
Depends on vulnerable versions of elliptic
node_modules/create-ecdh

7 low severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.
```

**Node.js:** v24.15.0 | **npm:** 11.14.1 | **Branch:** master
Loading