-
Notifications
You must be signed in to change notification settings - Fork 179
Added optional mitigation attribute to findings
#1639
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
|
This pull request includes breaking changes. Please make sure that you included the breaking changes and the steps required to upgrade in UPGRADING.md. |
MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| eslint | 9 | 1 | 0.57s | ||
| ✅ JSON | eslint-plugin-jsonc | 1 | 0 | 1.04s | |
| misspell | 10 | 1 | 0.06s |
See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
2c07f0e to
855c47e
Compare
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.
Looking good, some really minor notes then it should be ready to go 🚀
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>
…nt` to `mitigation` Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
…` to `mitigation` Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
…sing the zap_solution attribute Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Linked to Advisory URL Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
…` in the v4 section of UPGRADING.MD Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com> Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com> Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
mitigation "" to null when empty Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
a96a5dd to
1b03bca
Compare
Description
Relates to #519
The attribute
mitigationis added to scanners who include explicit solution in their results or where the solution is almost always the same (i.e ncrack -> use a more secure password)Scanners that are usually informational (such as NMAP) are excluded.
Scanners affected:
Checklist