fix: github search update

This commit is contained in:
fan-tastic-z
2025-08-29 07:21:56 +08:00
parent f43596b21f
commit 91db505b6c

View File

@@ -87,6 +87,7 @@ impl Worker {
if VulnInformationDao::fetch_by_key(&mut tx, &req.key)
.await?
.is_none()
&& !req.cve.is_empty()
{
req.github_search = search_github_poc(&req.cve).await;
}