Description
In the 2.0 release, we've introduced some basic triage ability so people can at least disable display of CVEs they feel have been mitigated in their systems.
There's probably more to do in the triage & tracking space, and I think we could probably make a gsoc project out of related ideas
- Add --append option to append output of previous scan rather than creating new one. #823 talks about appending scans
- Add --append option to append output of previous scan rather than creating new one. #823 also has a comment about combining reports / reusing triage across projects
- Some users may want to be able to use old scan data to track time-to-fix information (for their own projects or for what they're seeing upstream)
I'm NOT super excited about interactive command-line triage because I don't see any indications that our users actually want this, but we might be able to make it possible to flag things in the HTML reports and save data back to a json/csv file from the browser. That would be mostly html/javascript work and not python, though.
Anyhow, this thread is open for brainstorming on the topic. I'm not convinced this is a winner of a project yet, but it's the only thing currently flagged as "future" that seemed to be the right size for one.