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-10 10:36:28 +01:00
.github/workflows Add github-actions 2021-11-26 13:18:26 +01:00
cmd Merge pull request #13 from csaf-poc/licensing 2021-12-10 10:36:28 +01:00
csaf Add License headers 2021-12-09 16:19:26 +01:00
docs Describe how to enable dir listings and link following. 2021-11-30 16:13:10 +01:00
LICENSES Add MIT licensing text 2021-12-10 09:07:35 +01:00
util Moved commonly use file operations to separate package. 2021-12-09 11:55:22 +01:00
go.mod Added support for entering passwords interactively. 2021-12-07 11:38:14 +01:00
go.sum Added support for entering passwords interactively. 2021-12-07 11:38:14 +01:00
README.md Append License Info to READEME 2021-12-10 09:23:06 +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/...

License

  • csaf_distribution is licensed as Free Software under MIT License.

  • See the specific source files for details, the license itself can be found in the directory LICENSES.