Skip to content

Commit

Permalink
Change security externalIdentifierType in example (#716)
Browse files Browse the repository at this point in the history
Update the Vulnerability class syntax example to change the
externalIdentifierType from securityOther to securityAdvisory for a
GitHub advisory because it references a well known advisory source.

Thanks @puerco for catching this.

Signed-off-by: Rose Judge <rose.judge@broadcom.com>
  • Loading branch information
rnjudge committed Apr 14, 2024
1 parent b5cad6a commit d4a4f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Security/Classes/Vulnerability.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Specifies a vulnerability and its associated information.
},
{
"type": "ExternalIdentifier",
"externalIdentifierType": "securityOther",
"externalIdentifierType": "securityAdvisory",
"identifier": "GHSA-r9p9-mrjm-926w",
"identifierLocator": "https://github.com/advisories/GHSA-r9p9-mrjm-926w"
},
Expand Down

0 comments on commit d4a4f84

Please sign in to comment.