Conversation
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
|
Hi @tdruez The Product Compliance tab is quite impressive! I explored a number of Products in Staging Starship and the performance is especially nice, quite zippy, and the data presented looks quite useful. I did encounter a curious thing in a rather "messy" product in Staging Starship
so there may be a bug of some sort there. I also think it might be more useful for the initial presentation of the Compliance tab to show the vulnerabilities in the Security Compliance panel in descending Risk level sequence, so that the user will immediately see the ones that most need attention.
|
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Thanks for reporting this one. It's a sorting issue when the risk_score is None, by default PostgreSQL return the empty values first. Anyway, the ordering now properly push the None values at the end and the vulnerabilities are displayed from the highest risk to the lowest. |
|
@tdruez great progress, the problems I mentioned in my previous comment appear to be resolved now in Staging Starship. I was happy to see that adjusting the Risk Threshold on a product produced the correct results in the security compliance display. The links to the detailed lists of packages with policy violations are very nice; however, I did find one product, The License compliance panel shows but the linked list of packages shows
|
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
Signed-off-by: tdruez <tdruez@aboutcode.org>
@DennisClark Thanks for catching this, the filter was not using a proper |
|
@tdruez latest fix confirmed. additional testing is going well, no problems. |
Signed-off-by: tdruez <tdruez@aboutcode.org>



Issues
Changes
risk_levelgenerated field based onrisk_score, this allows to store the risk level label, such as "critical", along therisk_scorethat is stored as float.get_risk_levelutility function to convert a floatrisk_scoreinto itsrisk_levelstring value.The "Compliance" tab is composed of:
Screens of the new UI