sprig icon indicating copy to clipboard operation
sprig copied to clipboard

I'd like a subset of "safe "functions

Open alexec opened this issue 4 years ago • 1 comments

Examples of unsafe functions are

  • env exposes process information

Others?

alexec avatar Feb 16 '21 02:02 alexec

@alexec Helm does what you are talking about by removing 2 of the functions. You can see that at https://github.com/helm/helm/blob/a9c581584f6b2d105cb21acd20691074852a3969/pkg/engine/funcs.go#L45-L47

mattfarina avatar Mar 03 '21 22:03 mattfarina