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
Are we sure the additional complexity is worth it? In the local dev case this should be pretty much not matter and in the CI case, the CI system should be able to easily take care of timeouts. Right?
@loewenstein I am basically of this opinion as well. I think this issue was more relevant went we were considering adding a file locking mechanism to prevent simultaneous builds of the same name (see buildpacks/lifecycle#1383) which would necessitate some cleanup that a time guard could handle. But, since we decided not to do that work, maybe we don't need to do this work. I am going to close this issue and then if others in the community feel differently, we could restart the discussion.
Description
In the security review, this is
LOW-3: Denial-of-Service (DoS) provoked by an unbound execution time
. The action plan asks us toProposed solution
Describe alternatives you've considered
Additional context
Related issue: buildpacks/lifecycle#1383
The text was updated successfully, but these errors were encountered: