We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3 solc versions are included as "buggy versions":
slither/slither/utils/buggy_versions.py
Lines 1585 to 1587 in 9a5b4f5
However, they have no reasoning attached because there are no lingering bugs with these versions: https://docs.soliditylang.org/en/latest/bugs.html
The "incorrect solc" detector erroneously flags these entries, because it is only checking for existence in the map: https://github.com/crytic/slither/blob/9a5b4f5cff9db6475c5badff18f9882180d5f344/slither/detectors/attributes/incorrect_solc.py#L74C30-L74C45
These should either be removed, or the detector should filter the checked version list to just the entries that contain a non-empty list of bugs.
The text was updated successfully, but these errors were encountered:
This was fixed here #2499. I will cut a release today
EDIT: next week ran out of time :(
Sorry, something went wrong.
No branches or pull requests
3 solc versions are included as "buggy versions":
slither/slither/utils/buggy_versions.py
Lines 1585 to 1587 in 9a5b4f5
However, they have no reasoning attached because there are no lingering bugs with these versions: https://docs.soliditylang.org/en/latest/bugs.html
The "incorrect solc" detector erroneously flags these entries, because it is only checking for existence in the map:
https://github.com/crytic/slither/blob/9a5b4f5cff9db6475c5badff18f9882180d5f344/slither/detectors/attributes/incorrect_solc.py#L74C30-L74C45
These should either be removed, or the detector should filter the checked version list to just the entries that contain a non-empty list of bugs.
The text was updated successfully, but these errors were encountered: