diff options
| author | Julian Haller <julian.haller@philips.com> | 2022-03-11 16:12:16 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-11 08:03:22 -0800 |
| commit | 1dda315deacc30018385ce2822c622d88682e92e (patch) | |
| tree | acb855da0de2d2576abb0c4cd0ec8df4025a80c7 | |
| parent | eb0956303facb03def27e07eff653f7512146c6d (diff) | |
| download | meta-openembedded-1dda315deacc30018385ce2822c622d88682e92e.tar.gz | |
nlohmann-json: Set CVE_PRODUCT according to NVD
NVD uses 'json-for-modern-cpp' as product name for nlohmann-json. See
https://nvd.nist.gov/products/cpe/detail/394565?namingFormat=2.3&orderBy=CPEURI&keyword=json-for-modern-cpp&status=FINAL
Signed-off-by: Julian Haller <julian.haller@philips.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb index a69c5c7e58..0cf6fd36bc 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb | |||
| @@ -4,6 +4,8 @@ SECTION = "libs" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588" |
| 6 | 6 | ||
| 7 | CVE_PRODUCT = "json-for-modern-cpp" | ||
| 8 | |||
| 7 | SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \ | 9 | SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \ |
| 8 | " | 10 | " |
| 9 | 11 | ||
