Skip to content

Remove dependence on outdated minimist #190

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

Merged
merged 2 commits into from
May 11, 2020
Merged

Conversation

hobindar
Copy link
Contributor

Certain versions of minimist have a known security vulnerability and
thus should not be used a dependency. See CVE-2020-7598.

This change removes peerjs' dependence on said versions of minimist.
It does this by replacing its usage of optimist, which is no longer
maintained, with yargs, its spiritual successor. It also updates the
transitive dependencies in package-lock.json as needed.

Resolves #189

hobindar added 2 commits May 11, 2020 11:22
Optimist is no longer maintained. It has not been updated since 2014,
even for basic security updates. Thus this change replaces it with its
spiritual successor, yargs, which is still actively maintained.

This is also a first step to removing peerjs' dependence on an outdated
version of minimist that has known security vulnerabilities.
This change removes the last bit of dependence on a version of minimist
that has a known prototype pollution vulnerability.
@afrokick
Copy link
Member

Thanks, @hobindar

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

Successfully merging this pull request may close these issues.

Remove dependence on outdated version of minimist
2 participants