mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
* Factor JSON evaluation and construction base URLs out of of checker. * Move json path matching to util. * Add csaf_aggregator (as additional command) * Improve itest workflow to checkout the branch where it is running on. resolve #105 resolve #72 Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> Co-authored-by: Bernhard Reiter <bernhard@intevation.de> Co-authored-by: Fadi Abbud <fadi.abbud@intevation.de>
1.4 KiB
1.4 KiB
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 |