Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High severity vulnerabilities v1.0.10 #117

Open
bivainis opened this issue Oct 2, 2024 · 0 comments
Open

High severity vulnerabilities v1.0.10 #117

bivainis opened this issue Oct 2, 2024 · 0 comments

Comments

@bivainis
Copy link

bivainis commented Oct 2, 2024

After installing @userfront/toolkit npm warns about 3 high severity vulnerabilities:

❯ npm audit
# npm audit report

axios  1.3.2 - 1.7.3
Severity: high
Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj
fix available via `npm audit fix --force`
Will install @userfront/toolkit@1.0.9, which is a breaking change
node_modules/axios
  @userfront/core  1.0.0
  Depends on vulnerable versions of axios
  node_modules/@userfront/core
    @userfront/toolkit  1.0.10-alpha.0 - 1.0.11-alpha.0
    Depends on vulnerable versions of @userfront/core
    node_modules/@userfront/toolkit

3 high severity vulnerabilities

I can see that the version of axios was bumped in this commit userfront/userfront-core@a100ebb, however the core lib is still installed as v1.0.0 as a part of @userfront/toolkit install.

// node_modules/@userfront/toolkit/package.json
 "dependencies": {
    ...
    "@userfront/core": "1.0.0",
    ...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant