-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
appcheck-severity-determination-fix Use v4, v3, v2 cvss vectors for severity #10918
appcheck-severity-determination-fix Use v4, v3, v2 cvss vectors for severity #10918
Conversation
…etermining severity in that order; update some type hints
DryRun Security SummaryThe provided code changes focus on improving the handling of data from the AppCheck web application scanner, with a particular emphasis on enhancing the accuracy and reliability of CVSS data processing, including updates to the Expand for full summarySummary: The provided code changes focus on improving the handling of data from the AppCheck web application scanner, with a particular emphasis on enhancing the accuracy and reliability of CVSS (Common Vulnerability Scoring System) data processing. The changes include updates to the The key improvements include:
These changes enhance the application security capabilities of the AppCheck Web Application Scanner parser by improving its ability to accurately process and interpret CVSS data, which is a crucial component of vulnerability assessment and management. Additionally, the improvements to endpoint parsing and overall finding processing contribute to the overall reliability and usefulness of the tool. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
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.
Approved
…ariables for severity determination first, then fall back to vectors, then default to "Info"
[sc-7546] |
Description
This patch updates the AppCheck web scanner parser to set severity by checking the various CVSS vectors (possibly) supplied by the tool. In order, it test the cvss_v4_vector, cvss_v3_vector, and then cvss_vector to determine what the the "correct" severity is.
Test results
Tests updated to reflect this change.