Aggregated high script evaluation detection grouped by source.

Hierarchy

  • AggregatedHighScriptEval

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
avgDuration: number

Average script evaluation duration in nanoseconds.

avgForcedStyleLayout: number

Average forced style/layout duration in nanoseconds.

fingerprint: string

Unique fingerprint identifying this detection group.

impactScore: number

Impact score combining view frequency and duration severity.

instanceCount: number

Total number of detection instances across sampled views.

invokerType: string

Type of invoker that triggered the script evaluation.

sourceCategory: null | string

Category of the script source.

sourceFunctionName: string

Name of the function that triggered the high script evaluation.

sourceUrl: null | string

URL of the script that triggered the high script evaluation.

viewOccurrences: number

Number of sampled views where this detection occurred.

Generated using TypeDoc