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

Upgrade self signed version due to security vulnerability #2763

Closed
1 task done
Felistas opened this issue Oct 13, 2020 · 2 comments
Closed
1 task done

Upgrade self signed version due to security vulnerability #2763

Felistas opened this issue Oct 13, 2020 · 2 comments

Comments

@Felistas
Copy link

  • Operating System: macOS Catalina 10.15.6

  • Node Version: v12.16.1

  • NPM Version: 6.14.8

  • webpack Version: 4.44.1

  • webpack-dev-server Version: 3.11.0

  • Browser: Chrome

  • This is a modification request

Code

Expected Behavior

Pass security vulnerability test in pipeline

Actual Behavior

The pipeline security vulnerability checker fails since node-forge (v0.9.0) which is a dependency required by selfsigned (v1.10.7) is flagged to have to be of high vulnerability. Bumping the version of selfsigned to 1.10.8 should fix the issue.

For Bugs; How can we reproduce the behavior?

Run npx hawkeye scan --module node-npmaudit --show-code -f high in project if you use webpack-dev-server

For Features; What is the motivation and/or use-case for the feature?

Have compliant packages

@cimm
Copy link

cimm commented Oct 22, 2020

There are 2 open pull requests: #2752 and #2740 and a closed one (#2268) but none have been merged yet.

@ylemkimon ylemkimon mentioned this issue Nov 13, 2020
6 tasks
@alexander-akait
Copy link
Member

we prepare v4 and it was pumped, anyway you can update it locally, no need to do new release, just update deps (don't forget about lock file), it is why we use ^ in package.json

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

3 participants