Finding Detailed View

This page defines the details of a finding, providing the user the stored information about that finding and allows the user to modify it and update the form.

Where :id is to indicate the unique identifier for the Finding artifact

Editable Fields (FindingForm.vue)

Field

Description

ID

A unique identifier for the finding

Title

A title/name for the finding

Host Name

The host where the finding was documented

IP Port

The IP and the Port in which the finding was discovered

Description

A short description of the finding

Long Description

A longer description of the finding with more details

Status

The current status of the finding

Type

The type of vulnerability that was found

Classification

The classification of the finding

Related Findings

A potential relationship to another finding

Evidence

A file system for analysts to upload evidence media for the finding

System

A potential relationship to a system in which the finding was discovered

Task

A potential relationship to a task in which the finding was discovered

Subtask

A potential relationship to a subtask in which the finding was discovered

Confidentiality

The value of confidentiality for the finding

Integrity

The value of integrity for the finding

Availability

The value of availability for the finding

Analyst

The analyst which will be used for logging the finding

Collaborator

An analyst that worked on the finding with the original analyst

Posture

The location of the analyst under which the finding was discovered

Mitigation Description

A brief sentence that describes a potential mitigation of the issue

Mitigation Long Description

A longer, more detailed text aread to explain the mitigation

Relevance

How relevant the finding is to the system under test

Effectiveness Rating

A value of the countermeasure for the finding

Impact Description

Describes how impactful the finding is to the system under test

Impact Level

How important and need of attention the finding is

Risk

A value for the risk the finding presents

Likelihood

A value that describes how likely an issue is to arise

Computed values

Name

Description

titleStack()

Determines the header label of the page. e.g Analyst/ Task

heroTitle()

Determines the title of the page (task, subtask,etc)

heroRouterLinkTo()

Defines where to go when the header button is clicked

heroRouterLinkLabel()

Defines the name of the header button

formCardTitle()

Defines the labels above the overview table

created()

Triggers a load of different other artifacts (task, subtask, systems) when the page renders. Used to relate artifacts to the finding

Methods

Name

Description

getOldData()

Stores the information of the finding before it was edited

getData()

Stores the current information of the finding after it is edited

logAction()

Shows the changes from the old finding form to the new one, to display on the home page

Last updated