Skip to content

[Snyk] Upgrade solidity-coverage from 0.7.21 to 0.8.17#74

Open
nek0ill wants to merge 1 commit intomainfrom
snyk-upgrade-5da9e00f391a3cdeeef3729daf25ad92
Open

[Snyk] Upgrade solidity-coverage from 0.7.21 to 0.8.17#74
nek0ill wants to merge 1 commit intomainfrom
snyk-upgrade-5da9e00f391a3cdeeef3729daf25ad92

Conversation

@nek0ill
Copy link
Copy Markdown
Owner

@nek0ill nek0ill commented Jan 1, 2026

snyk-top-banner

Snyk has created this PR to upgrade solidity-coverage from 0.7.21 to 0.8.17.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 29 versions ahead of your current version.

  • The recommended version was released 21 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Asymmetric Resource Consumption (Amplification)
SNYK-JS-BODYPARSER-7926860
452 No Known Exploit
high severity Improper Verification of Cryptographic Signature
SNYK-JS-BROWSERIFYSIGN-6037026
452 No Known Exploit
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ES5EXT-6095076
452 Proof of Concept
high severity Denial of Service (DoS)
SNYK-JS-WS-7266574
452 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-7925106
452 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-8482416
452 Proof of Concept
medium severity Server-side Request Forgery (SSRF)
SNYK-JS-REQUEST-3361831
452 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-COOKIE-8163060
452 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-COOKIEJAR-3149984
452 Proof of Concept
medium severity Uncontrolled Resource Consumption ('Resource Exhaustion')
SNYK-JS-TAR-6476909
452 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-TOUGHCOOKIE-5672873
452 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-WEB3COREMETHOD-13110028
452 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-WEB3CORESUBSCRIPTIONS-13110022
452 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-WS-1296835
452 Proof of Concept
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
452 No Known Exploit
medium severity Cross-site Scripting
SNYK-JS-EXPRESS-7926867
452 No Known Exploit
medium severity Open Redirect
SNYK-JS-GOT-2932019
452 No Known Exploit
medium severity Open Redirect
SNYK-JS-GOT-2932019
452 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-HTTPCACHESEMANTICS-3248783
452 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-MINDOCUMENT-13045385
452 Proof of Concept
low severity Cross-site Scripting
SNYK-JS-SEND-7926862
452 No Known Exploit
low severity Cross-site Scripting
SNYK-JS-SERVESTATIC-7926865
452 No Known Exploit
low severity Insecure Credential Storage
SNYK-JS-WEB3-174533
452 No Known Exploit
critical severity Predictable Value Range from Previous Values
SNYK-JS-FORMDATA-10841150
452 Proof of Concept
Release notes
Package name: solidity-coverage
  • 0.8.17 - 2025-12-11

    This release contains changes to support the Osaka hardfork (thanks to @ fvictorio 💯 ).

    What's Changed

    Full Changelog: v0.8.16...v0.8.17

  • 0.8.16 - 2025-05-07

    Support for custom storage layout syntax

    This version updates the plugin's parser dependency to support the layout and at keywords introduced in Solidity v0.8.29

    What's Changed

    Full Changelog: v0.8.15...v0.8.16

  • 0.8.15 - 2025-04-16

    Speed up test runs when using viaIR

    This release adds an irMinimum option which should improve execution speeds if you're generating coverage with solc's viaIR mode enabled. The plugin has handled viaIR for about a year but it runs more slowly in that setting because it has to search for execution traces across a wider range of opcodes. The performance hit is especially notable in solidity code that iterates hundreds of times in loops.

    NOTE: Not all code will compile withirMinimum (you may get stack-too-deep errors unfortunately). But if yours does, this option should make things faster for you.

    Usage

    // .solcover.js
    module.exports = {
      irMinimum: true,
    }

    What's Changed

    New Contributors

    Full Changelog: v0.8.14...v0.8.15

  • 0.8.15-rc.0 - 2025-04-15
  • 0.8.14 - 2024-11-25

    What's Changed

    New Contributors

    Full Changelog: v0.8.13...v0.8.14

  • 0.8.13 - 2024-08-29

    🐛 Bug Fixes

    This release fixes a bug that caused the plugin to error when used with hardhat-viem in combination with a forked network.

    What's Changed

    • Error if --solcoverjs passed but file is nonexistent by @ area in #889
    • Stop overwriting forking config in extendConfig by @ cgewecke in #893
    • Misc docs fixes

    New Contributors

    Full Changelog: v0.8.12...v0.8.13

  • 0.8.13-rc.0 - 2024-08-29
  • 0.8.12 - 2024-04-05

    What's Changed

    • Adds "work-around" support for the hardhat-viem plugin. If you're using viem, run the coverage task with:
      SOLIDITY_COVERAGE=true npx hardhat coverage
      
    • Adds support for solc v0.4.x
    • Fixes a bug where plugin crashed if the contract sources directory name contained a period.
    • Fixes a bug where instrumentation failed if there was whitespace between require statement and the terminating semi-colon

    PRs

    Full Changelog: v0.8.11...v0.8.12

  • 0.8.11 - 2024-03-07

    Summary

    0.8.11 fixes a(nother) bug that resulted in some line hits remaining undetected when compiling with viaIR=true

    What's Changed

    • Check all SWAP opcodes for inst. hashes when viaIR is true by @ cgewecke in #873

    Full Changelog: v0.8.10...v0.8.11

  • 0.8.10 - 2024-02-29

    Summary

    0.8.10 fixes a bug that resulted in some line hits remaining undetected when compiling with viaIR=true

    What's Changed

    • Check all PUSH opcodes for instr. hashes when viaIR is true by @ cgewecke in #871

    Full Changelog: v0.8.9...v0.8.10

  • 0.8.10-rc.0 - 2024-02-28
  • 0.8.9 - 2024-02-27

    What's Changed

    • Fix regression introduced in 0.8.7 where modifier branch coverage for modifiers inherited from a dependency was not measured correctly in some cases @ cgewecke in #868

    Full Changelog: v0.8.8...v0.8.9

  • 0.8.9-rc.0 - 2024-02-25
  • 0.8.8 - 2024-02-21

    What's Changed

    • Fix bug when instrumenting hardhat flattened contracts:
      • Only inject file-level instr. for first pragma in file by @ cgewecke in #865
    • Fix 0% coverage when using with hardhat-foundry & foundry.toml is present:
      • Coerce sources path to absolute path if necessary by @ cgewecke in #866

    Install

    npm install --save-dev solidity-coverage@latest
    npx hardhat clean
    

    Full Changelog: v0.8.7...v0.8.8

  • 0.8.7 - 2024-02-10
  • 0.8.7-viaIR.0 - 2024-02-09
  • 0.8.6 - 2024-01-29
  • 0.8.6-sha1.0 - 2023-10-14
  • 0.8.5 - 2023-09-22
  • 0.8.4 - 2023-07-04
  • 0.8.3 - 2023-06-22
  • 0.8.2 - 2022-09-08
  • 0.8.1 - 2022-09-06
  • 0.8.0 - 2022-09-05
  • 0.8.0-rc.test.0 - 2022-04-26
  • 0.8.0-rc.1 - 2022-03-29
  • 0.8.0-beta.1 - 2022-03-29
  • 0.8.0-beta.0 - 2021-01-13
  • 0.7.22 - 2022-09-05
  • 0.7.21 - 2022-04-24
from solidity-coverage GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade solidity-coverage from 0.7.21 to 0.8.17.

See this package in npm:
solidity-coverage

See this project in Snyk:
https://app.snyk.io/org/muisance/project/c8db6975-f9ad-4b1f-b5e8-94654e147c9d?utm_source=github&utm_medium=referral&page=upgrade-pr
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
excalibur Error Error Jan 1, 2026 10:14am

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.

2 participants