helm/pkg/chartutil
Matt Farina fba9d08dce
Ensuring the file paths are clean prior to passing to securejoin
securejoin v0.4.0 made a possibly breaking change. Only clean paths
are safe to pass to SecureJoin or they could return an error or
have the wrong path. The details are in the release notes for v0.4.0.

This change ensures the paths are clean prior to passing to SecureJoin.

Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 35a9ead998)
2025-01-14 15:35:47 -05:00
..
testdata fix: fix label name 2024-11-07 17:10:31 +08:00
capabilities.go Remove somewhat incorrect comment. 2024-04-15 21:24:22 +02:00
capabilities_test.go bump version to v3.17.0 2025-01-06 14:20:59 -05:00
chartfile.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
chartfile_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
coalesce.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
coalesce_test.go Fix multiple bugs in values handling 2023-06-26 11:37:21 -04:00
compatible.go Update dependencies 2019-10-03 13:49:07 -04:00
compatible_test.go ref(*): Moves packages to internal 2019-08-09 16:02:33 -06:00
create.go ref(create): don't render empty resource fields 2024-12-27 08:17:27 -08:00
create_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
dependencies.go Grammar fixes 2024-09-14 10:30:31 +10:00
dependencies_test.go Fixing precedence issue with the import of values. 2023-10-11 14:56:12 -04:00
doc.go Bump the Go version 2023-03-22 11:29:26 -04:00
errors.go validation fix 2024-02-07 10:54:15 -05:00
errors_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
expand.go Ensuring the file paths are clean prior to passing to securejoin 2025-01-14 15:35:47 -05:00
expand_test.go Fix typos 2024-09-14 10:29:56 +10:00
jsonschema.go Update schema validation handling 2022-10-21 18:04:05 +01:00
jsonschema_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
save.go validation fix 2024-02-07 10:54:15 -05:00
save_test.go validation fix 2024-02-07 10:54:15 -05:00
validate_name.go Replace golint with revive 2022-01-20 15:19:40 +00:00
validate_name_test.go chore: fix some function names in comment 2024-10-24 18:26:22 +08:00
values.go feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' 2024-06-25 16:43:48 +02:00
values_test.go feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' 2024-06-25 16:43:48 +02:00