Documentation
¶
Overview ¶
Package report provides common types for scan report formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeAnalysisFinding ¶
type CodeAnalysisFinding struct { Files map[string]string `json:"files"` Metadata CodeAnalysisMetadata `json:"metadata"` }
type CodeAnalysisMetadata ¶
type Report ¶
type Report interface { // SetRootDir sets the path to this project's root directory. SetRootDir(string) // AsIssues transforms this Report into a slice of Dracon Issues that can be // processed by the Dracon enricher. AsIssues() []*v1.Issue }
Report is an interface for scan report formats.
Directories
¶
Path | Synopsis |
---|---|
Package android provides types and functions for working with Android project scan reports from MobSF.
|
Package android provides types and functions for working with Android project scan reports from MobSF. |
Package ios provides types and functions for working with iOS project scan reports from MobSF.
|
Package ios provides types and functions for working with iOS project scan reports from MobSF. |
Click to show internal directories.
Click to hide internal directories.