summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-03-17 16:21:50 -1000
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:02:32 -1000
commitecc91377c262de5a46ca75346bc0772d4bb40350 (patch)
tree28c0275a896cbc6a3841029669eb211648409353 /meta
parent7c67bd3dbe6f702dcad79b6d5475e07f41277439 (diff)
downloadpoky-ecc91377c262de5a46ca75346bc0772d4bb40350.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 (From OE-Core rev: 9ba959475d84b2e87e14ceba11787b10afca45ba) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e0157b3b81333a24abd31dbb23a6abebca3e7ba7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-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 506b4b6bbf..a703b68aac 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):
123 123
124def nvd_request_next(url, attempts, api_key, args, min_wait): 124def nvd_request_next(url, attempts, api_key, args, min_wait):
125 """ 125 """
126 Request next part of the NVD dabase 126 Request next part of the NVD database
127 NVD API documentation: https://nvd.nist.gov/developers/vulnerabilities
127 """ 128 """
128 129
129 import urllib.request 130 import urllib.request