~sbeattie/ubuntu-cve-tracker/+git/ubuntu-cve-tracker:master

Last commit made on 2018-06-26
Get this branch:
git clone -b master https://git.launchpad.net/~sbeattie/ubuntu-cve-tracker/+git/ubuntu-cve-tracker
Only Steve Beattie can upload to this branch. If you are Steve Beattie please log in for upload directions.

Branch merges

Branch information

Recent commits

2dfafda... by Steve Beattie

git conversion: move .bzrignore to .gitignore

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

53eeed7... by Steve Beattie

reports; convert from bzr to git

Convert the monthly and annual report to use git instead of bzr.
Not sure this is sufficiently paranoid around ensuring local changes are
not lost.

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

66fdf2b... by Steve Beattie

generate-graphs.py: parse git log as part of UCT git conversion

Parse the output of git log to generate graphs of new CVEs added over
time.

By default, git doesn't like to look at very many add/remove pairs when
considering to treat them as renames, so if there are a large number
of file renames, then git coughs up a lung. The -l65000 argument to
git log ups the limit where that happens.

On the upside, the complicated git log command runs orders of magnitude
faster than bzr log, making it reasonable to run more frequently than
daily.

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

6571b31... by Steve Beattie

generate-graph.py: fix chdir breakage when in $UCT

os.path.dirname() returns '' if active is an immediate subdirectory of
CWD, which then causes chdir() to fail. Only call chdir if it would do
anything.

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

f9cc163... by Steve Beattie

html-export: convert from BZR_COMMIT to GIT_COMMIT

Use 'git rev-parse HEAD' to get the current git commit

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

dc3f64a... by Steve Beattie

kernel/CVE-2017-13695: add USN description

b224d6b... by Leonidas S. Barbosa

redis: adding notes changing status for cve-2017-15047

d2acea9... by Leonidas S. Barbosa

redis: adding notes add patch link

f01b48f... by Steve Beattie

linux boilerplate: ignore gke and goldfish kernels

6408a92... by Steve Beattie

merge cve updates from kernel team