mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add generator for CVSS enums
This commit is contained in:
parent
a1ea10baf9
commit
e821683423
7 changed files with 1525 additions and 49 deletions
|
|
@ -8,3 +8,7 @@
|
|||
|
||||
// Package csaf contains the core data models used by the csaf distribution.
|
||||
package csaf
|
||||
|
||||
//go:generate go run ./generate_cvss_enums.go -o cvss20enums.go -i ./schema/cvss-v2.0.json -p CVSS20
|
||||
//go:generate go run ./generate_cvss_enums.go -o cvss30enums.go -i ./schema/cvss-v3.0.json -p CVSS30
|
||||
//go:generate go run ./generate_cvss_enums.go -o cvss31enums.go -i ./schema/cvss-v3.1.json -p CVSS31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue