Closed renovate[bot] closed 2 years ago
Merging #807 (a7cc28d) into master (8511d8c) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #807 +/- ##
=========================================
Coverage 89.45% 89.45%
Complexity 1885 1885
=========================================
Files 316 316
Lines 8381 8381
Branches 1265 1265
=========================================
Hits 7497 7497
Misses 630 630
Partials 254 254
Flag | Coverage Δ | |
---|---|---|
integration | 55.22% <ø> (ø) |
|
jest | 86.40% <ø> (ø) |
|
karma | 94.83% <ø> (ø) |
|
unittests | 88.88% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8511d8c...a7cc28d. Read the comment docs.
This PR contains the following updates:
4.17.20
->4.17.21
GitHub Vulnerability Alerts
CVE-2020-28500
All versions of package lodash prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. Steps to reproduce (provided by reporter Liyuan Chen): var lo = require('lodash'); function build_blank (n) { var ret = "1" for (var i = 0; i < n; i++) { ret += " " } return ret + "1"; } var s = build_blank(50000) var time0 = Date.now(); lo.trim(s) var time_cost0 = Date.now() - time0; console.log("time_cost0: " + time_cost0) var time1 = Date.now(); lo.toNumber(s) var time_cost1 = Date.now() - time1; console.log("time_cost1: " + time_cost1) var time2 = Date.now(); lo.trimEnd(s) var time_cost2 = Date.now() - time2; console.log("time_cost2: " + time_cost2)
CVE-2021-23337
lodash
versions prior to 4.17.21 are vulnerable to Command Injection via the template function.Configuration
📅 Schedule: "" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.