~alexmurray/ubuntu-cve-tracker:noboilerplates-3

Last commit made on 2022-09-05
Get this branch:
git clone -b noboilerplates-3 https://git.launchpad.net/~alexmurray/ubuntu-cve-tracker
Only Alex Murray can upload to this branch. If you are Alex Murray please log in for upload directions.

Branch merges

Branch information

Name:
noboilerplates-3
Repository:
lp:~alexmurray/ubuntu-cve-tracker

Recent commits

5d7d9fa... by Alex Murray

scripts/sync-from-eol.py: Remove unused import of apt

Signed-off-by: Alex Murray <email address hidden>

e83d015... by Alex Murray

many: Remove last remaining references to boilerplates

Signed-off-by: Alex Murray <email address hidden>

b3f3be3... by Alex Murray

scripts/boilerplate-to-json.py: Address feedback from sarnold

Fix typo and move parse_embedded_code_copies() so that it is clear that it is
not currently used.

Signed-off-by: Alex Murray <email address hidden>

1ec5cbb... by Alex Murray

cve_lib.py: Remove load_boilerplates() as this is no longer needed

Also update check-cves to instead add the names of all the packages in
package_db in cve_lib as well as the various aliases from it as well so we can
easily triage CVEs which have a description containing a more human readable
name for a package than what the actual packages name is.

Signed-off-by: Alex Murray <email address hidden>

8ba68cb... by Alex Murray

scripts/add-derived-kernel: Fix indentation to match rest of file

Signed-off-by: Alex Murray <email address hidden>

e04c53d... by Alex Murray

cve_lib.py: Tolerate missing package-db.json for now

Until this is actually generated and checked into the git repo.

Signed-off-by: Alex Murray <email address hidden>

694526c... by Alex Murray

scripts/active_edit: Fix flake8 warning

Signed-off-by: Alex Murray <email address hidden>

ae277c8... by Alex Murray

scripts/add-derived-kernel: No boilerplate now so update package-db.json

Signed-off-by: Alex Murray <email address hidden>

81ff3b0... by Alex Murray

scripts/boilerplate-to-json.py: Fix loading of debian embedded-code-copies

Also don't hardcode the path to this repo but instead use the value
configured as "security_testing_path" in ~/.ubuntu-cve-tracker.conf and fix
a bunch of flake8 warnings here too.

Signed-off-by: Alex Murray <email address hidden>

37699a9... by Alex Murray

Convert from package_info_overrides.json to package-db.json

No point have more than 1 file which contains information about different
packages.

Signed-off-by: Alex Murray <email address hidden>