diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-19 21:33:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-22 17:31:03 +0100 |
commit | 82b5ed6acf2c1755eadc7901c0aa2952d7f9adbc (patch) | |
tree | cd39c66f3483078a90956e3d92b59a0b184a337d /scripts/buildhistory-collect-srcrevs | |
parent | 297605eec0077c82ee7405c0172643e3cec85c3a (diff) | |
download | poky-82b5ed6acf2c1755eadc7901c0aa2952d7f9adbc.tar.gz |
cve-update-db-native: clean up JSON fetching
Currently the code fetches the compressed JSON, writes it to a temporary file,
uncompresses that with gzip and passes the fake file object to update_db().
Instead, uncompress the gzip'd data in memory and pass the JSON directly to
update_db().
(From OE-Core rev: 9422745979256c442f533770203f62ec071c18fb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/buildhistory-collect-srcrevs')
0 files changed, 0 insertions, 0 deletions