Skip to content

Commit

Permalink
fix: threatbook Disclosure date
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Nov 22, 2023
1 parent 0becf91 commit 03318fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grab/threatbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (t *ThreatBookCrawler) getVulnInfoFromFeed(ctx context.Context, rss *gofeed
vuln.CVE = cve
// 获取的不太对,先不要了
//vuln.Solutions = doc.Find(`section:contains('修复方案') + section`).Text()
vuln.Disclosure = doc.Find(`td:contains('公开程度') + td`).Text()
//vuln.Disclosure = doc.Find(`td:contains('公开程度') + td`).Text()

vuln.Tags = []string{
doc.Find(`td:contains('公开程度') + td`).Text(),
Expand Down

0 comments on commit 03318fb

Please sign in to comment.