GO-2026-4919: Trivy ecosystem supply chain was briefly compromised in github.com/aquasecurity/trivy
package
Version:
v0.71.2
Opens a new window with list of versions in this module.
Published: Jun 19, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type LockFile struct {
Object Object `json:"object"`
Pins []Pin `json:"pins"`
Version int `json:"version"`
}
type Object struct {
Pins []Pin `json:"pins"`
}
Parser is a parser for Package.resolved files
type State struct {
Branch string `json:"branch"`
Revision string `json:"revision"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.