Open ms-AlexDavis opened 7 years ago
The "type" field in the cvrf doc is not user friendly.
instead of: $cvrfDoc.Vulnerability.Remediations | Where Type -EQ 2
we should have something like: $cvrfDoc.Vulnerability.Remediations | Where Type -EQ $Msrc-vendorFix
adding this to my backlog.
I've documented the enums here:
NoteType
RelationType
PublisherType
ReferenceType
VulnerabilityThreatType
BranchTypeType
VulnerabilityStatusStatus
CvrfDocumentTrackingStatus
VulnerabilityInvolvementStatus
VulnerabilityRemediationType
The "type" field in the cvrf doc is not user friendly.
instead of: $cvrfDoc.Vulnerability.Remediations | Where Type -EQ 2
we should have something like: $cvrfDoc.Vulnerability.Remediations | Where Type -EQ $Msrc-vendorFix
adding this to my backlog.