diff --git a/.github/ISSUE_TEMPLATE/-------bug-report.md b/.github/ISSUE_TEMPLATE/-------bug-report.md index f83765a..b6d27ad 100644 --- a/.github/ISSUE_TEMPLATE/-------bug-report.md +++ b/.github/ISSUE_TEMPLATE/-------bug-report.md @@ -1,31 +1,35 @@ --- name: 问题报告 / Bug Report about: 告诉我们 FOFA Viewer 出了什么问题 -title: "[BUG]" +title: "[BUG] " labels: '' assignees: '' --- **描述你遇到的问题** -清晰、准确地描述你遇到了什么问题。 + **复现步骤** -出现问题前进行的操作: + **预期行为** -描述你预期的正确行为 + **屏幕截图** -最好提供出现问题时的截图。 + **运行环境** - - 操作系统 (例. Windows 10 21H1) - - Java 版本 (`java -version`) (例. `java version "17.0.1" 2021-10-19 LTS`) - - 软件版本 (例. 1.1.4_JDK8) + - 操作系统 + + - Java 版本 + + - 软件版本 + **补充说明** -其他相关内容,如配置文件和Stacktrace + diff --git a/README.md b/README.md index 3369af5..f1a5716 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Mac 用户可通过 [自动化操作创建应用程序](docs/mac.md) 建立快 **若下载速度太慢可以使用** -https://hub.fastgit.org/wgpsec/fofa_viewer (推荐) +https://hub.fastgit.xyz/wgpsec/fofa_viewer (推荐) https://gitee.com/wgpsec/fofa_viewer (镜像) diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.