Commit d7162cc
committed
ci: exclude external libraries from Slither analysis
- Add --filter-paths to ignore lib/, test/, script/, and mock/ directories
- Prevents false positives from Chainlink and forge-std dependencies
- Keeps Slither report focused on core protocol code (src/)
- Standard practice in audited projects with external libs
- CI remains green while maintaining security visibility1 parent 91db5f2 commit d7162cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
0 commit comments