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

chai-properties uses older version of lodash that has vulnerability #17

Open
sharathmuthu6 opened this issue Feb 7, 2019 · 1 comment

Comments

@sharathmuthu6
Copy link

sharathmuthu6 commented Feb 7, 2019

chai-properties module is using the lodash's older version which is having vulnerability issue.

I tried raising a PR for the same. But I don't have access to create a branch in this repo.
Can we please have this change in package.json ?

"dependencies": {
    "lodash": "~4.17.11"
  }
@sharathmuthu6
Copy link
Author

@vbardales Can you please make this change ?

myme pushed a commit to myme/jsxapi that referenced this issue Aug 19, 2019
chai-properties has a very outdated dependency on lodash (~3.x.y). This
version is insecure. The issue has been raised to the maintainer, but
hasn't been addressed:

vbardales/chai-properties#17
myme pushed a commit to myme/jsxapi that referenced this issue Aug 19, 2019
chai-properties has a very outdated dependency on lodash (~3.x.y). This
version is insecure. The issue has been raised to the maintainer, but
hasn't been addressed:

vbardales/chai-properties#17
myme pushed a commit to myme/jsxapi that referenced this issue Aug 19, 2019
chai-properties has a very outdated dependency on lodash (~3.x.y). This
version is insecure. The issue has been raised to the maintainer, but
hasn't been addressed:

vbardales/chai-properties#17
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