diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-06 17:37:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-07 19:47:27 +0000 |
commit | f252a1286a5ac6a79202ab6c7ef44328d5a153c3 (patch) | |
tree | ca0c60a32d176ba38f05d8020af5ca17bae426f1 /scripts/buildhistory-diff | |
parent | 9473adda8f09f8d4cfb474b4a579672edff72b7a (diff) | |
download | poky-f252a1286a5ac6a79202ab6c7ef44328d5a153c3.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)
(From OE-Core rev: 1d34aec479156a7dadf7867bbf0d53f12d21ef3e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/buildhistory-diff')
0 files changed, 0 insertions, 0 deletions