package
Version:
v0.0.0-...-b33991e
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Exploit struct {
ID string `json:"id,omitempty"`
Tags []Tag `json:"tags,omitempty"`
Description string `json:"description,omitempty"`
Poc PoC `json:"poc,omitempty"`
}
type Option interface {
}
type PoC struct {
References []string `json:"references,omitempty"`
GitHubs []string `json:"githubs,omitempty"`
}
type Tag struct {
Label string `json:"label,omitempty"`
Message string `json:"message,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.