Update identifiers format for security training
What does this MR do and why?
In this MR, we update the identifierExternalIds
format. This is in preparation for us to support more vulnerability types beyond the current "CWE". We're planning to add support for OWASP here > #356287 (closed)
// Before
identifierExternalIds: name
// New
identifierExternalIds: [external_type]-[external_id]-[name]
// The different data is grouped with a square bracket [], separated with a dash -
Identifiers | Request |
---|---|
Screenshots or screen recordings
There are no UI/UX changes
How to set up and validate locally
- Go to Security & Compliance > Vulnerability report
- Select a vulnerability that has a
CWE
identifier - Open the Network panel and note the request for "getSecurityTrainingUrls"
- The request is sending the correct format for the "identifierExternalIds"
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #366551 (closed)
Edited by Jose Ivan Vargas