aboutsummaryrefslogtreecommitdiff
path: root/internal/cvss/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cvss/version.go')
-rw-r--r--internal/cvss/version.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/internal/cvss/version.go b/internal/cvss/version.go
deleted file mode 100644
index c46c893..0000000
--- a/internal/cvss/version.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package cvss
-
-//go:generate stringer -linecomment -type=Version
-
-// CVSS version
-type Version byte
-
-const (
- V20 Version = iota // 2.0
- V30 // 3.0
- V31 // 3.1
-)