Skip to content

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

Open
TheAuditorTool wants to merge 1 commit intoOWASP-Benchmark:masterfrom
TheAuditorTool:fix/remove-horusec-176
Open

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

Conversation

@TheAuditorTool
Copy link
Copy Markdown

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?

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

2 participants