~mdeslaur/ubuntu-cve-tracker:perf-part4

Last commit made on 2024-03-06
Get this branch:
git clone -b perf-part4 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-part4
Repository:
lp:~mdeslaur/ubuntu-cve-tracker

Recent commits

06df234... by Marc Deslauriers

packages-mirror: don't generate pickles if the tool is missing

Failed
[SUCCEEDED] unit-tests:0 (build)
[FAILED] check-cves:0 (build)
12 of 2 results
5762b55... by Marc Deslauriers

active_edit: use the default source_map options to get the cache

Failed
[SUCCEEDED] unit-tests:0 (build)
[FAILED] check-cves:0 (build)
12 of 2 results
52c25d3... by Marc Deslauriers

source_map.py: improve performance by using cached data

If a pickle containing cached information is available, load that
instead of parsing all the Sources files.

45f1855... by Marc Deslauriers

packages-mirror: call gen-source-map-cache to update pickles

7e46124... by Marc Deslauriers

gen-source-map-cache: create pickles of cached source map data

Generating a source map is an expensive operation. This script
generates source map data and stores it into pickles in the
packages-mirror directory for use by source_map.py later on.

f984dbb... by Marc Deslauriers

assign frr CVE

49fdf49... by Marc Deslauriers

researched deferred CVEs

0ed1bed... by Marc Deslauriers

assign me to python-django noble update

63bc9b9... by Leonidas S. Barbosa

CVE-2024-26146 assigning to leosilva

b641165... by Marc Deslauriers

check-syntax: improve performance by skipping certain source details

The only place where version information is required for source
packages is when --strict is used, so when not using that option,
don't load detailed source map information.