lp:~mdeslaur/ubuntu-cve-tracker

Owned by Marc Deslauriers
Get this repository:
git clone https://git.launchpad.net/~mdeslaur/ubuntu-cve-tracker
Only Marc Deslauriers can upload to this repository. If you are Marc Deslauriers please log in for upload directions.

Branches

Name Last Modified Last Commit
more_cvelib_caching 2024-03-13 17:35:25 UTC
cve_lib.py: add more caching to small static cve_lib functions

Author: Marc Deslauriers
Author Date: 2024-03-13 17:35:25 UTC

cve_lib.py: add more caching to small static cve_lib functions

check-cves-perf1 2024-03-12 19:02:34 UTC
check-cves: improve performance with sets instead of lists

Author: Marc Deslauriers
Author Date: 2024-03-12 19:02:34 UTC

check-cves: improve performance with sets instead of lists

CVEIgnoreNotForUsList and CVEIgnoreMistriagedList were gigantic
lists of CVEs and check-cves keeps searching for cves in them.
Switching them to sets dramatically improves performance.

more-source-map-cache 2024-03-12 16:43:20 UTC
source_map.py: use detailed cache if available

Author: Marc Deslauriers
Author Date: 2024-03-12 16:43:20 UTC

source_map.py: use detailed cache if available

convert-pickle-py3 2024-03-12 15:17:19 UTC
test_convert_pickle.py: clarify comment

Author: Marc Deslauriers
Author Date: 2024-03-12 15:17:19 UTC

test_convert_pickle.py: clarify comment

perf-part5 2024-03-07 15:44:11 UTC
cve_lib.py: add caching to product_series() as it is used often

Author: Marc Deslauriers
Author Date: 2024-03-07 15:44:11 UTC

cve_lib.py: add caching to product_series() as it is used often

perf-part4 2024-03-06 14:43:47 UTC
packages-mirror: don't generate pickles if the tool is missing

Author: Marc Deslauriers
Author Date: 2024-03-06 14:43:47 UTC

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

perf-part3 2024-03-04 23:57:11 UTC
check-syntax: improve performance by skipping certain source details

Author: Marc Deslauriers
Author Date: 2024-03-04 23:57:11 UTC

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.

perf-part2 2024-03-03 23:53:35 UTC
cve_lib.py: use lru_cache so it works with focal's python

Author: Marc Deslauriers
Author Date: 2024-03-03 23:53:35 UTC

cve_lib.py: use lru_cache so it works with focal's python

perf 2024-02-29 14:35:08 UTC
check-syntax: build up aliases cache once

Author: Marc Deslauriers
Author Date: 2024-02-29 14:35:08 UTC

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.

19 of 9 results
This repository contains Public information 
Everyone can see this information.

Subscribers