package
Version:
v0.0.0-...-cd20b3e
Opens a new window with list of versions in this module.
Published: Nov 22, 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"`
References []Reference `json:"references,omitempty"`
}
type Option interface {
}
type Reference struct {
Type string `json:"type,omitempty"`
Source string `json:"source,omitempty"`
URL string `json:"url,omitempty"`
TimeStamp string `json:"time_stamp,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.