report

package
v0.18.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
}

CodeAnalysisFinding Describes a mobsf finding

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL