Pull Requests | Issues | v1.17.1...v1.17.2-0
Fixes
#1026 #1027 Remove template functions such as env
, expandenv
, and getHostByName
for security
#1035 #1036 Wrap filepath.Ext
to extract file extension properly
Remove template functions such as env
, expandenv
, and getHostByName
for security
aqua uses the template functions of sprig.
But some functions are danger in terms of security.
http://masterminds.github.io/sprig/os.html
OS Functions
WARNING: These functions can lead to information leakage if not used appropriately.WARNING: Some notable implementations of Sprig (such as Kubernetes Helm do not provide these functions for security reasons.