Tags: grpc-ecosystem/go-grpc-middleware
Tags
Fix for vulnerability CVE-2023-44487 (#696) * Fix for vulnerability CVE-2023-44487 Vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2023-44487 https://nvd.nist.gov/vuln/detail/CVE-2023-44487zThe HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. grpc fix version - https://github.com/grpc/grpc-go/releases/tag/v1.56.3 This change includes updating the packgae google.golang.org/grpc as a fix to above vulnerability. * update examples dir to fix CI
add doc for disabling log opts (#680) Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
logging: Reversed policy of fields - from immutable to fresh winning. (… …#616) * logging: Reversed policy of fields - from immutable to fresh winning. Fixes: #613 Signed-off-by: bwplotka <bwplotka@gmail.com> * Addressed comments. Signed-off-by: bwplotka <bwplotka@gmail.com> --------- Signed-off-by: bwplotka <bwplotka@gmail.com>
Simplified logging middleware; Fields are now "any" type; Moved loggi… …ng providers to examples only. (#552) Fixes #517 * Simpler interface, only one method. This allows adapter to be ultra simple, so moved them to examples only (!). * Fields are string, values are any. * "More" slog compatibility. I did not go for using slog natively as it's still experimental (see bigger discussion: https://gophers.slack.com/archives/C029RQSEE/p1679860885943619) Signed-off-by: bwplotka <bwplotka@gmail.com>
Simplified logging middleware; Fields are now "any" type; Moved loggi… …ng providers to examples only. (#552) Fixes #517 * Simpler interface, only one method. This allows adapter to be ultra simple, so moved them to examples only (!). * Fields are string, values are any. * "More" slog compatibility. I did not go for using slog natively as it's still experimental (see bigger discussion: https://gophers.slack.com/archives/C029RQSEE/p1679860885943619) Signed-off-by: bwplotka <bwplotka@gmail.com>
PreviousNext