Skip to main content

MastFindingDetail

No description

type MastFindingDetail {
appIdentifier: String!
appVersion: String!
fileName: String!
id: ID!
minPlatformVersion: String
platform: String
section: String
}

Fields

MastFindingDetail.appIdentifier ● String! non-null scalar

The unique identifier of the mobile application (Android: package_name, iOS: bundle_id)

MastFindingDetail.appVersion ● String! non-null scalar

The version of the mobile application

MastFindingDetail.fileName ● String! non-null scalar

The name of the mobile application file (APK, IPA, etc.)

MastFindingDetail.id ● ID! non-null scalar

MastFindingDetail.minPlatformVersion ● String scalar

The minimum platform version supported (Android: min_sdk, iOS: min iOS version)

MastFindingDetail.platform ● String scalar

The platform of the mobile application (android, ios, other)

MastFindingDetail.section ● String scalar

The security section/category of the finding (e.g., network, manifest, permissions, crypto, api, binary, domains, firebase, secrets, trackers)

Member Of

MastFinding object