-
Notifications
You must be signed in to change notification settings - Fork 201
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
Consolidate 'Fixed by packages' tab and 'Affected packages' tab in Vulnerability details page #1287
Comments
(1) When we match fixed by packages to a particular affected package, do we want to match all of these attributes? "name" That's what we currently do in my pending Package UI/API issue PR 1249 (issue 1228). (2) This question likely also applies to the results of a PURL search -- do you agree? For example, a search for In addition, this screenshot reflects the poor sorting AND the apparent existence in the DB of duplicate records. I can address the sorting in this issue, though I suspect the problem of duplicate records is more complex and not directly related and will need to be addressed in a separate issue. (See issue 1278, which I opened back in August.) |
Note that in
|
I see the same docstring in the I take this to mean that we do want a broad and flexible search result in case the user submits an abbreviated search, e.g., a search for Meanwhile, please focus on my questions (1) and (2) above at your earliest opportunity. |
Reference: #1287 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
Reference: #1287 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
Reference: #1287 Signed-off-by: John M. Horan johnmhoran@gmail.com
Reference: #1287 - Matched affected/fixed-by Package data added to Vulnerability details. - version_class-based sorting added to that data as well. - Note that version_class-based Packages sorting still needs to be added to Package search results. - Filter added to encode Package URLs. - Next: will add tests. Signed-off-by: John M. Horan <johnmhoran@gmail.com>
Reference: #1287 - Fixed merge conflicts. Signed-off-by: John M. Horan <johnmhoran@gmail.com>
Reference: #1287 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
Reference: #1287 Signed-off-by: John M. Horan johnmhoran@gmail.com
Reference: #1287 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
We need to consolidate the
Fixed by packages
tab and theAffected packages
tab in theVulnerability details
page into a single tab with a table in which the rows contain relevant pairing of affected and fixed packages.The text was updated successfully, but these errors were encountered: