We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because I'm testing the web application and have already registered some findings, I wasn't sure if I should register such a small finding.
The finding is about a feature that lists CVSS Calculator version 3.1. But the web application uses CVSS Calculator version 3.0.
Now this is not a very big problem, hence my hesitation to report it.
In the source code I've found version 3.0 instead of 3.1 (https://github.com/1modm/petereport/blob/main/app/petereport/static/cvsscalc30.js)
This can also been seen in the web application when you register a finding or in the reports.
To update the calculator I've searched a more recent version (3.1). The CVSS Calculator version 3.1 can be found here:
A quick solution can also be to change the feature to 3.0 ;-)
The text was updated successfully, but these errors were encountered:
@mvdvaart thanks for the links! changed to cvss 3.1 👍 in version 0.4 https://github.com/1modm/petereport/blob/main/CHANGELOG.md
Sorry, something went wrong.
Worked! Thanks for updateing. 👍
No branches or pull requests
Because I'm testing the web application and have already registered some findings, I wasn't sure if I should register such a small finding.
The finding is about a feature that lists CVSS Calculator version 3.1. But the web application uses CVSS Calculator version 3.0.
Now this is not a very big problem, hence my hesitation to report it.
In the source code I've found version 3.0 instead of 3.1
(https://github.com/1modm/petereport/blob/main/app/petereport/static/cvsscalc30.js)
This can also been seen in the web application when you register a finding or in the reports.
To update the calculator I've searched a more recent version (3.1). The CVSS Calculator version 3.1 can be found here:
A quick solution can also be to change the feature to 3.0 ;-)
The text was updated successfully, but these errors were encountered: