summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-03-15 01:20:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-15 07:36:11 +0000
commite0157b3b81333a24abd31dbb23a6abebca3e7ba7 (patch)
tree03bc4a53705973807bdc25ab8d203bad4098d729 /meta/recipes-core
parente5f3f223885c17b7007c310273fc7c80b90a4105 (diff)
downloadopenembedded-core-e0157b3b81333a24abd31dbb23a6abebca3e7ba7.tar.gz
cve-update-nvd2-native: nvd_request_next: Improve comment
Add a URL to the doc of the API used in the function. ... and fix a small typo dabase -> database Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/cve-update-nvd2-native.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb
index 8bdb4a4b46..5bba2219d6 100644
--- a/meta/recipes-core/meta/cve-update-nvd2-native.bb
+++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb
@@ -123,7 +123,8 @@ def nvd_request_wait(attempt, min_wait):
def nvd_request_next(url, attempts, api_key, args, min_wait):
"""
- Request next part of the NVD dabase
+ Request next part of the NVD database
+ NVD API documentation: https://nvd.nist.gov/developers/vulnerabilities
"""
import urllib.request