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

chore(deps): update dependency codecov to v3.7.1 [security] #63

Merged
merged 2 commits into from Aug 17, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2020

This PR contains the following updates:

Package Type Update Change
codecov devDependencies minor 3.6.5 -> 3.7.1

GitHub Vulnerability Alerts

CVE-2020-15123

Impact

The upload method has a command injection vulnerability. Clients of the codecov-node library 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-node project 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.1

Compare Source

v3.7.0

Compare Source


Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-codecov-vulnerability branch from 9af5d75 to 2a1c59f Compare July 22, 2020 02:29
@codecov
Copy link

codecov bot commented Jul 22, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@2064831). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #63   +/-   ##
=========================================
  Coverage          ?   98.71%           
=========================================
  Files             ?        1           
  Lines             ?       78           
  Branches          ?       16           
=========================================
  Hits              ?       77           
  Misses            ?        1           
  Partials          ?        0           
Impacted Files Coverage Δ
src/discovery.ts 98.71% <0.00%> (ø)

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 2064831...d5be1b3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/npm-codecov-vulnerability branch from 2a1c59f to 0854cae Compare August 11, 2020 07:09
@faustbrian faustbrian merged commit f42d939 into master Aug 17, 2020
@faustbrian faustbrian deleted the renovate/npm-codecov-vulnerability branch August 17, 2020 01:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants