Problem/Motivation
Reviewing the codebase, there isn't a single list that shows the SAs, the CVEs and the associated project name. This would be useful to have, imho.
Proposed resolution
Add the project name to get_cwe_capec_from_advisory_url().
Remaining tasks
Add the project name to get_cwe_capec_from_advisory_url().
User interface changes
TBD
API changes
TBD
Data model changes
The $advisories array in get_cwe_capec_from_advisory_url() store the project names.
Issue fork securitydrupalorg-3557116
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
damienmckennaThe MR adds the project name on all SA items, and fills out the list so that all SAs are at least listed in the code, even if they aren't output in the API.
Comment #3
damienmckennaComment #4
gregglesNow that #3557186: Refactor SA data so it's a single data file is done I think this issue can be closed since the same goal was achieved there. What do you think?
Comment #5
damienmckennaSounds good.
Comment #6
gregglesThanks!