cosmos / solidity-ibc-eureka

This is a work-in-progress solidity implementation of IBC Eureka.
MIT License
26 stars 2 forks source link

Run Slither against our contracts #16

Open sangier opened 3 months ago

sangier commented 3 months ago

Slither is a static analyzer vulnerability detector.

This need to be done for all our solidity contract of this repo and of the sp1-ics07-tendermint

gjermundgaraba commented 2 months ago

@srdtrk, how do we want to run this? It is easy enough to add to the justfile to run locally, but do we also want this in the CI pipeline?

sangier commented 2 months ago

Mmm my recommendation would be to add it to the just file, but not to run in the CI, since it usually triggers some false positives.

srdtrk commented 2 months ago

we could start with only the justfile