Skip to content

Update nikto docker image for the nikto 2.6.0#3521

Merged
Weltraumschaf merged 1 commit into
secureCodeBox:mainfrom
J12934:fix/nikto-2-6-0
Feb 19, 2026
Merged

Update nikto docker image for the nikto 2.6.0#3521
Weltraumschaf merged 1 commit into
secureCodeBox:mainfrom
J12934:fix/nikto-2-6-0

Conversation

@J12934
Copy link
Copy Markdown
Member

@J12934 J12934 commented Feb 18, 2026

Description

Nikto now requires some additional perl packages.

Nikto uses a older alpine version some of the deps have moved since: perl-json-pp → no longer a separate package; it's bundled into perl-json (which pulls in JSON::PP) perl-time-piece and perl-time-seconds → these are core Perl modules, bundled in the main perl package in newer Alpine versions perl-libxml → renamed to perl-xml-libxml perl-md5 → no longer separate; bundled in the main perl package (Digest::MD5 is a core module)

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 18, 2026

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit eba1898
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/6995fa46e79b8700086715e1

@J12934 J12934 added the scanner Implement or update a security scanner label Feb 18, 2026
@J12934 J12934 moved this from Triage to To Review in secureCodeBox Feb 18, 2026
@J12934 J12934 self-assigned this Feb 18, 2026
@github-project-automation github-project-automation Bot moved this from To Review to Reviewer Approved in secureCodeBox Feb 18, 2026
Nikto now requires some additional perl packages.

Nikto uses a older alpine version some of the deps have moved since:
perl-json-pp → no longer a separate package; it's bundled into perl-json (which pulls in JSON::PP)
perl-time-piece and perl-time-seconds → these are core Perl modules, bundled in the main perl package in newer Alpine versions
perl-libxml → renamed to perl-xml-libxml
perl-md5 → no longer separate; bundled in the main perl package (Digest::MD5 is a core module)

Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
@sonarqubecloud
Copy link
Copy Markdown

@Weltraumschaf Weltraumschaf merged commit 19489f2 into secureCodeBox:main Feb 19, 2026
47 of 48 checks passed
@github-project-automation github-project-automation Bot moved this from Reviewer Approved to Done in secureCodeBox Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scanner Implement or update a security scanner

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants