1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
gocsaf/cmd/csaf_aggregator
Sascha L. Teichmann 69f0f3499a
Change openpgp key providing code to use local directory
* Adjust provider and aggregator to copy the used openpgp pubkey into a locally
  provided directory `openpgp` beside the `prodiver-metadata.json`.
  This more robust and self-reliant than using a public pubkey server,
  which is the reason why the CSAF 2.0 csd02 mentions it as example in
  "7.1.20 Requirement 20: Public OpenPGP Key".
 * Improve aggregator by removing a typo `aggreator` from one written paths.
   (Done with this change as it also affects the openpgp/ paths writing.)

solve #85
2022-06-09 10:42:44 +02:00
..
client.go Factored throttling client out of aggregator. 2022-05-30 23:12:08 +02:00
config.go Change openpgp key providing code to use local directory 2022-06-09 10:42:44 +02:00
doc.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
files.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
full.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
indices.go Forget to add indices in aggregator. 2022-05-25 14:41:30 +02:00
interim.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
lazytransaction.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
lister.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
main.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
mirror.go Change openpgp key providing code to use local directory 2022-06-09 10:42:44 +02:00
processor.go Implement better search for provider-metadata.json 2022-05-31 18:10:18 +02:00
util.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00