Schema URL

Type: object

Settings for project analysis by the Application Inspector

Properties

$schema string
BlackBoxSettings object | null

Black box and autocheck options

7 nested properties
AdditionalHttpHeaders Record<string, string>

Dictionary of additional HTTP headers

Authentication object | null

Authentication options

One of: object object, object object, object object, object object, null null
4 nested properties
Cookie object | null

Cookie authentication options

3 nested properties
Cookie string required

Cookie

ValidationAddress string required

Verification address

ValidationTemplate string required

String to search for

Form object | null

Form-based authentication options

7 nested properties
FormAddress string required

Sign-in form URL

FormXPath string required

Sign-in form XPath

Login string required

User

LoginKey string required

User identifier

Password string required

Password

PasswordKey string required

Password identifier

ValidationTemplate string required

String to search for

Http object | null

HTTP Basic authentication options

3 nested properties
Login string required

User

Password string required

Password

ValidationAddress string required

Verification address

Type string

Type of authentication

Values: "Form" "Http" "RawCookie" "None"
Level string

Search mode

Values: "None" "Fast" "Full" "Normal"
ProxySettings object | null

Proxy server settings

6 nested properties
Enabled boolean

Enabled

Host string | null

Address

Login string | null

User

Password string | null

Password

Port integer

Port

Type string

Type of proxy

Values: "Http" "Socks4" "Socks5"
RunAutocheckAfterScan boolean

Autocheck vulnerabilities after scanning

ScanScope string

Scan scope

Values: "Domain" "Folder" "Path"
Site string

Website address

ComponentsSettings object | null

Vulnerable components scan options

1 nested properties
UseCustomYaraRules boolean

Use custom yara rules

CustomParameters string | null

Custom kernel startup parameters

DotNetSettings object | null

.NET scan options

2 nested properties
ProjectType string

Type of application

Values: "None" "Solution" "WebSite"
SolutionFile string | null

Path to a solution or project

DownloadDependencies boolean

Download dependencies

JavaSettings object | null

Java scan options

4 nested properties
Parameters string | null

JVM start options

UnpackUserPackages boolean

Unpack custom JAR files

UserPackagePrefixes string | null

Prefixes of custom packages

Version string

JDK version

Values: "v1_8" "v1_11"
ProgrammingLanguage string

Active scanning language

Values: "Java" "CSharp" "VB" "Php" "JavaScript" "Python" "ObjectiveC" "Swift" "CAndCPlusPlus" "Go" "Kotlin" "Sql"
ProjectName string

Project name

ScanModules string[]

Enabled modules

uniqueItems=true
SkipGitIgnoreFiles boolean

Exclude from scanning the files from the .gitignore file

UsePublicAnalysisMethod boolean

Search from available public and protected methods

UseSastRules boolean

Enable SAST Analysis rules

UseSecurityPolicies boolean

Check for compliance with the security policy