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

623 commits

Author SHA1 Message Date
Bernhard Reiter
1bdf207e4b Improve aggregator docs and config
* Fix that TOML key `update_interval` can be processed on top level.
 * Add missing keys to top level and provider entries.
 * Move explanations to first mention of keys.
 * Describe overriding ability and defaults early on and only once.
2023-02-28 15:09:56 +01:00
Bernhard Reiter
704a98ab38 Improve aggregator docs 2023-02-28 15:09:56 +01:00
Bernhard Reiter
a3ee00568f Improve aggregator docs
* improve phrasings and remove some typos
2023-02-28 15:09:56 +01:00
JanHoefelmeyer
bebeec30e0 Adds explanations about which options are mandatory and which are optional 2023-02-28 15:09:56 +01:00
JanHoefelmeyer
f38cff13d6 Add explanation of order in which rate variables are taken into account if existant. 2023-02-28 15:09:56 +01:00
JanHoefelmeyer
39b48e083c
Improve docs for checker and downloader
* make it more clear that a domain can also be interpreted as a direct URL.

resolve #316 
---------

Co-authored-by: JanHoefelmeyer <hoefelmeyer.jan@gmail.com>
Co-authored-by: Sascha L. Teichmann <sascha.teichmann@intevation.de>
Co-authored-by: Bernhard Reiter <bernhard@intevation.de>
2023-02-28 14:11:15 +01:00
JanHoefelmeyer
05ad714619 Update csaf_aggregator.md
add comma to the end of subordinate clause
2023-02-08 16:17:19 +01:00
JanHoefelmeyer
4b4a6a4dbd Update docs/csaf_aggregator.md
Rephrases csaf_aggregator.md for better readability

Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
2023-02-08 16:17:19 +01:00
JanHoefelmeyer
38c6da8212 Update docs/csaf_aggregator.md
Refer to specific section of provider options instead just provider options

Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
2023-02-08 16:17:19 +01:00
JanHoefelmeyer
35dc25a5e7 Splits overly long sentence into two. Adds reference to provider documentation 2023-02-08 16:17:19 +01:00
JanHoefelmeyer
a3897ae21f improve phrasing 2023-02-08 16:17:19 +01:00
JanHoefelmeyer
3bf1af0e9f Add short explanations the createservicedocument and categories provider options. 2023-02-08 16:17:19 +01:00
JanHoefelmeyer
80195a24c3 improve phrasing in checker 'has not a' 2023-02-03 16:21:15 +01:00
Sascha L. Teichmann
ffb29f5ba4 Replace 'confirming filename' with 'conforming filename' 2023-02-03 16:21:15 +01:00
Sascha L. Teichmann
b80163c35f Indent multi lines in Makefile a bit more 2023-02-02 17:38:39 +01:00
Sascha L. Teichmann
a90830b07c Indent Makefile 2023-02-02 17:38:39 +01:00
JanHoefelmeyer
69908fc2c8 Whitespaces to Tabs in Makefile for consistency 2023-02-02 17:38:39 +01:00
JanHoefelmeyer
9990a8ac9b Updates Readme to include validator into the windows dist 2023-02-02 17:38:39 +01:00
JanHoefelmeyer
4453484811 Indents newlines 2023-02-02 17:38:39 +01:00
JanHoefelmeyer
e6c9f4d4da Adds linebreaks into overly long lines in 'make dist' in the Makefile 2023-02-02 17:38:39 +01:00
JanHoefelmeyer
970a891422 Adds csaf_validator to windows dist 2023-02-02 17:38:39 +01:00
Sascha L. Teichmann
361656faf0 Fix typo and add a link to source. 2023-02-02 17:26:12 +01:00
Sascha L. Teichmann
7cc37bd9fc Enforce mime type 'application/json' when uploading advisories to the provider. 2023-02-02 17:26:12 +01:00
Sascha L. Teichmann
e998133429 Update cmd/csaf_checker/reporters.go
Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
2023-02-02 17:17:50 +01:00
Sascha L. Teichmann
7a5f8701bd Improve reported text a bit. 2023-02-02 17:17:50 +01:00
Sascha L. Teichmann
8425644886 Add new requirement sections 1 and 2 to report 2023-02-02 17:17:50 +01:00
Sascha L. Teichmann
cbd9dead37 Fix small typo in reporting wromg content type 2023-02-02 00:54:39 +01:00
Sascha L. Teichmann
6430712dad Warn in checker and downloader if advisories are delivered as none 'application/json' 2023-02-02 00:54:39 +01:00
Sascha L. Teichmann
052dbbe1d0
Merge pull request #323 from csaf-poc/csaf-validator
Add csaf_validator
2023-01-31 11:30:17 +01:00
Sascha L. Teichmann
f60ec5fea4
Merge pull request #312 from csaf-poc/downloader-validator
Add remote validator support to downloader
2023-01-30 19:35:48 +01:00
Sascha L. Teichmann
15e615e653
Merge pull request #313 from csaf-poc/checker-validator
Add remote validator support to checker
2023-01-30 19:34:20 +01:00
Sascha L. Teichmann
1004fe7c65 Merge branch 'main' into checker-validator 2023-01-30 19:30:36 +01:00
Sascha L. Teichmann
2f280c69ac In case of error, log filename, too. 2023-01-30 19:28:48 +01:00
Sascha L. Teichmann
a8493c0dd2 Check if the file name is valid 2023-01-30 08:29:54 +01:00
Sascha L. Teichmann
6a60e8d8ce Fix crash if remote validator is not configured. Small cosmetics. 2023-01-30 08:23:05 +01:00
JanHoefelmeyer
0c39819930
Merge pull request #318 from csaf-poc/improve-docs26
Improves aggregator docs
2023-01-30 07:51:05 +01:00
Sascha L. Teichmann
adf98736cc Add csaf_validator 2023-01-29 19:31:36 +01:00
tschmidtb51
2b55bbb341
gt the order right 2023-01-27 18:44:08 +01:00
Sascha L. Teichmann
acb3d96c70 Return error if parsing time string failed. 2023-01-27 18:42:24 +01:00
Sascha L. Teichmann
c8e0804eba Merged main into branch 2023-01-27 18:25:22 +01:00
tschmidtb51
0383e951a8
Merge branch 'main' into checker-validator 2023-01-27 17:58:37 +01:00
Sascha L. Teichmann
9abc83edc1 Set the default of 'validatorpresets' to 'mandatory'. 2023-01-27 17:40:17 +01:00
Sascha L. Teichmann
2a40ab6393 Set the default of 'validatorpresets' to 'mandatory'. 2023-01-27 17:16:45 +01:00
Bernhard E. Reiter
ec2881a7e1
Update docs/proxy-provider-for-aggregator.md
Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
2023-01-27 09:42:51 +01:00
Bernhard E. Reiter
8e5dd88a62
Update docs/csaf_aggregator.md
Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
2023-01-27 09:41:02 +01:00
JanHoefelmeyer
ddf0747327
Merge pull request #307 from csaf-poc/issue299
Extract more than one string from expr: category fields.
2023-01-27 09:24:06 +01:00
Sascha L. Teichmann
18e6fee2e7 Fix typo in comment 2023-01-26 22:09:38 +01:00
Sascha L. Teichmann
51fba46893 Add extra http header support to downloader and checker. 2023-01-26 22:09:38 +01:00
Sascha L. Teichmann
0745a0943d Separate compiling and evaluation of dynamic categories. 2023-01-26 21:54:46 +01:00
Sascha L. Teichmann
ff31ebfa0f Fixed typos 2023-01-26 20:02:05 +01:00