eth-sri / securify2

Securify v2.0
Apache License 2.0
579 stars 133 forks source link

Allows to select solc version for Docker #3

Closed dbruetsch closed 4 years ago

dbruetsch commented 4 years ago

Currently the Dockerfile pulls the latest solc version during the build process.

This proposed change defaults the installed solc version to 0.5.12 and allows to pass the version as build argument when building the docker. (e.g. --build-arg SOLC=0.5.14)

This is useful for 0.5.x projects which cannot be built with 0.6x compilers.

deepcodeappdev[bot] commented 4 years ago

DeepCode's analysis on #ab762e found:

:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


:relaxed: If you want to provide feedback on our bot, here is how to contact us.