refactor(dependency): remove dependency to securejoin by using os.Root
Description
- refactor(dependency): remove dependency to securejoin by using os.Root
Since Go 1.24 we have a traversial-resistant API with os.Root
, so we
should prefer that over securejoin
.
Related Issues
Resolves #[issue_number]
How has this been tested?
Screenshots (if appropriate):
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change) -
Documentation -
Chore (Related to CI or Packaging to platforms) -
Test gap
Edited by Timo Furrer