ubuntu-cve-tracker:oval-alpha-backup

Last commit made on 2020-08-01
Get this branch:
git clone -b oval-alpha-backup https://git.launchpad.net/ubuntu-cve-tracker
Members of Ubuntu Security Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
oval-alpha-backup
Repository:
lp:ubuntu-cve-tracker

Recent commits

92d82b1... by Steve Beattie

generate-oval: fix logic around lines to ignore w/out alpha

The addition of the alpha option broke the logic for lines to
ignore when parsing OVAL output by basically not ignoring lines that
should be ignored when the --alpha option has not been passed on the
command line. Fix this to drop the line if config.alpha is not set or
else use the addition "/esm" logic if config.alpha is set.

But I'm not entirely sure of the alpha logic is supposed to be doing, so
this may be wrong.

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

8ecf300... by Mark Morlino

tweak behavior with --alpha

(cherry picked from commit b4d2b8e887bfddf313fed1d6b6c59e13aa7301bb)

c8542af... by Mark Morlino

remove no longer needed call to replace

(cherry picked from commit 447b4d4935034c730319e4ecc8c94b9c5df65f7f)

e4f38f3... by Mark Morlino

different OVAL filenames when --alpha is used

(cherry picked from commit 85040d3113e909f559200a3c29180e22b80619a3)

ca51d2a... by Mark Morlino

add --alpha flag to generate-oval for embargoed (non-public ESM) info in OVAL

(cherry picked from commit f21363ac07a3af9ce96e9791327c91fa8a1ca351)

ff488f7... by Mark Morlino

tweak alpha oval generation

(cherry picked from commit b68f9ed3349f8555b1a183bce47a15b3fb733f40)

a5a147f... by Mark Morlino

first go at alpha oval

(cherry picked from commit ee47ba42a6d9c892209bc1050a555195a50d688e)

18d0271... by Steve Beattie

oval generator: back out "--alpha" option and code

According to Mark Morlino, the "alpha" code is not going to be used for
publication of the ESM information within OVAL, and can be dropped.

Also, it changes the home-rolled cve parser in some way that for
non-alpha OVAL generation, it emits multiple warning messages about
unknown package fields per each CVE file. This may be causing problems
for the cron job that generates the OVAL.

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

ebf8f8a... by Steve Beattie

Revert "first go at alpha oval"

This reverts commit ee47ba42a6d9c892209bc1050a555195a50d688e.

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

c50dd16... by Steve Beattie

Revert "tweak alpha oval generation"

This reverts commit b68f9ed3349f8555b1a183bce47a15b3fb733f40.

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