Code review comment for ~sahnaseredini/ubuntu-cve-tracker:amir-dev-oval-pkgcve-imp

Revision history for this message
David Fernandez Gonzalez (litios) wrote :

Hey Amir, thanks for approaching this! I found an issue:

'--oval-releases esm-apps/bionic esm-infra/bionic bionic --expand' only generates esm-apps because of 'out_releases = set(out_releases) - parent_releases'. If any parent releases are part of the selected output releases, those will be removed.

If expand is provided, whatever releases the user provided in the CLI should be generated, so you could ignore the 'out_releases = set(out_releases) - parent_releases' part completely.

review: Needs Fixing

« Back to merge proposal