vex

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Overview

Package vex contains logic for generating VEX (Vulnerability Exploitability eXchange) documents.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TryOutputVexDocument

func TryOutputVexDocument(updates *unversioned.UpdateManifest, pkgType, patchedImageName, format, file string) error

Types

type OpenVex

type OpenVex struct{}

func (*OpenVex) CreateVEXDocument

func (o *OpenVex) CreateVEXDocument(
	updates *unversioned.UpdateManifest,
	patchedImageName string,
	pkgType string,
) (string, error)

type Vex

type Vex interface {
	CreateVEXDocument(updates *unversioned.UpdateManifest, patchedImageName string, pkgmgr pkgmgr.PackageManager) (string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL