github aquaproj/aqua v1.17.2-0

latest releases: v2.27.3, v2.27.2, v2.27.1...
pre-release21 months ago

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

#1026 #1027

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.

Don't miss a new aqua release

NewReleases is sending notifications on new releases.