Skip to main content

IssueStatusLabel

No description

enum IssueStatusLabel {
CREATED
DRAFT
IDENTIFIED
IN_PROGRESS
AWAITING_VALIDATION
FIX_ACCEPTED
RISK_ACCEPTED
FALSE_POSITIVE
SUPPRESSED
}

Values

IssueStatusLabel.CREATED

The CREATED state represents the initial stage of a vulnerability, indicating that it has been identified but has not yet been assessed or addressed.

IssueStatusLabel.DRAFT

The DRAFT state signifies that a vulnerability has been recognized but is in a preliminary or unverified status. It may require further investigation and validation.

IssueStatusLabel.IDENTIFIED

The IDENTIFIED state indicates that a vulnerability is known and has been documented, but it has not yet undergone active mitigation or resolution.

IssueStatusLabel.IN_PROGRESS

The IN_PROGRESS state indicates that efforts are currently underway to mitigate or fix the identified vulnerability. It is actively being addressed.

IssueStatusLabel.AWAITING_VALIDATION

The AWAITING_VALIDATION state represents a stage where the vulnerability has been addressed, but it is pending validation to ensure that the fix or mitigation is effective.

IssueStatusLabel.FIX_ACCEPTED

The FIX_ACCEPTED state is used when a proposed solution to the vulnerability has been accepted and approved. It signifies that the fix is recognized and will be implemented.

IssueStatusLabel.RISK_ACCEPTED

The RISK_ACCEPTED state indicates that a recognized vulnerability or risk has been accepted, meaning that the organization acknowledges the risk and is willing to proceed while monitoring it.

IssueStatusLabel.FALSE_POSITIVE

The FALSE_POSITIVE state is applied when an initially identified vulnerability is determined to be a false alarm or not a genuine threat after further assessment.

IssueStatusLabel.SUPPRESSED

The SUPPRESSED state is used when a specific vulnerability or alert is intentionally suppressed or temporarily ignored to reduce noise or address it at a later time.

Member Of

BulkChangeIssueStatusInput input ● ChangeIssueStatusInput input ● CreateNetworkVulnerabilityInput input ● CreateOrUpdateSastFindingInput input ● CreateOrUpdateScaFindingInput input ● CreateSastFindingInput input ● CreateSourceCodeVulnerabilityInput input ● CreateWebVulnerabilityInput input ● DastFinding object ● DefectTrackerStatusMapping object ● DefectTrackerStatusMappingInput input ● FindingInterface interface ● IssueInterface interface ● IssuesAggregationFiltersInput input ● IssuesFiltersInput input ● IssuesStatsFiltersInput input ● IssueStatusHistory object ● IssueStatusStat object ● NetworkVulnerability object ● SastFinding object ● ScaFinding object ● SourceCodeVulnerability object ● StatusChangeInput input ● UpdateNetworkVulnerabilityInput input ● UpdateScaFindingInput input ● UpdateSourceCodeVulnerabilityInput input ● UpdateWebVulnerabilityInput input ● VulnerabilityInterface interface ● WebVulnerability object