Finding

class Finding

Represents a security finding discovered during a pentest job. A finding contains details about a vulnerability, including its risk level, confidence, and remediation status.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the agent space associated with the finding.

Link copied to clipboard

The attack script used to reproduce the finding.

Link copied to clipboard

The file locations involved in the vulnerability, as reported by the code scanner.

Link copied to clipboard

The code remediation task associated with the finding, if code remediation was initiated.

Link copied to clipboard

The unique identifier of the code review associated with the finding.

Link copied to clipboard

The unique identifier of the code review job that produced the finding.

Link copied to clipboard

The confidence level of the finding. Valid values include FALSE_POSITIVE, UNCONFIRMED, LOW, MEDIUM, and HIGH.

Link copied to clipboard

The date and time the finding was created, in UTC format.

Link copied to clipboard

A description of the finding.

Link copied to clipboard

The unique identifier of the finding.

Link copied to clipboard

The identifier of the entity that last updated the finding.

Link copied to clipboard
val name: String?

The name of the finding.

Link copied to clipboard

The unique identifier of the pentest associated with the finding.

Link copied to clipboard

The unique identifier of the pentest job that produced the finding.

Link copied to clipboard

The reasoning behind the finding, explaining why it was identified as a vulnerability.

Link copied to clipboard

The risk level of the finding. Valid values include UNKNOWN, INFORMATIONAL, LOW, MEDIUM, HIGH, and CRITICAL.

Link copied to clipboard

The numerical risk score of the finding.

Link copied to clipboard

The type of security risk identified by the finding.

Link copied to clipboard

The current status of the finding. Valid values include ACTIVE, RESOLVED, ACCEPTED, and FALSE_POSITIVE.

Link copied to clipboard

The unique identifier of the task that produced the finding.

Link copied to clipboard

The date and time the finding was last updated, in UTC format.

Functions

Link copied to clipboard
inline fun copy(block: Finding.Builder.() -> Unit = {}): Finding
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String