From b042db56947da8ce989fa9430c7a711b19f0b920 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 4 Oct 2025 13:35:08 +0200 Subject: [PATCH] remove GoPish (Unmaintained since October 2024) (#1696) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ref: #1 - `ERROR:awesome_lint.py: Gophish: last updated -376 days, 1:28:32.256965 ago, older than 365 days` - Open Security Issues as it seems with the code itself https://github.com/gophish/gophish/pull/2991 - Not updated Depeendencies ``` Report Summary ┌───────────┬───────┬─────────────────┬─────────┐ │ Target │ Type │ Vulnerabilities │ Secrets │ ├───────────┼───────┼─────────────────┼─────────┤ │ go.mod │ gomod │ 28 │ - │ ├───────────┼───────┼─────────────────┼─────────┤ │ yarn.lock │ yarn │ 4 │ - │ └───────────┴───────┴─────────────────┴─────────┘ ``` (Man that's annoying, to see go.. I actually used it...) --- software/gophish.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/gophish.yml diff --git a/software/gophish.yml b/software/gophish.yml deleted file mode 100644 index fb0670b923..0000000000 --- a/software/gophish.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Gophish -website_url: https://getgophish.com/ -description: Powerful phishing framework that makes it easy to test your organization's exposure to phishing. -licenses: - - MIT -platforms: - - Go - - Docker -tags: - - Miscellaneous -source_code_url: https://github.com/gophish/gophish -stargazers_count: 13162 -updated_at: '2024-09-23' -archived: false