Commit Graph

2 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
47ca352b0d vendor: github.com/opencontainers/runc v1.2.5, cyphar/filepath-securejoin v0.4.1
Changes in runc code are not impacting code we use;

- libcontainer/utils.MkdirAllInRootOpen is not used
- libcontainer/utils.MkdirAllInRoot is not used

Similarly, while filepath-securejoin is imported, the functions using it
in runc (cgroups.FindCgroupMountpoint, are not used in our codebase, so
these changes don't affect our code; `tryDefaultPath` uses securejoin,
which is used by `FindCgroupMountpoint`, but not used in our codebase.

diffs:

- https://github.com/opencontainers/runc/compare/v1.2.4...v1.2.5
- https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.4.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-14 13:04:45 +01:00
Sebastiaan van Stijn
51dd387bc9 vendor: github.com/cyphar/filepath-securejoin v0.3.4
full diff: https://github.com/cyphar/filepath-securejoin/compare/v0.2.4...v0.3.4

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-10-23 12:03:31 +02:00