aboutsummaryrefslogtreecommitdiff
path: root/internal/cvss/category.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cvss/category.go')
-rw-r--r--internal/cvss/category.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/internal/cvss/category.go b/internal/cvss/category.go
deleted file mode 100644
index 54781dc..0000000
--- a/internal/cvss/category.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package cvss
-
-//go:generate stringer -linecomment -type=Category
-
-// CVSS metric category.
-type Category byte
-
-const (
- Base Category = iota // Base
- Temporal // Temporal
- Environmental // Environmental
- InvalidCategory // invalid
-)