-
Notifications
You must be signed in to change notification settings - Fork 179
[SCB-Bot] Upgraded nuclei from v2.6.2 to v2.6.5 #1014
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: secureCodeBoxBot <securecodebox@iteratec.com>
|
This patch upgrade adds a new severity "unkown": |
|
I'd personally map unkown to informational. 🤷♂️ |
I don't think mapping the findings to informational is a good idea. We usually reserve this to findings that don't result in vulnerabilities (like the service version in NMAP). Quoting the nuclei issue concerning this:
Personally, I see the findings of type "unknown" deserving more attention than an Informational finding, and our mapping should reflect that. Maybe setting it as "LOW" would be me better idea. |
|
I just looked through a couple of scanners that I am familiar with:
So, seems like there isn't a globally recognized default (and by @Ilyesbdlala argument, we should probably also switch semgrep to a default of LOW). I agree with Ilyes that for nuclei, LOW seems a better default than INFORMATIONAL. |
…cies/upgrading-nuclei-to-v2.6.3 Signed-off-by: Robert Seedorff <Robert.Seedorff@iteratec.com>
Signed-off-by: GitHub Actions <securecodebox@iteratec.com>
|
Thx for your feedback! Switched the mapping to a LOW severity in case nuclei claims a unknown. |
This is an automated Pull Request by the SCB-Bot. It upgrades nuclei from v2.6.2 to v2.6.3
Release changes : here