You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This buildpack's manifest.yml contains pinned default versions, such as php 7.4.23. We should change our defaults to float patches where appropriate, to help consumers build more secure apps (for instance, 7.4.23 has a CVE but the buildpack also provides 7.4.24).
The text was updated successfully, but these errors were encountered:
This seems reasonable. I looked back at the history of the manifest.yml and I can't see anything that would indicate why this value needs to be hardcoded. We should do this.
This buildpack's
manifest.yml
contains pinned default versions, such asphp 7.4.23
. We should change our defaults to float patches where appropriate, to help consumers build more secure apps (for instance, 7.4.23 has a CVE but the buildpack also provides 7.4.24).The text was updated successfully, but these errors were encountered: