category property

String? category
getter/setter pair

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package Possible string values are:

  • "CATEGORY_UNSPECIFIED" : Unspecified
  • "SECURITY" : Security (e.g. cpe22Type, cpe23Type)
  • "PACKAGE_MANAGER" : Package Manager (e.g. maven-central, npm, nuget, bower, purl)
  • "PERSISTENT_ID" : Persistent-Id (e.g. swh)
  • "OTHER" : Other

Implementation

core.String? category;