github.com/wolfi-dev/wolfictl@v0.16.11/pkg/configs/advisory/v2/true_positive_determination.go (about)

     1  package v2
     2  
     3  // TruePositiveDetermination is an event that indicates that a previously
     4  // detected vulnerability was acknowledged to be a true positive.
     5  type TruePositiveDetermination struct {
     6  	Note string `yaml:"note,omitempty"`
     7  }