From 019d13c9d49c144ec44f5a488afc5d862fa2c16c Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Mon, 1 Jun 2026 08:20:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=202.2.0-rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README/README_EN 版本标记更新 - globals.go version 常量更新 - 移除 Issue 模板中不可用的安全报告链接 --- .github/ISSUE_TEMPLATE/config.yml | 3 --- README.md | 2 +- README_EN.md | 2 +- common/globals.go | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b0b3d52..73e202c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -8,6 +8,3 @@ contact_links: - name: 💬 讨论区 / Discussions url: https://github.com/shadow1ng/fscan/discussions about: 使用疑问、经验分享、一般性讨论请使用 Discussions - - name: 🔐 安全漏洞报告 - url: https://github.com/shadow1ng/fscan/security/advisories/new - about: fscan 自身的安全漏洞请通过 Security Advisory 私下报告,不要公开提 Issue diff --git a/README.md b/README.md index eb58ca2..8c29b8c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 内网综合扫描工具,一键自动化漏扫。 -**版本**: 2.1.4 +**版本**: 2.2.0-rc ## 功能特性 diff --git a/README_EN.md b/README_EN.md index bcca9e1..7d0104a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,7 +4,7 @@ Comprehensive intranet scanning tool for automated vulnerability assessment. -**Version**: 2.1.4 +**Version**: 2.2.0-rc ## Features diff --git a/common/globals.go b/common/globals.go index 7e149ce..447dd3d 100644 --- a/common/globals.go +++ b/common/globals.go @@ -65,7 +65,7 @@ const ( // 版本信息,通过 ldflags 注入 var ( - version = "2.1.4" + version = "2.2.0-rc" commit = "unknown" date = "unknown" )