Add licenses to Group Level Dependency List Export
Why are we doing this work
On the Group level Dependency List we display the software licenses for each of the detected dependencies but we do not include this data in the Export. This was originally identified in #422978 (comment 1581018712).
Relevant links
Non-functional requirements
-
Documentation: -
Feature flag: -
Performance: -
Testing:
Implementation plan
-
Add licenses to the group level dependency list JSON export. source
Verification steps
- Navigate to the group level dependency list page. example.
- Click on "Export"
- Open the downloaded "dependencies.json" file.
- Verify that each dependency has a "licenses" property. e.g.
"licenses": [
{
"url": "https://spdx.org/licenses/MIT.html",
"name": "MIT",
"spdx_identifier": "MIT"
}
]
Edited by mo khan
