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

NPM package specifies serialize-javascript@3.0.0, but same version in repo specifies 3.1.0 #4375

Closed
jrrbru opened this issue Jul 14, 2020 · 2 comments · Fixed by #4378
Closed
Labels
type: question support question

Comments

@jrrbru
Copy link

jrrbru commented Jul 14, 2020

https://nvd.nist.gov/vuln/detail/CVE-2020-7660 outlines a vulnerability with serialize-javascript prior to 3.1.0. Thankfully, mocha 8.0.1 specifies version 3.1.0. Unfortunately, the package published on NPM still says 3.0.0. Can this be fixed?

@jrrbru jrrbru added the type: question support question label Jul 14, 2020
@wnghdcjfe
Copy link
Contributor


    "serialize-javascript": "3.1.0",

package.json said 3.1.0 /
What do you think you see?

@beeryt
Copy link

beeryt commented Jul 23, 2020

Release 8.0.1 package.json in 9b203fa uses serialize-javascript@3.0.0
Use of serialize-javascript@3.1.0 was introduced to master in f073689.

@boneskull boneskull linked a pull request Jul 29, 2020 that will close this issue
boneskull pushed a commit that referenced this issue Jul 29, 2020
* Update javascript-serialize 3.1.0 to 4.0.0

* Change package-lock.json

* Change package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question support question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants