Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Diffs

Results of the comparison of an item between two security assessments.

Properties

Optional addedItems

addedItems: Array<string>

This array identifies the items that are present in the current assessment, but are missing from the baseline.

Optional baseline

baseline: model.Finding

Optional current

current: model.Finding

Optional modifiedItems

modifiedItems: Array<string>

This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.

Optional removedItems

removedItems: Array<string>

This array identifies the items that are present in the baseline, but are missing from the current assessment.

Optional severity

severity: Severity

The severity of this diff.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Diffs): object

getJsonObj

  • getJsonObj(obj: Diffs): object