mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
chore: 版本号更新为 2.2.0-rc
- README/README_EN 版本标记更新 - globals.go version 常量更新 - 移除 Issue 模板中不可用的安全报告链接
This commit is contained in:
@@ -8,6 +8,3 @@ contact_links:
|
|||||||
- name: 💬 讨论区 / Discussions
|
- name: 💬 讨论区 / Discussions
|
||||||
url: https://github.com/shadow1ng/fscan/discussions
|
url: https://github.com/shadow1ng/fscan/discussions
|
||||||
about: 使用疑问、经验分享、一般性讨论请使用 Discussions
|
about: 使用疑问、经验分享、一般性讨论请使用 Discussions
|
||||||
- name: 🔐 安全漏洞报告
|
|
||||||
url: https://github.com/shadow1ng/fscan/security/advisories/new
|
|
||||||
about: fscan 自身的安全漏洞请通过 Security Advisory 私下报告,不要公开提 Issue
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
内网综合扫描工具,一键自动化漏扫。
|
内网综合扫描工具,一键自动化漏扫。
|
||||||
|
|
||||||
**版本**: 2.1.4
|
**版本**: 2.2.0-rc
|
||||||
|
|
||||||
## 功能特性
|
## 功能特性
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Comprehensive intranet scanning tool for automated vulnerability assessment.
|
Comprehensive intranet scanning tool for automated vulnerability assessment.
|
||||||
|
|
||||||
**Version**: 2.1.4
|
**Version**: 2.2.0-rc
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -65,7 +65,7 @@ const (
|
|||||||
|
|
||||||
// 版本信息,通过 ldflags 注入
|
// 版本信息,通过 ldflags 注入
|
||||||
var (
|
var (
|
||||||
version = "2.1.4"
|
version = "2.2.0-rc"
|
||||||
commit = "unknown"
|
commit = "unknown"
|
||||||
date = "unknown"
|
date = "unknown"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user