-
Notifications
You must be signed in to change notification settings - Fork 25
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
Updates to support full CSAF capability #53
Conversation
SBOM updated to latest format
Signed-off-by: Vijay Sarvepalli (SEI) <[email protected]>
Signed-off-by: Vijay Sarvepalli (SEI) <[email protected]>
Signed-off-by: Vijay Sarvepalli (SEI) <[email protected]>
@@ -101,6 +101,10 @@ | |||
{% if vuln.cve %} | |||
<a href="http://web.nvd.nist.gov/vuln/detail/{{ vuln.vul }}">{{ vuln.vul }} </a> | |||
{% endif %} | |||
<tr> | |||
<td><b>API URL: </b></td> | |||
<td><a href="{% url 'vincepub:index' %}api/{{ object.idnumber }}/" target="_blank">VINCE JSON</a> | <a href="{% url 'vincepub:vulcsaf' object.idnumber %}" target="_blank">CSAF</a></td> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link
Signed-off-by: Vijay Sarvepalli (SEI) <[email protected]>
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.
I had a few suggestions in the settings_.py file, and a question about a CodeQL error. Once those are addressed I think this is ok to merge.
Yep - will update these. It is a good idea. CodeQL is a false/positive as the link is local. Vijay |
Resolves Case Machine Readable Format #42 , CSAF Compatability #24