chore(deps): update devdependency codecov to v3.7.1 [security] - #75
chore(deps): update devdependency codecov to v3.7.1 [security]#75renovate[bot] wants to merge 1 commit into
Conversation
05b681f to
6c2b3a8
Compare
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 47.52% 47.52%
=======================================
Files 13 13
Lines 364 364
Branches 85 85
=======================================
Hits 173 173
Misses 140 140
Partials 51 51 Continue to review full report at Codecov.
|
6c2b3a8 to
585c804
Compare
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 47.52% 47.52%
=======================================
Files 13 13
Lines 364 364
Branches 85 85
=======================================
Hits 173 173
Misses 140 140
Partials 51 51 Continue to review full report at Codecov.
|
585c804 to
6f71fa6
Compare
6f71fa6 to
d5ee162
Compare
d5ee162 to
d804d5c
Compare
d804d5c to
8932b92
Compare
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 47.52% 47.52%
=======================================
Files 13 13
Lines 364 364
Branches 85 85
=======================================
Hits 173 173
Misses 140 140
Partials 51 51 Continue to review full report at Codecov.
|
This PR contains the following updates:
3.5.0->3.7.1GitHub Vulnerability Alerts
CVE-2020-7597
codecov-node npm module before 3.6.5 allows remote attackers to execute arbitrary commands.The value provided as part of the gcov-root argument is executed by the exec function within lib/codecov.js. This vulnerability exists due to an incomplete fix of CVE-2020-7596.
CVE-2020-15123
Impact
The
uploadmethod has a command injection vulnerability. Clients of thecodecov-nodelibrary are unlikely to be aware of this, so they might unwittingly write code that contains a vulnerability.A similar CVE was issued: CVE-2020-7597, but the fix was incomplete. It only blocked
&, and command injection is still possible using backticks instead to bypass the sanitizer.We have written a CodeQL query, which automatically detects this vulnerability. You can see the results of the query on the
codecov-nodeproject here.Patches
This has been patched in version 3.7.1
Workarounds
None, however, the attack surface is low in this case. Particularly in the standard use of codecov, where the module is used directly in a build pipeline, not built against as a library in another application that may supply malicious input and perform command injection.
References
For more information
If you have any questions or comments about this advisory:
Release Notes
codecov/codecov-node
v3.7.1Compare Source
v3.7.0Compare Source
v3.6.5Compare Source
v3.6.4Compare Source
v3.6.3Compare Source
v3.6.2Compare Source
v3.6.1Compare Source
v3.6.0Compare Source
Renovate configuration
📅 Schedule: "" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.