From 697a45757b778a3b9ee1c33c2c0e1c372a4061df Mon Sep 17 00:00:00 2001 From: Sudhir Verma Date: Thu, 18 Apr 2024 11:34:47 +0530 Subject: [PATCH] Fix Ui for project card and model Defense Model Capability --- .../AssessmentReport/index.tsx | 4 +- .../FuzzingModel/sections/DefenseSummary.tsx | 82 +++++++++---------- 2 files changed, 42 insertions(+), 44 deletions(-) diff --git a/src/pages/BesVersionHistory/AssessmentReport/index.tsx b/src/pages/BesVersionHistory/AssessmentReport/index.tsx index 155092d9..618f3b44 100644 --- a/src/pages/BesVersionHistory/AssessmentReport/index.tsx +++ b/src/pages/BesVersionHistory/AssessmentReport/index.tsx @@ -696,7 +696,7 @@ function printText(item: string) { } else if (item === "License Compliance") { return "unique licenses found"; } else if (item === "ScoreCard" || item === "Criticality Score") { - return "on OpenSSF " + item; + return "OpenSSF " + item; } else { return "on " + item; } @@ -1086,7 +1086,7 @@ function AssessmentReport({ name, version, itemData, masterData }: any) { return ( <> { reports.map((item, index) => ( - + Defense Model Capability - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +