drewwmercer / pedalhead

Pedalhead is an application for the busy cyclist who has more on their mind than gears and wrenches.

Home Page:https://pedalhead.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Critical security alert: lodash.merge

drewwmercer opened this issue · comments

Dependabot cannot update to the required version

lodash.merge vulnerability found in package-lock.json on Jul 10
Remediation: Upgrade lodash.merge to version 4.6.2 or later.

For example:

"dependencies": {
  "lodash.merge": ">=4.6.2"
}

or…

"devDependencies": {
  "lodash.merge": ">=4.6.2"
}

Details: CVE-2019-10744
critical severity
Vulnerable versions: < 4.6.2
Patched version: 4.6.2

Affected versions of lodash are vulnerable to Prototype Pollution.
The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

@achakavarti can you check this out?

Latest version is 4.6.2