We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cca7f commit f69c42fCopy full SHA for f69c42f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.8.0 (2024.04.16)
2
+
3
+### 新增
4
5
+- 更新微步爬虫,改用 https://x.threatbook.com/v5/vulIntelligence 页面获取
6
7
## v1.7.0 (2024.03.28)
8
9
### 新增
main.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
var log = golog.Child("[main]")
21
-var Version = "v1.7.0"
+var Version = "v1.8.0"
22
23
func main() {
24
golog.Default.SetLevel("info")
0 commit comments