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

Node Security breaking RegEx DoS exploit in this package #512

Closed
carterbancroft opened this issue Sep 29, 2017 · 1 comment
Closed

Node Security breaking RegEx DoS exploit in this package #512

carterbancroft opened this issue Sep 29, 2017 · 1 comment

Comments

@carterbancroft
Copy link

carterbancroft commented Sep 29, 2017

See: https://nodesecurity.io/advisories/534

This is breaking CI builds for us in multiple repositories since we use this module and we also use NPS. The temporary fix is to add a .npsrc to the project ignoring this issue:

    {
       "exceptions": [
         "https://nodesecurity.io/advisories/534"
       ]
    }

but a fix in the debug package should be implemented.

@carterbancroft
Copy link
Author

My bad, we had our version locked in a package-lock.json and I didn't realize this had been fixed with regards to #501 and missed that it was referenced in that node security advisory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant