This imports the Forge standard library. As well as causing a higher cost for deployment, this necessitates the redeployment without this library which would incur maintainers of the project as well as migration costs for users.
Impact
Higher deployment cost owing to a greater bytecode size
Migration costs for users to move from the existing contract to a version without development libraries
0x0
medium
Development Libraries In Production
Summary
MarketExtended
imports and usesMarketStorage
. This imported library contains a Forge development library used for build.Vulnerability Detail
MarketStorage
This imports the Forge standard library. As well as causing a higher cost for deployment, this necessitates the redeployment without this library which would incur maintainers of the project as well as migration costs for users.
Impact
Code Snippet
Tool used
Manual Review
Recommendation