Skip to content

Commit 28933d5

Browse files
authored
Merge pull request #19 from KaelSensei/fix/slither-alerts-clean
chore: reduce slither code scanning noise
2 parents 2157931 + 9984a25 commit 28933d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/slither.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: slither-clean
4141
continue-on-error: true # informational — teaching repo uses intentional patterns
4242
with:
43-
slither-args: --filter-paths "src/hacks"
43+
slither-args: --filter-paths "src/hacks,lib,test,script"
4444
sarif: slither-clean.sarif
4545
fail-on: none
4646

PROGRESS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ A hands-on Solidity training ground based on solidity-by-example.org.
4747
- [x] All contracts have NatSpec documentation
4848
- [x] Slither findings: enforce ERC20 `transfer` / `transferFrom` return checks in AMM examples
4949
- [x] Slither findings: enforce ERC20 `transfer` / `transferFrom` return checks in DeFi examples (vault, lockers, staking, crowdfunding, swaps)
50+
- [x] Slither Code Scanning: exclude `lib/`, `test/`, and `script/` to avoid dependency noise
5051

5152
### ✅ Phase 5: Remaining Basic Topics (29/29 COMPLETE)
5253
- [x] DataLocations - storage, memory, calldata

0 commit comments

Comments
 (0)