Skip to content

Commit

Permalink
chore: remove unneeded commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Jul 29, 2024
1 parent 47e6cda commit b3117b0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,6 @@ export interface Vuln {
acceptedRisks?: AcceptedRisk[]
}

// export enum Priority {
// critical,
// high,
// medium,
// low,
// negligible,
// any
// }

// export type SeverityValue = keyof typeof Priority;

export interface Severity {
value: string
sourceName: string
Expand Down

0 comments on commit b3117b0

Please sign in to comment.