eth-sri / securify

[DEPRECATED] Security Scanner for Ethereum Smart Contracts
Apache License 2.0
215 stars 50 forks source link

Integrate securify into Travis-ci #20

Closed MatthiasEgli-chainsecurity closed 5 years ago

MatthiasEgli-chainsecurity commented 5 years ago

The goal is to write an integration into travis-ci for securify to allow projects easy access to a security scan.

MatthiasEgli-chainsecurity commented 5 years ago

See PR https://github.com/eth-sri/securify/pull/34

hiqua commented 5 years ago

See current README.md, some configuration is possible to compile via solc provided that the dependencies are installed. We should decide whether it makes sense to also compile via Truffle.

Advantages:

Drawbacks:

@MatthiasEgli-chainsecurity @ritzdorf if you think it makes sense to integrate truffle beyond what's currently possible (analyze a truffle project with dependencies already installed, but compile it via solc), please let us know. See also the PR to follow the discussion regarding compilation outputs.

hiqua commented 5 years ago

Closing as per last comment, Truffle integration can be followed in the PR.