PackageInfoNoteResponse

data class PackageInfoNoteResponse(val analyzed: Boolean, val attribution: String, val checksum: String, val copyright: String, val detailedDescription: String, val downloadLocation: String, val externalRefs: List<ExternalRefResponse>, val filesLicenseInfo: List<String>, val homePage: String, val licenseDeclared: LicenseResponse, val originator: String, val packageType: String, val summaryDescription: String, val supplier: String, val title: String, val verificationCode: String, val version: String)

PackageInfoNote represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/

Constructors

Link copied to clipboard
fun PackageInfoNoteResponse(analyzed: Boolean, attribution: String, checksum: String, copyright: String, detailedDescription: String, downloadLocation: String, externalRefs: List<ExternalRefResponse>, filesLicenseInfo: List<String>, homePage: String, licenseDeclared: LicenseResponse, originator: String, packageType: String, summaryDescription: String, supplier: String, title: String, verificationCode: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the file content of this package has been available for or subjected to analysis when creating the SPDX document

Link copied to clipboard

A place for the SPDX data creator to record, at the package level, acknowledgements that may be needed to be communicated in some contexts

Link copied to clipboard

Provide an independently reproducible mechanism that permits unique identification of a specific package that correlates to the data in this SPDX file

Link copied to clipboard

Identify the copyright holders of the package, as well as any dates present

Link copied to clipboard

A more detailed description of the package

Link copied to clipboard

This section identifies the download Universal Resource Locator (URL), or a specific location within a version control system (VCS) for the package at the time that the SPDX file was created

Link copied to clipboard
Link copied to clipboard

Contain the license the SPDX file creator has concluded as governing the This field is to contain a list of all licenses found in the package. The relationship between licenses (i.e., conjunctive, disjunctive) is not specified in this field – it is simply a listing of all licenses found

Link copied to clipboard

Provide a place for the SPDX file creator to record a web site that serves as the package's home page

Link copied to clipboard

List the licenses that have been declared by the authors of the package

Link copied to clipboard

If the package identified in the SPDX file originated from a different person or organization than identified as Package Supplier, this field identifies from where or whom the package originally came

Link copied to clipboard

The type of package: OS, MAVEN, GO, GO_STDLIB, etc.

Link copied to clipboard

A short description of the package

Link copied to clipboard

Identify the actual distribution source for the package/directory identified in the SPDX file

Link copied to clipboard

Identify the full name of the package as given by the Package Originator

Link copied to clipboard

This field provides an independently reproducible mechanism identifying specific contents of a package based on the actual files (except the SPDX file itself, if it is included in the package) that make up each package and that correlates to the data in this SPDX file

Link copied to clipboard

Identify the version of the package