From f2a4fa6164a646d3eb3b4b29a51f37817bedd49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=B0=8F=E5=91=86?= Date: Thu, 24 Feb 2022 08:51:00 +0800 Subject: [PATCH 1/3] Update -------bug-report.md --- .github/ISSUE_TEMPLATE/-------bug-report.md | 22 ++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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 + From 71d4ee343fcf09e8b55105f7f683e3290f45e3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=B0=8F=E5=91=86?= Date: Thu, 24 Feb 2022 08:52:07 +0800 Subject: [PATCH 2/3] fix: update fastgit mirror link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (镜像) From 7048bd44faf7da7d65c820896bc1d1825b9e9b3c Mon Sep 17 00:00:00 2001 From: keacwu Date: Fri, 25 Feb 2022 16:43:11 +0800 Subject: [PATCH 3/3] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md 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.