Add Slither detector for upgrade storage gaps#29
Open
MyTH-zyxeon wants to merge 2 commits into
Open
Conversation
Contributor
|
🤖 Audit verdict: Detector adds legitimate static analysis tooling with sound logic, proper testing, no malicious patterns, no new dependencies, and opt-in activation. Audited by the kcolbchain PR pipeline. See pipeline docs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
custom_upgrade_gap.pyto flag upgradeable contracts that append persistent state after__gapslither/README.mdCloses #22
Validation
python3 -m py_compile slither/detectors/custom_upgrade_gap.py slither/tests/test_custom_upgrade_gap.pypython3 -m unittest discover -s slither/tests -q(3 passed)git diff --checkNote: this follows the existing custom-detector layout. The unit test uses helper-level coverage because the repository does not currently package custom Slither detectors as a plugin in CI.