1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Add csaf_checker to README

Co-authored-by: Bernhard E. Reiter <bernhard@intevation.de>
This commit is contained in:
Fadi Abbud 2022-03-02 15:09:04 +01:00 committed by GitHub
parent 64db8b4afd
commit 65e199d9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,12 @@ action=create
u=http://localhost/cgi-bin/csaf_provider.go u=http://localhost/cgi-bin/csaf_provider.go
``` ```
## csaf_checker
Provider checker is a tool for testing a CSAF trusted provider according to [Section 7 of the CSAF standard](https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html#7-distributing-csaf-documents).
Usage example:
``` ./csaf_checker example.com -f html > check-results.html```
## License ## License
- csaf_distribution is licensed as Free Software under MIT License. - csaf_distribution is licensed as Free Software under MIT License.