Affected by GO-2025-3455
and 4 other vulnerabilities
GO-2025-3455 : Contrast's unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/contrast
GO-2025-3718 : Contrast workload secrets leak to logs on INFO level in github.com/edgelesssys/contrast
GO-2025-3807 : Contrast vulnerability allows arbitrary host data Injection into container VOLUME mount points in github.com/edgelesssys/contrast
GO-2025-4078 : Contrast has insecure LUKS2 persistent storage partitions may be opened and used in github.com/edgelesssys/contrast
GO-2026-4863 : Contrast BadAML injection allows arbitrary code execution in github.com/edgelesssys/contrast
Discover Packages
github.com/edgelesssys/contrast
nodeinstaller
internal
fileop
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 4, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
OS provides file operations on the real filesystem.
New creates a new file operation helper.
NewDefault creates a new file operation helper with a default hash function.
Copy copies a file from src to dst.
It will overwrite the destination file in any case.
CopyOnDiff copies a file from src to dst.
It will only modify the destination file if the contents are different.
It returns true if the file was modified, or an error if any occurred.
Move moves a file from src to dst.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.