Skip to content

Commit 25b6e39

Browse files
authored
Renamed LLM Robustness -> Vulnerability Analysis and version updated (#711) (#712)
* Renamed * Version updated * Changed table header
1 parent d53aafb commit 25b6e39

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/apiDetailsConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"token": ""
1414
},
1515
"activeTool": "github",
16-
"version": "0.28.0",
16+
"version": "0.28.1",
1717
"labName": "Be-Secure Community Lab"
1818
}

src/pages/ShowModelDetails/SummaryDashboard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ const SummaryDashboard = ({ model }: any) => {
17731773
pt: 1,
17741774
} }
17751775
>
1776-
LLM Robustness Audit
1776+
Vulnerability Analysis
17771777
</Typography>
17781778
<TableContainer
17791779
component={ Paper }
@@ -1806,7 +1806,7 @@ const SummaryDashboard = ({ model }: any) => {
18061806
} }
18071807
>
18081808
<StyledTableCell>
1809-
Probe Category
1809+
Category
18101810
</StyledTableCell>
18111811
<StyledTableCell>
18121812
Sub Category
@@ -1838,7 +1838,7 @@ const SummaryDashboard = ({ model }: any) => {
18381838
variant="body1"
18391839
color="textSecondary"
18401840
>
1841-
LLM Robustness Audit data not
1841+
Vulnerability Analysis data not
18421842
available
18431843
</Typography>
18441844
</Box>

0 commit comments

Comments
 (0)