diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-05 17:51:02 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:01:44 +0100 |
| commit | 62cc2a2f865d60d457d74527cf1f390eee8b3fc3 (patch) | |
| tree | eaf240904f583f4c9ab04597592076356bdb8879 /meta/classes | |
| parent | d7191c77abe2de2efd20c851ce7a5cc4557bbeaa (diff) | |
| download | poky-62cc2a2f865d60d457d74527cf1f390eee8b3fc3.tar.gz | |
cve-check: update link to NVD website for CVE details
The old URL schema
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-ID
now redirects to
https://nvd.nist.gov/vuln/detail/CVE-ID
(From OE-Core rev: 7dfaadfbdc5f5e6dd96fadb092314ab9d05674fd)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 57adb57a9d9b08c08ab606ec7b561792e4f4ff2d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/cve-check.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 7cc2a703db..246393338c 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta/classes/cve-check.bbclass | |||
| @@ -355,7 +355,7 @@ def cve_write_data(d, patched, unpatched, whitelisted, cve_data): | |||
| 355 | if include_layers and layer not in include_layers: | 355 | if include_layers and layer not in include_layers: |
| 356 | return | 356 | return |
| 357 | 357 | ||
| 358 | nvd_link = "https://web.nvd.nist.gov/view/vuln/detail?vulnId=" | 358 | nvd_link = "https://nvd.nist.gov/vuln/detail/" |
| 359 | write_string = "" | 359 | write_string = "" |
| 360 | unpatched_cves = [] | 360 | unpatched_cves = [] |
| 361 | bb.utils.mkdirhier(os.path.dirname(cve_file)) | 361 | bb.utils.mkdirhier(os.path.dirname(cve_file)) |
