eth-sri / securify

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

Install solc dynamically #103

Closed ritzdorf closed 5 years ago

ritzdorf commented 5 years ago

Installs solc versions dynamically and not during docker build

Benefits:

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 7 new info reports.

Click to see more details.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 5 new info reports. 1 info report was fixed.

Click to see more details.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 6 new info reports. 1 info report was fixed.

Click to see more details.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 6 new info reports. 1 info report was fixed.

Click to see more details.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 5 new info reports. 1 info report was fixed.

Click to see more details.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 6 new info reports. 3 info reports were fixed.

Click to see more details.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are 3 new info reports. 4 info reports were fixed.

Click to see more details.

iamdefinitelyahuman commented 5 years ago

@ritzdorf just an FYI, I've pushed a new release of solcx that no longer assumes the version when calling the install method. It breaks your master here, but the branch for this pull request isn't affected as far as I can see.

ritzdorf commented 5 years ago

@iamdefinitelyahuman Thanks a lot for letting us know. We will merge this asap then.