~mdeslaur/ubuntu-cve-tracker:perf

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

Branch merges

Branch information

Name:
perf
Repository:
lp:~mdeslaur/ubuntu-cve-tracker

Recent commits

3a443f3... by Marc Deslauriers

check-syntax: build up aliases cache once

Build up an aliases cache once, instead of performaing expensive
operations while processing each CVE. This dramatically reduces
the time required for check-syntax.

Succeeded
[SUCCEEDED] unit-tests:0 (build)
[SUCCEEDED] check-cves:0 (build)
12 of 2 results
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__`.

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