VulnerablePackage

Information on the vulnerable package identified by a finding.

Types

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

Properties

Link copied to clipboard
val arch: String?

The architecture of the vulnerable package.

Link copied to clipboard
val epoch: Int?

The epoch of the vulnerable package.

Link copied to clipboard

The file path of the vulnerable package.

Link copied to clipboard

The version of the package that contains the vulnerability fix.

Link copied to clipboard
val name: String?

The name of the vulnerable package.

Link copied to clipboard

The package manager of the vulnerable package.

Link copied to clipboard

The release of the vulnerable package.

Link copied to clipboard

The source layer hash of the vulnerable package.

Link copied to clipboard

The version of the vulnerable package.

Functions

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