Discover Packages
github.com/Jvr2022/subby
pkg
report
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 27, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Document struct {
GeneratedAt string `json:"generated_at"`
Summary Summary `json:"summary"`
Results []scanner .Result `json:"results"`
}
type Summary struct {
Targets int `json:"targets"`
Findings int `json:"findings"`
Vulnerable int `json:"vulnerable"`
Dangling int `json:"dangling"`
Fingerprints int `json:"fingerprints"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.