mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +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:
parent
d54e211ef3
commit
a6d0a0c790
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
||||||
// SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
// SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||||
// Software-Engineering: 2023 Intevation GmbH <https://intevation.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
|
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 cvss20enums.go -i ./schema/cvss-v2.0.json -p CVSS20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue