Decathlon / ara

Agile Regression Analyzer
Apache License 2.0
78 stars 19 forks source link

Fix security vulnerabilities in lodash and js-yaml #157

Open dktsni opened 5 years ago

dktsni commented 5 years ago

Describe the bug After the security fixes on NPM dependencies made by #155 and #156, there still two remaining issues on lodash (< 4.17.13) and js-yaml (< 3.13.1). Those vulnerabilities are in the project because they're included in other dependencies which can't be upgraded.

This issue is here to keep track and make sure that those vulnerabilities will be patched when new versions of dependencies will be available.

Here is some infos on those dependencies :

To Reproduce

  1. Go in the client/ folder
  2. Do a npm ls lodash and npm ls js-yaml.

Expected behavior All the vulnerabilities are patched.

Screenshots lodash js-yaml

Environment All

dktsni commented 4 years ago

Remove from 4.1.0 scope. Those points have evolved.