hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

Adds Slither tool analysis report #727

Closed nabialek-arianelabs closed 1 month ago

nabialek-arianelabs commented 2 months ago

Adds Slither tool analysis, docker files, and POC for ecrecover Slither detector. Is dependant upon: https://github.com/hashgraph/hedera-smart-contracts/pull/726/files

quiet-node commented 2 months ago

Hi @nabialek-arianelabs, thanks for the nice work! With a quick scan through the CI, I noticed that there are two tests failed. Please follow the conventional commits guidelines to update the title of the PR to fix the PR Check / Title Check CI task. Another the DCO failed task, it looks like one of the commit in this PR didn't get signed off wit hthe Signed-off-by... message. One way to do it is to squash the commits and add the signature.

arianejasuwienas commented 1 month ago

Replaced with: https://github.com/hashgraph/hedera-smart-contracts/pull/740