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

Unsafe dependencies #26

Closed
luxplanjay opened this issue Dec 31, 2018 · 1 comment
Closed

Unsafe dependencies #26

luxplanjay opened this issue Dec 31, 2018 · 1 comment

Comments

@luxplanjay
Copy link

Was in a process of making PR with some tiny changes. Probably should update dep versions just to be safe.

npm audit image

@caroso1222
Copy link
Owner

Sorry for the late response. Thanks for bringing this up. v3.0.0 has just been released and the npm critical vulnerabilities have been all fixed. I'll mark this as resolved and put the npm audit log here for reference:

$npm audit
                                                                                
                       === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ braces                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=2.3.1                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ lite-server [dev]                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ lite-server > browser-sync > micromatch > braces             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/786                       │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 low severity vulnerability in 12329 scanned packages
  1 vulnerability requires manual review. See the full report for details.

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

2 participants