1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00
gocsaf/csaf
Christian Banse e658738b56 Added support for structured logging in csaf_aggretator
This PR adds structured logging for the aggregator service. Currently, only the text handler is used, but I can extend this to use the JSON handler as well. In this case, probably some code that is shared between the aggregator and the downloader would need to be moved to a common package.

I was also wondering, whether this repo is moving to Go 1.21 at the future, since `slog` was introduced in to the standard lib in 1.21. So currently, this still relies on the `x/exp` package.

Fixes #462
2024-04-18 19:58:02 +02:00
..
schema use up-to-date schema for CVSS 3.0 2023-09-07 08:48:34 +02:00
advisories.go Added support for structured logging in csaf_aggretator 2024-04-18 19:58:02 +02:00
advisory.go Fix pattern matching of purls and document categories. Extract purls from relationships. 2023-11-02 18:23:43 +01:00
cvss3enums.go only using enums from CVSS 3.0 2023-09-06 15:51:47 +02:00
cvss20enums.go Add generator for CVSS enums 2023-09-02 17:38:12 +02:00
doc.go only using enums from CVSS 3.0 2023-09-06 15:51:47 +02:00
generate_cvss_enums.go Remove usage of slices in enum generator. (#516) 2023-12-01 11:45:09 +01:00
models.go Lift distribution from v2 to v3. (#467) 2023-09-27 15:46:57 +02:00
providermetaloader.go Support legacy security.txt location as fallback. 2023-11-12 10:17:28 +01:00
remotevalidation.go Fix header client. Simplify code. 2023-03-24 13:40:31 +01:00
rolie.go Lift distribution from v2 to v3. (#467) 2023-09-27 15:46:57 +02:00
summary.go Lift distribution from v2 to v3. (#467) 2023-09-27 15:46:57 +02:00
util.go feat: Add function to find product identification helpers inspecting the tree (#505) 2023-12-01 15:31:25 +01:00
util_test.go feat: Add function to find product identification helpers inspecting the tree (#505) 2023-12-01 15:31:25 +01:00
validation.go Add AssertFormat flag to schema compiler 2023-09-30 07:49:44 +02:00