android

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: 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)

NewReport instantiates a report

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

AsIssues returns mobsf android findings as dracon issues

func (*Report) SetRootDir

func (r *Report) SetRootDir(path string)

SetRootDir is a helper method

Jump to

Keyboard shortcuts

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