-
Notifications
You must be signed in to change notification settings - Fork 972
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
[Bug]: info from solc-version
detector displays misleading message
#2478
Labels
Comments
penandlim
changed the title
[Bug-Candidate]: info from
[Bug-Candidate]: info from Jun 6, 2024
incorrect-versions-of-solidity
detector displays misleading messagesolc-version
detector displays misleading message
I think this is missing a length check on
|
0xalpharush
added
bug
Something isn't working
good first issue
Good for newcomers
and removed
bug-candidate
Bugs reports that are not yet confirmed
labels
Jun 22, 2024
0xalpharush
changed the title
[Bug-Candidate]: info from
[Bug]: info from Jun 22, 2024
solc-version
detector displays misleading messagesolc-version
detector displays misleading message
Hey @0xalpharush, can I work on this issue? |
Yes you're welcome to work on this |
Hi, I have the same problem on 0.8.24. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
With slither 0.10.3 on a new foundry repo w/
pragma solidity 0.8.23
, running slither reports below info message.But afaik there are no known issues for solidity 0.8.23 yet.
https://solidity.readthedocs.io/en/latest/bugs.html
slither/slither/utils/buggy_versions.py
Lines 1585 to 1587 in 798c1f6
Is this the intended info message from
solc-version
detector for ^0.8.23?Code example to reproduce the issue:
Version:
0.10.3
Relevant log output:
The text was updated successfully, but these errors were encountered: