-
Notifications
You must be signed in to change notification settings - Fork 506
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
Docs: Add triage guide #1747
Comments
Possible topics:
|
I think this would be great (especially "how to re-use triage") and I would be interested in helping out. I suspect we would like to make some code changes first, though. Regarding #1746, I don't think that tests what it seems to test (anymore?): AFAICT AFAICT the status of combining triage data with scan data is currently as follows:
In other words: AFAICT currently only the variation
I see two ways forward:
Does this make sense at all? Perhaps we should first do '1' as a quick win, document it, and then leave '2' for later? |
Yeah, let's at least get 1 working. For 2 we already have the ability to use @anthonyharrison 's https://pypi.org/project/sbom4python and get an SBOM (and code showing how in the github actions files since we're generating them once per week to figure out how often things change) so maybe adding the vex triage wouldn't be that hard to get working from there? I admit, I haven't experimented with that at all. |
👍 let me see if I can cook up an initial PR tomorrow! :) |
It is still possible to provide triage information through the `--input-file` parameter, but since that is not usable with scan input from json or csv files the docs now emphasize using the separate `--triage-input-file` parameter. Towards intel#1747
It is still possible to provide triage information through the `--input-file` parameter, but since that is not usable with scan input from json or csv files the docs now emphasize using the separate `--triage-input-file` parameter. Towards intel#1747
It is still possible to provide triage information through the `--input-file` parameter, but since that is not usable with scan input from json or csv files the docs now emphasize using the separate `--triage-input-file` parameter. Towards intel#1747
It is still possible to provide triage information through the `--input-file` parameter, but since that is not usable with scan input from json or csv files the docs now emphasize using the separate `--triage-input-file` parameter. Towards #1747
Closing this as per comment above. |
I've started adding some additional information on how to use triage and merged reports in #1746 but we could probably use a more complete guide about how to triage a cve-bin-tool report.
The text was updated successfully, but these errors were encountered: