-
Notifications
You must be signed in to change notification settings - Fork 63
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
Soldeer compatibility / remappings issue #712
Comments
Temporary solution:If you remove
from foundry.toml and run |
@alexroan looks like we need to update our Let's do it post LSP integration after EOW? |
@PatrickAlphaC we don't assume any framework or package manager in the user's environment :) This was a config parse error from what it looks like to me ... |
Aderyn Analysis ReportThis report was generated by Aderyn, a static analysis tool built by Cyfrin, a blockchain security company. This report is not a substitute for manual audit or security review. It should not be relied upon for any purpose other than to assist in the identification of potential security vulnerabilities. Table of ContentsSummaryFiles Summary
Files Details
Issue Summary
High IssuesH-1: Storage Array Edited with MemoryStorage reference is passed to a function with a memory parameter. This will not update the storage variable as expected. Consider using storage parameters instead. 3 Found InstancesLow IssuesL-1: Loop condition contains
|
Nice! Ok so... is this going to stay an issue then? |
Yes sir! Until we parse the config properly its going to remain an open issue |
Is your feature request related to a problem? Please describe.
Right now, if you run aderyn on a repository that uses soldeer as it's package manager, it will fail.
Describe the solution you'd like
For aderyn to work with soldeer.
Walkthrough
You will get an error because it doesn't recognize dependencies in a different folder.
The text was updated successfully, but these errors were encountered: