| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.11.5.tar.gz | 2026-01-16 | 15.4 MB | |
| 0.11.5.tar.gz.sigstore.json | 2026-01-16 | 10.5 kB | |
| 0.11.5.zip | 2026-01-16 | 23.3 MB | |
| 0.11.5.zip.sigstore.json | 2026-01-16 | 10.6 kB | |
| slither_analyzer-0.11.5-py3-none-any.whl | 2026-01-16 | 752.1 kB | |
| slither_analyzer-0.11.5-py3-none-any.whl.sigstore.json | 2026-01-16 | 10.6 kB | |
| slither_analyzer-0.11.5.tar.gz | 2026-01-16 | 15.4 MB | |
| slither_analyzer-0.11.5.tar.gz.sigstore.json | 2026-01-16 | 10.5 kB | |
| 0.11.5 source code.tar.gz | 2026-01-16 | 15.4 MB | |
| 0.11.5 source code.zip | 2026-01-16 | 23.5 MB | |
| README.md | 2026-01-16 | 2.4 kB | |
| Totals: 11 Items | 93.7 MB | 0 | |
This minor release upgrades the minimum Python version to 3.10, adds one new detector reentrancy-balance and various other fixes.
What's Changed
- Fix markdown lint on docs/ by @dguido in https://github.com/crytic/slither/pull/2870
- slither-doctor: paths: follow symlinks by @elopez in https://github.com/crytic/slither/pull/1608
- fixed consistency by @shushaaniik in https://github.com/crytic/slither/pull/2556
- Add paths to inheritance printer by @shargon in https://github.com/crytic/slither/pull/2732
- chore: fix typos by @omahs in https://github.com/crytic/slither/pull/2723
- fix: update snapshots for typo fix in uninitialized detector by @dguido in https://github.com/crytic/slither/pull/2886
- [#2688] fix markdown linter by @nsiregar in https://github.com/crytic/slither/pull/2722
- docs: Add comprehensive CLAUDE.md for AI-assisted development by @dguido in https://github.com/crytic/slither/pull/2889
- fix: remove Etherscan API dependency from CI tests by @dguido in https://github.com/crytic/slither/pull/2890
- ci: Harden and optimize GitHub Actions workflows by @dguido in https://github.com/crytic/slither/pull/2891
- chore: modernize pre-commit hooks with prek by @dguido in https://github.com/crytic/slither/pull/2894
- chore: modernize Makefile to use uv-native workflow by @dguido in https://github.com/crytic/slither/pull/2895
- fix: correct ERC conformance JSON key and document evm-cfg-builder dep by @dguido in https://github.com/crytic/slither/pull/2896
- chore: enable 34 additional ruff lint rules by @dguido in https://github.com/crytic/slither/pull/2898
- fix: add fasttext as optional dependency for slither-simil by @dguido in https://github.com/crytic/slither/pull/2899
- feat: upgrade minimum Python version to 3.10, modernize type annotations by @dguido in https://github.com/crytic/slither/pull/2900
- detectors: unindexed-event-address: add source mapping information to detection by @elopez in https://github.com/crytic/slither/pull/2918
- Add reentrancy-balance detector by @smonicas in https://github.com/crytic/slither/pull/2919
New Contributors
- @shushaaniik made their first contribution in https://github.com/crytic/slither/pull/2556
- @omahs made their first contribution in https://github.com/crytic/slither/pull/2723
Full Changelog: https://github.com/crytic/slither/compare/0.11.4...0.11.5