Affected by GO-2025-4177
and 1 other vulnerabilities
GO-2025-4177: Singularity ineffectively applies of selinux / apparmor LSM process labels in github.com/sylabs/singularity
GO-2026-5715: Singularity: Incorrect path matching for 'limit container paths' directive in github.com/sylabs/singularity

The highest tagged major version is
v4.
package
Version:
v3.0.2-rc2+incompatible
Opens a new window with list of versions in this module.
Published: Dec 22, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ReadResponse reads a JSON response, and unmarshals the supplied data.
WriteError encodes the supplied error in a response, and writes to w.
WriteResponse encodes the supplied data in a response, and writes to w.
type Error struct {
Code int `json:"code,omitempty"`
Message string `json:"message,omitempty"`
}
Error describes an error condition.
NewError returns an error that contains the given code and message.
type Response struct {
Data interface{} `json:"data,omitempty"`
Error *Error `json:"error,omitempty"`
}
Response is the top level container of all of our REST API responses.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.