Finding

class Finding

Represents a security vulnerability or issue discovered during testing

Types

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

Properties

Link copied to clipboard

Identifier of the agent space that created this finding

Link copied to clipboard

Proof-of-concept code demonstrating the vulnerability

Link copied to clipboard

Code remediation task associated with this finding

Link copied to clipboard

Confidence level of the finding

Link copied to clipboard
val createdAt: <Error class: unknown class>?

Timestamp when the finding was created

Link copied to clipboard

Detailed description of the security vulnerability

Link copied to clipboard

Unique identifier for the finding

Link copied to clipboard

Identifier of the task or agent that last updated this finding

Link copied to clipboard
val name: String?

Name or title of the finding

Link copied to clipboard

Identifier of the parent pentest

Link copied to clipboard

Identifier of the pentest job

Link copied to clipboard

Justification for the assigned risk score

Link copied to clipboard

Severity level of the identified risk

Link copied to clipboard

Risk score associated with the finding

Link copied to clipboard

Type of security risk identified

Link copied to clipboard

Current status of the finding

Link copied to clipboard

Identifier of the associated task

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

Timestamp when the finding was last updated

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