~alexmurray/ubuntu-security-tools:umt-check-warn-missing-cve-lp-bugs

Last commit made on 2022-02-28
Get this branch:
git clone -b umt-check-warn-missing-cve-lp-bugs https://git.launchpad.net/~alexmurray/ubuntu-security-tools
Only Alex Murray can upload to this branch. If you are Alex Murray please log in for upload directions.

Branch merges

Branch information

Name:
umt-check-warn-missing-cve-lp-bugs
Repository:
lp:~alexmurray/ubuntu-security-tools

Recent commits

05054be... by Alex Murray

umt check: Use a regex to parse LP bug URLs (thanks sarnold)

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

a6a0de6... by Alex Murray

umt check: Warn on missing LP bugs from referenced CVE file

Warn if the changelog references a CVE that contains a LP bug number which
is also not mentioned in the changelog.

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

5a6af38... by Alex Murray

umt qrt: Set an appropriate TERM value when running commands

This should ensure we don't get extraneous output and since we are
capturing the output anyway this is fine.

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

222d36c... by Alex Murray

umt autopkgtest: Treat rc of 2 from autopkgtest as success

This is returned if at least one test was skipped (or at least one flaky
test failed) which is near enough to success as far as I am concerned.

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

1cd96c6... by Alex Murray

umt qrt: Update for latest LXD changes in lxd backend

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

5c38ae6... by Paulo Flabiano Smorigo

ceviche: Add --release param and other fixes

Rename some settings variables
Refactor settings.releases and settings.all_releases
Patches are now downloaded inside the package directory
Code clean up

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>

4d79541... by Eduardo Barretto

ceviche: Move away from cve_lib.release_stamps

6cd0748... by Steve Beattie

uaudit: auth-key files don't have server+port entered, handle more gracefully

At least give a better indication as to what the problem is.

Signed-off-by: Steve Beattie <email address hidden>

795be5a... by Alex Murray

umt: Ensure to utf-8 decode output and replace any erroneous chars

This avoids python charset errors when command output contains characters
which can't be encoded as utf-8 as is the case for systemd autopkgtests

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

248362c... by Alex Murray

umt autopkgtest: Allow to specify a single test via --test-name

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