1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
Tools to download or provide CSAF2 (Common Security Advisory Framework) documents.
Find a file
2021-12-05 15:20:50 +01:00
.github/workflows Add github-actions 2021-11-26 13:18:26 +01:00
cmd/csaf_provider Separated result rendering from controller actions. 2021-12-05 15:20:50 +01:00
csaf Calm golint about blank import. 2021-12-04 17:53:22 +01:00
docs Describe how to enable dir listings and link following. 2021-11-30 16:13:10 +01:00
go.mod Use github.com/santhosh-tekuri/jsonschema for JSON schema validation. 2021-12-04 17:14:33 +01:00
go.sum Use github.com/santhosh-tekuri/jsonschema for JSON schema validation. 2021-12-04 17:14:33 +01:00
README.md Be a bit more precise with Go version. 2021-11-29 20:32:14 +01:00

csaf_distribution

WIP: A prove of concept for a CSAF trusted provider, checker and aggregator.

Setup

  • A recent version of Go (1.17+) should be installed. Go installation

  • Clone the repository git clone https://github.com/csaf-poc/csaf_distribution.git

  • Build Go components

cd csaf_distribution
go build -v ./cmd/...