-
Notifications
You must be signed in to change notification settings - Fork 985
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
Slither does not handle multiple contracts with the same name across compilation units #2107
Labels
Comments
Indeed the printers merge contracts with the same name, which they should not. We will update the printer. |
0xalpharush
added
bug
Something isn't working
good first issue
Good for newcomers
labels
Sep 29, 2023
We need to make these id's unique across compilation unit slither/slither/printers/call/call_graph.py Lines 20 to 25 in e5f2a86
slither/slither/printers/inheritance/inheritance_graph.py Lines 103 to 106 in e5f2a86
|
dokzai
added a commit
to dokzai/slither
that referenced
this issue
Oct 7, 2023
dokzai
added a commit
to dokzai/slither
that referenced
this issue
Feb 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the codebase https://github.com/hacker-DOM/reference-resolving/tree/ecd8bf0e91a3636104b5ffc805537eaac2eeb8d7
These are the results for inheritance-graph and call-graph, both of which are wrong
The text was updated successfully, but these errors were encountered: