-
Notifications
You must be signed in to change notification settings - Fork 179
Updated nikto scanner to v2.5.0 (closes #604) #617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: GitHub Actions <securecodebox@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
This is done to make sure that codeclimate/total-coverage is consistent between branches Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With everything else we'll have to wait on more feedback on sullo/nikto#742
Co-authored-by: Johannes Zahn <johannes.zahn@iteratec.com> Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
…s each This is file has to be short, since it's presented in the docs website as an example. Co-authored-by: Johannes Zahn <johannes.zahn@iteratec.com> Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
| with: | ||
| repository: "sullo/nikto" | ||
| path: nikto | ||
| ref: nikto-2.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be great to create a variable containing the desired version to minimize the locations we have to update for a new release
| expect(findings).toMatchSnapshot(); | ||
| }); | ||
|
8000
|
||
| test("parses no web server found finding correctly", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| test("parses no web server found finding correctly", async () => { | |
| test("parses 'no web server found' finding correctly", async () => { |
I think this could improve readability
Description
This PR updates the nikto scanner to 2.5.0. The main reason for it is to solve the issue the scanner has, when parsing findings from an unresolvable host (Issue #604).
Updating also results into more findings.
It should be noted that with this PR, Nikto scanner relies on the github repo having a 2.5.0 branch. The
ci.yamlhas to be changed if the 2.5.0 becomes in the release branch.Checklist
npm testruns for the whole project.