relatedUris property

List<RelatedUrl>? relatedUris
getter/setter pair

Holds a list of references associated with this vulnerability item and assessment.

These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.

Implementation

core.List<RelatedUrl>? relatedUris;