Affected by GO-2023-2378
and 1 other vulnerabilities
GO-2023-2378: Go package github.com/edgelesssys/marblerun CLI commands susceptible to MITM attacks
GO-2025-3450: MarbleRun unauthenticated recovery allows Coordinator impersonation in github.com/edgelesssys/marblerun
package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Aug 25, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Handler is a wrapper around afero.Afero,
providing a simple interface for reading and writing files.
New returns a new FileWriter for the given filename.
Returns nil if filename is empty.
func (*Handler) Name ¶
Name returns the filename.
func (*Handler) Read ¶
Read reads the file and returns its contents.
func (*Handler) Write ¶
Write writes the given data to the file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.