~allenpthuang/ubuntu-cve-tracker:fix-expand

Last commit made on 2024-02-29
Get this branch:
git clone -b fix-expand https://git.launchpad.net/~allenpthuang/ubuntu-cve-tracker
Only Allen Huang can upload to this branch. If you are Allen Huang please log in for upload directions.

Branch merges

Branch information

Name:
fix-expand
Repository:
lp:~allenpthuang/ubuntu-cve-tracker

Recent commits

022ef1f... by Allen Huang

Move `self.expand` in `OvalGenerator.__init__()`

Move `self.expand` before its use in `self._load()` in `OvalGenerator`.
This was introduced under the radar because the children classes of
`OvalGenerator` had `self.expand` set before calling `super().__init__`.

Succeeded
[SUCCEEDED] unit-tests:0 (build)
[SUCCEEDED] check-cves:0 (build)
12 of 2 results
1eb396f... by Eduardo Barretto

generate-oval: make oval-releases use nargs instead of appending

This allow single calls with --oval-releases bionic xenial
instead of --oval-releases bionic --oval-releases xenial

a7152f5... by Eduardo Barretto

test: Add required flag --type for oval generation and use correct

--oval-releases flag, even though that's not an issue

5a4172a... by Eduardo Barretto

cve_lib: Set oval: true for trusty and xenial

2916015... by Eduardo Barretto

oval: Simplify oci generation and fix get_cve_info_from_file

Also drop http2.debuglevel

dc3125c... by Eduardo Barretto

generate-oval: Set expand arg default value and fix some comments

and args to generate_oval_<type>

3fb5313... by Eduardo Barretto

generate-oval: Remove unused package_cache variable

ec23cd2... by David Fernandez Gonzalez

generate-oval: Organize calls to generate_oval_<type>

8e9b451... by David Fernandez Gonzalez

generate-oval: Remove unused functions

b16fd37... by David Fernandez Gonzalez

generate-oval: Improve help description for some args