Skip to content

Commit

Permalink
chore: add any as possible severity-at-least
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Jul 26, 2024
1 parent 2f055bf commit b7ef0cf
Show file tree
Hide file tree
Showing 4 changed files with 7,612 additions and 7 deletions.
11 changes: 6 additions & 5 deletions src/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ export interface Vuln {
}

export enum Priority {
Critical,
High,
Medium,
Low,
Negligible,
critical,
high,
medium,
low,
negligible,
any
}

export type SeverityValue = keyof typeof Priority;
Expand Down
Loading

0 comments on commit b7ef0cf

Please sign in to comment.