mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
* Simple tool to test the remote validation * Added remote validator support to provider. * Added remote validation to aggregator. * Calm golint * Removed csaf_remote_validator tool as it was only for dev. * Re-added csaf_remote_validator tool. Testing is not done. * Embed the document entirely * Include testing the remote validator in the Itests * Change permission of the script * Remove code for Itests * As these will be done in another branch Co-authored-by: Fadi Abbud <fadi.abbud@intevation.de>
24 lines
1.6 KiB
Markdown
24 lines
1.6 KiB
Markdown
## The used third party dependencies and their licenses
|
|
|
|
| Dependency | License |
|
|
| -------------------------------------------------- | ------------ |
|
|
| github.com/BurntSushi/toml | MIT |
|
|
| github.com/PaesslerAG/jsonpath | BSD-3-Clause |
|
|
| github.com/PaesslerAG/gval | BSD-3-Clause |
|
|
| github.com/ProtonMail/gopenpgp/v2 | MIT |
|
|
| github.com/jessevdk/go-flags | BSD-3-Clause |
|
|
| github.com/mitchellh/go-homedir | MIT |
|
|
| github.com/santhosh-tekuri/jsonschema | Apache-2.0 |
|
|
| golang.org/x/crypto | BSD-3-Clause |
|
|
| github.com/ProtonMail/go-crypto | BSD-3-Clause |
|
|
| github.com/ProtonMail/go-mime | MIT |
|
|
| github.com/konsorten/go-windows-terminal-sequences | MIT |
|
|
| github.com/pkg/errors | BSD-2-Clause |
|
|
| github.com/sirupsen/logrus | MIT |
|
|
| golang.org/x/sys | BSD-3-Clause |
|
|
| golang.org/x/term | BSD-3-Clause |
|
|
| golang.org/x/text | BSD-3-Clause |
|
|
| github.com/gofrs/flock | BSD-3-Clause |
|
|
| github.com/PuerkitoBio/goquery | BSD-3-Clause |
|
|
| github.com/andybalholm/cascadia | BSD-2-Clause |
|
|
| go.etcd.io/bbolt | MIT |
|