android

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package android provides types and functions for working with Android project scan reports from MobSF.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReport

func NewReport(report []byte, exclusions map[string]bool) (mreport.Report, error)

Types

type Report

type Report struct {
	RootDir                string                                 `json:"-"`
	CodeAnalysis           map[string]mreport.CodeAnalysisFinding `json:"code_analysis"`
	CodeAnalysisExclusions map[string]bool                        `json:"-"`
}

Report represents a (partial) Android project scan report.

func (*Report) AsIssues

func (r *Report) AsIssues() []*v1.Issue

func (*Report) SetRootDir

func (r *Report) SetRootDir(path string)

Jump to

Keyboard shortcuts

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