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
There are two places where the code uses io.ReadAll to read Helm charts. This function needs to be used with care as it can be used to crash the application due to memory issues in case the files being read are large.
From Ada Logics
https://github.com/fluxcd/source-controller/blob/main/controllers/helmchart_controller.go#L329-L333
source-controller/internal/helm/repository.go
Lines 208 to 212 in d7afc35
The text was updated successfully, but these errors were encountered: