1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00
Tools to download or provide CSAF2 (Common Security Advisory Framework) documents.
Find a file
2021-11-29 17:06:03 +01:00
.github/workflows Add github-actions 2021-11-26 13:18:26 +01:00
cmd/csaf_provider Fixed error handling of TLPs in config of provider. 2021-11-26 17:25:15 +01:00
csaf Fix golint warnings. 2021-11-25 18:21:23 +01:00
docs Initial nginx setup for provider. 2021-11-29 14:52:05 +01:00
go.mod Make it build under new repo location. 2021-11-25 12:30:37 +01:00
go.sum Added files from the first prototype. 2021-11-16 13:58:54 +01:00
README.md Add Setup instructions to README 2021-11-29 17:06:03 +01:00

csaf_distribution

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

Setup

  • A new version of Go 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/...