gocsaf / csaf

Tools to download or provide CSAF (Common Security Advisory Framework) documents.
https://csaf.io
40 stars 23 forks source link

Go 1.20 compat: Remove usage of slices in enum generator. #516

Closed s-l-teichmann closed 11 months ago

s-l-teichmann commented 11 months ago

In the generator to create the cvss enums the slices (Go 1.21) package was used. Replaced it with Go 1.20 compatible code.