Skip to content
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

feat: use security-severity property to determine priority #9

Merged
merged 2 commits into from
Oct 21, 2022

Conversation

candrews
Copy link
Contributor

@candrews candrews commented Oct 7, 2022

The security-severity property is a quasi-standard property that holds the CVSS score.

Tools such as Trivy include this property in SARIF they generate.

Tools such as GitHub consume this property, see:
https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#reportingdescriptor-object

Signed-off-by: Craig Andrews <candrews@integralblue.com>
@rsenden
Copy link
Collaborator

rsenden commented Oct 8, 2022

Thanks for your contribution, I think this would be a useful enhancement. Before merging your PR though, I will first need to check our company policies with regards to accepting 3rd-party PRs; I'll get back to you.

@candrews
Copy link
Contributor Author

Before merging your PR though, I will first need to check our company policies with regards to accepting 3rd-party PRs; I'll get back to you.

Do you have an update you can share?

@rsenden
Copy link
Collaborator

rsenden commented Oct 13, 2022

Before merging your PR though, I will first need to check our company policies with regards to accepting 3rd-party PRs; I'll get back to you.

Do you have an update you can share?

No, unfortunately I haven't heard back yet.

The security-severity property is a quasi-standard property that holds
the CVSS score.

Tools such as Trivy include this property in SARIF they generate.

Tools such as GitHub consume this property, see:
https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#reportingdescriptor-object

Signed-off-by: Craig Andrews <candrews@integralblue.com>
@rsenden rsenden merged commit 0c526ba into fortify:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants