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

142 commits

Author SHA1 Message Date
Fadi Abbud
901e5bed74 Add License headers 2021-12-09 16:19:26 +01:00
Sascha L. Teichmann
8d846136fc Code simplification 2021-12-09 16:07:53 +01:00
Sascha L. Teichmann
b313354357 Added flag to uploader to support externally signed files. 2021-12-09 16:02:34 +01:00
Sascha L. Teichmann
8e998dd058 No need for io.Copy when writing to hash. 2021-12-09 12:21:32 +01:00
Sascha L. Teichmann
2fb2dfda78 Moved commonly use file operations to separate package. 2021-12-09 11:55:22 +01:00
Sascha L. Teichmann
000a3db17e Fixed golint warning. 2021-12-09 11:28:27 +01:00
Sascha L. Teichmann
6692e45644 Started with main of checker. 2021-12-09 01:37:16 +01:00
Sascha L. Teichmann
e4ed65db89 Implemented create request. 2021-12-07 16:29:43 +01:00
Sascha L. Teichmann
c536f728ed Implemented CSAF upload. 2021-12-07 16:14:37 +01:00
Sascha L. Teichmann
662c729ba2 load crypto key and sign files 2021-12-07 14:01:44 +01:00
Sascha L. Teichmann
edaa6c3838 Moved action option to front. 2021-12-07 12:20:54 +01:00
Sascha L. Teichmann
9e52dfff80 Added no-ini to config option. 2021-12-07 12:18:18 +01:00
Sascha L. Teichmann
f069593f87 Started with upload processor. 2021-12-07 12:12:52 +01:00
Sascha L. Teichmann
19b4f1dfb2 Added support for entering passwords interactively. 2021-12-07 11:38:14 +01:00
Sascha L. Teichmann
9fb23892b6 Started with uploader. 2021-12-07 02:50:05 +01:00
Sascha L. Teichmann
d335ad1b84 Added server config and middleware to use password to protect endpoints. 2021-12-06 17:24:45 +01:00
Sascha L. Teichmann
52b586d82f Added JSON endpoints. Made Web UI optional. 2021-12-05 21:20:27 +01:00
Sascha L. Teichmann
565238da9a Separated result rendering from controller actions. 2021-12-05 15:20:50 +01:00
Sascha L. Teichmann
8c272fef2a Replaced JSON schema library with a MIT licenensed one. 2021-12-03 02:28:16 +01:00
Sascha L. Teichmann
78f0b2db0b Validate CSAF documents against JSON schema. 2021-12-02 23:38:09 +01:00
Sascha L. Teichmann
f77bb5f1a8 Added default publisher if not configured. Warning if uploads don't have the same publisher as in metadata. 2021-12-02 10:51:25 +01:00
Sascha L. Teichmann
e5a6a8e2da Fixed TLP model conversion. Fixed wrong .well-known path 2021-12-02 01:36:57 +01:00
Sascha L. Teichmann
048c0dce89 Added "0x" before key id in openpgp url to make search on key server happy. 2021-12-02 00:56:21 +01:00
Sascha L. Teichmann
22c7da1ed1 use io.WriterTo instead of custom save interface ti serialize metadata and rolie. 2021-12-02 00:24:27 +01:00
Sascha L. Teichmann
45299f7e44 Only write provider metadata back if it is marked as dynamic in config. 2021-12-01 21:10:02 +01:00
Sascha L. Teichmann
fbe20dbf60 Use Key ID instead of fingerprint in OpenPGP URL interpolation. 2021-12-01 20:51:39 +01:00
Sascha L. Teichmann
9cf4a7cb5c Add OpenPGP key to provider metadata when generated at setup. 2021-12-01 20:16:09 +01:00
Sascha L. Teichmann
f2d8cd1e90 Work in bernhardreiter's PR#4. 2021-12-01 19:35:19 +01:00
Sascha L. Teichmann
70eb8875a4 Read publisher from config. 2021-12-01 19:27:46 +01:00
Sascha L. Teichmann
37d6692fa8 Create security.txt in .wellknown folder. 2021-12-01 01:05:24 +01:00
Sascha L. Teichmann
a54b4199a2 Fixed error handling of TLPs in config of provider. 2021-11-26 17:25:15 +01:00
Sascha L. Teichmann
04fb8f7e75 Fix golint warnings. 2021-11-25 18:21:23 +01:00
Sascha L. Teichmann
699692a9ed Make it build under new repo location. 2021-11-25 12:30:37 +01:00
Sascha L. Teichmann
b82882eb09 Write feed URLs in provider metadata. 2021-11-17 11:47:09 +01:00
Sascha L. Teichmann
1d0d8a6d03 Write a first version of the ROLIE feed. 2021-11-17 02:16:55 +01:00
Sascha L. Teichmann
b8d51da4cb Moved writing files code to file source file. 2021-11-17 00:07:34 +01:00
Sascha L. Teichmann
05475f5509 Factored out transaction, renamed dir to files. 2021-11-16 23:58:41 +01:00
Sascha L. Teichmann
5a350f2044 s/intevation/Intevation/ 2021-11-16 23:43:43 +01:00
Sascha L. Teichmann
21533556e2 Simplified extraction from CSAF further. 2021-11-16 17:36:22 +01:00
Sascha L. Teichmann
ef0a92b491 Added a no_passphrase flag to hide the passphrase input field from the web interface. 2021-11-16 14:43:35 +01:00
Sascha L. Teichmann
7cf1580d5f Simplified code. 2021-11-16 14:07:51 +01:00
Sascha L. Teichmann
fed66c4e27 Added files from the first prototype. 2021-11-16 13:58:54 +01:00