1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-21 23:20:10 +01:00

docs: extend package csaf doc comment

* fix sentence.
  * add link to the section in the top-level readme that has the limits
    on the use as a library.
This commit is contained in:
Bernhard Reiter 2025-06-27 10:20:56 +02:00
parent d54e211ef3
commit a6d0a0c790
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -6,7 +6,11 @@
// SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
// Software-Engineering: 2023 Intevation GmbH <https://intevation.de>
// Package csaf contains the core data models used by the csaf distribution.
// Package csaf contains the core data models used by the csaf distribution
// tools.
//
// See https://github.com/gocsaf/csaf/tab=readme-ov-file#use-as-go-library
// about hints and limits for its use as a library.
package csaf
//go:generate go run ./generate_cvss_enums.go -o cvss20enums.go -i ./schema/cvss-v2.0.json -p CVSS20