Skip to content

Commit ec439d0

Browse files
committed
fix
Signed-off-by: Aryan Bakliwal <[email protected]>
1 parent d547a93 commit ec439d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cve_bin_tool/data_sources/nvd_source.py

+1
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ async def fetch_cves(self):
428428
except Exception as e:
429429
self.LOGGER.info(f"nvd_source.py 429 fetch_cves() {e}")
430430
self.nvd_type = "api2"
431+
self.feed = self.FEED_MIRROR
431432
self.LOGGER.info("Falling back to mirror, with nvd_type %s and feed %s", self.nvd_type, self.feed)
432433
self.all_cve_entries = await asyncio.create_task(
433434
self.nist_fetch_using_api(),

0 commit comments

Comments
 (0)