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

Lock down dependencies. #21

Open
MicahZoltu opened this issue May 2, 2020 · 0 comments
Open

Lock down dependencies. #21

MicahZoltu opened this issue May 2, 2020 · 0 comments

Comments

@MicahZoltu
Copy link

Variable dependencies can increases the attack surface area of this library (and its users) by making it so someone can publish an update of a dependency that is malicious and thus attack anyone using this library.

Recommended Resolution:
Commit package-lock.json and change dependencies from ^major.minor.patch to major.minor.patch.

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

1 participant