MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 167 forks source link

Fix Hash check for composer_setup #67

Closed Xyrodileas closed 4 years ago

Xyrodileas commented 4 years ago

The hash which was used to check the integrity of the composer_setup was hardcoded, which break the installation when composer is updated. In the future, the version of composer should be freeze to a specific version to avoid dependencies issues.

adulau commented 4 years ago

Thank you!