Finding

class Finding

Information about a finding that was detected in your code.

Types

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

Properties

Link copied to clipboard

The time when the finding was created.

Link copied to clipboard

A description of the finding.

Link copied to clipboard

The identifier for the detector that detected the finding in your code. A detector is a defined rule based on industry standards and AWS best practices.

Link copied to clipboard

The name of the detector that identified the security vulnerability in your code.

Link copied to clipboard

One or more tags or categorizations that are associated with a detector. These tags are defined by type, programming language, or other classification such as maintainability or consistency.

Link copied to clipboard

The identifier for the component that generated a finding such as AmazonCodeGuruSecurity.

Link copied to clipboard
val id: String?

The identifier for a finding.

Link copied to clipboard

An object that contains the details about how to remediate a finding.

Link copied to clipboard

The resource where Amazon CodeGuru Security detected a finding.

Link copied to clipboard

The identifier for the rule that generated the finding.

Link copied to clipboard

The severity of the finding. Severity can be critical, high, medium, low, or informational. For information on severity levels, see Finding severity in the Amazon CodeGuru Security User Guide.

Link copied to clipboard

The status of the finding. A finding status can be open or closed.

Link copied to clipboard

The title of the finding.

Link copied to clipboard
val type: String?

The type of finding.

Link copied to clipboard

The time when the finding was last updated. Findings are updated when you remediate them or when the finding code location changes.

Link copied to clipboard

An object that describes the detected security vulnerability.

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