Skip to content

fix: remove vulnerable eth-lib dependency (#31)#32

Merged
AlexBrandes merged 1 commit intomainfrom
development/alex/remove-test-dependency
Feb 11, 2026
Merged

fix: remove vulnerable eth-lib dependency (#31)#32
AlexBrandes merged 1 commit intomainfrom
development/alex/remove-test-dependency

Conversation

@AlexBrandes
Copy link
Contributor

Fixes #31
Removed eth-lib which was only used in test code — replaced with ethereumjs-util which was already available in the project.

eth-lib pulled in servify/request which had critical transitive
vulnerabilities (form-data SSRF, ws DoS, qs memory exhaustion).
eth-lib was only used in test code — replaced with ethereumjs-util
which was already available in the project.
@AlexBrandes AlexBrandes merged commit 48c46fc into main Feb 11, 2026
1 check passed
@juandavidkincaid juandavidkincaid deleted the development/alex/remove-test-dependency branch February 11, 2026 15:45
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.

Security: Transitive dependency vulnerabilities via eth-lib/servify/request

2 participants