Skip to content

Commit

Permalink
Added to-do for N/A values array
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Dec 23, 2024
1 parent 3f7de25 commit e5a8017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Vulnerabilities/Vulnerabilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export const Vulnerabilities: React.FC<{ groupBy?: string }> = ({

const severityLevels: string[] = ['Low', 'Medium', 'High', 'Critical'];

// const NA_SEVERITY_Levels = [null, undefined, 'NULL', 'N/A'];
// To-Do: Create array(s) to handle permutations of null and N/A values

const formatSeverity = (severity: string) => {
if (
Expand Down

0 comments on commit e5a8017

Please sign in to comment.