Skip to content

Remove runHorusec.sh — tool is archived and non-functional (#176)#444

Merged
davewichers merged 1 commit intoOWASP-Benchmark:masterfrom
TheAuditorTool:fix/remove-horusec-176
Apr 20, 2026
Merged

Remove runHorusec.sh — tool is archived and non-functional (#176)#444
davewichers merged 1 commit intoOWASP-Benchmark:masterfrom
TheAuditorTool:fix/remove-horusec-176

Conversation

@TheAuditorTool
Copy link
Copy Markdown
Contributor

Removes scripts/runHorusec.sh. The Horusec project is dead:

  • ZupIT/horusec-platform was archived March 2025
  • CLI last release was v2.8.0 — June 2022
  • Docker image (horuszup/horusec-cli) has unfixed bugs on Docker >19.3, broken on all modern Docker installations

Due diligence

Searched the entire repo for Horusec references. Zero coupling found:

  • No Java source references
  • No scorecard reader/parser classes
  • No pom.xml references
  • No CI/CD workflows
  • No README mentions
  • Horusec result parser lives in BenchmarkUtils, not here — existing result files are unaffected

What changed

One file deleted: scripts/runHorusec.sh (20 lines)

Closes #176

Horusec (ZupIT/horusec) is no longer maintained. The horusec-platform
repo was archived March 2025 and the CLI's last release was v2.8.0 in
June 2022. The Docker image has unfixed bugs on Docker >19.3, making
the script non-functional on modern infrastructure.

Closes OWASP-Benchmark#176
@davewichers
Copy link
Copy Markdown
Contributor

@darkspirit510 - I'm OK with this. Are you? If so, I'll merge, and can you remove the parser for this tool from BenchmarkUtils?

@darkspirit510
Copy link
Copy Markdown
Contributor

@davewichers since the tool is archived/discontinued, remove it from BenchmarkJava. I'd suggest we keep it in BenchmarkUtils (because we kept other legacy tools for comparison that has been discontinued/brought up).

@davewichers davewichers merged commit b8245f4 into OWASP-Benchmark:master Apr 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scripts/runHorusec.sh no longer works

3 participants