]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cve-update-db-native: improve metadata parsing
authorRoss Burton <ross.burton@intel.com>
Fri, 19 Jul 2019 20:33:18 +0000 (21:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jul 2019 16:31:03 +0000 (17:31 +0100)
commit297605eec0077c82ee7405c0172643e3cec85c3a
tree7cbc2e83c10777e86118d5299d896b97c2a498e9
parent8ec4cd3e2addcfa29cfe8b5a2777d9b7e305e43e
cve-update-db-native: improve metadata parsing

The metadata parser is fragile: first it coerces a bytes() to a str() (so the
string is b'LastModifiedDate:2019...'), assumes the first line is the date, and
then uses a regex to parse (which then includes the trailing quote as part of
the date).

Clean this up by parsing the bytes as UTF-8 (ASCII is probably fine, but this is
safer), iterate through the lines and split on colons to find the right
key/value pair.

(From OE-Core rev: bb4e53af33d6ca1e9346464adbdc1b39c47530f3)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/cve-update-db-native.bb