Assets

class Assets

The collection of assets used in a pentest configuration, including endpoints, actors, documents, source code repositories, and integrated repositories.

Types

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

Properties

Link copied to clipboard

The list of actors used during penetration testing.

Link copied to clipboard

The list of documents that provide context for the pentest.

Link copied to clipboard

The list of endpoints to test during the pentest.

Link copied to clipboard

The list of integrated repositories associated with the pentest.

Link copied to clipboard

The list of source code repositories to analyze during the pentest.

Functions

Link copied to clipboard
inline fun copy(block: Assets.Builder.() -> Unit = {}): Assets
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