Nullify-Platform / Logger

Nullify logging library for backend services
https://github.com/Nullify-Platform
0 stars 0 forks source link

fix(deps): update package updates #108

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.32.3 -> v1.32.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.28.1 -> v1.28.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/ecs v1.49.0 -> v1.49.2 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/lambda v1.64.1 -> v1.66.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/sns v1.33.3 -> v1.33.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/sqs v1.36.3 -> v1.37.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/ssm v1.55.3 -> v1.55.5 age adoption passing confidence require patch
go.opentelemetry.io/otel v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.0 age adoption passing confidence require minor
golangci/golangci-lint v1.61.0 -> v1.62.0 age adoption passing confidence final minor

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2) ### [`v1.32.4`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.3...v1.32.4) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.3...v1.32.4)
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel) ### [`v1.32.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.32.0): /v0.54.0/v0.8.0/v0.0.11 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0) ##### Overview ##### Added - Add `go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter`, which can be used to disable exemplar recording. ([#​5850](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850)) - Add `go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter`, which can be used to configure the exemplar filter used by the metrics SDK. ([#​5850](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850)) - Add `ExemplarReservoirProviderSelector` and `DefaultExemplarReservoirProviderSelector` to `go.opentelemetry.io/otel/sdk/metric`, which defines the exemplar reservoir to use based on the aggregation of the metric. ([#​5861](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861)) - Add `ExemplarReservoirProviderSelector` to `go.opentelemetry.io/otel/sdk/metric.Stream` to allow using views to configure the exemplar reservoir to use for a metric. ([#​5861](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861)) - Add `ReservoirProvider`, `HistogramReservoirProvider` and `FixedSizeReservoirProvider` to `go.opentelemetry.io/otel/sdk/metric/exemplar` to make it convenient to use providers of Reservoirs. ([#​5861](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861)) - The `go.opentelemetry.io/otel/semconv/v1.27.0` package. The package contains semantic conventions from the `v1.27.0` version of the OpenTelemetry Semantic Conventions. ([#​5894](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894)) - Add `Attributes attribute.Set` field to `Scope` in `go.opentelemetry.io/otel/sdk/instrumentation`. ([#​5903](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903)) - Add `Attributes attribute.Set` field to `ScopeRecords` in `go.opentelemetry.io/otel/log/logtest`. ([#​5927](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927)) - `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` adds instrumentation scope attributes. ([#​5934](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934)) - `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` adds instrumentation scope attributes. ([#​5934](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934)) - `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` adds instrumentation scope attributes. ([#​5935](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935)) - `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp` adds instrumentation scope attributes. ([#​5935](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935)) - `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc` adds instrumentation scope attributes. ([#​5933](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933)) - `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp` adds instrumentation scope attributes. ([#​5933](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933)) - `go.opentelemetry.io/otel/exporters/prometheus` adds instrumentation scope attributes in `otel_scope_info` metric as labels. ([#​5932](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932)) ##### Changed - Support scope attributes and make them as identifying for `Tracer` in `go.opentelemetry.io/otel` and `go.opentelemetry.io/otel/sdk/trace`. ([#​5924](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924)) - Support scope attributes and make them as identifying for `Meter` in `go.opentelemetry.io/otel` and `go.opentelemetry.io/otel/sdk/metric`. ([#​5926](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926)) - Support scope attributes and make them as identifying for `Logger` in `go.opentelemetry.io/otel` and `go.opentelemetry.io/otel/sdk/log`. ([#​5925](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925)) - Make schema URL and scope attributes as identifying for `Tracer` in `go.opentelemetry.io/otel/bridge/opentracing`. ([#​5931](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931)) - Clear unneeded slice elements to allow GC to collect the objects in `go.opentelemetry.io/otel/sdk/metric` and `go.opentelemetry.io/otel/sdk/trace`. ([#​5804](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804)) ##### Fixed - Global MeterProvider registration unwraps global instrument Observers, the undocumented Unwrap() methods are now private. ([#​5881](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881)) - `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` now keeps the metadata already present in the context when `WithHeaders` is used. ([#​5892](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892)) - `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc` now keeps the metadata already present in the context when `WithHeaders` is used. ([#​5911](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911)) - `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` now keeps the metadata already present in the context when `WithHeaders` is used. ([#​5915](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915)) - Fix `go.opentelemetry.io/otel/exporters/prometheus` trying to add exemplars to Gauge metrics, which is unsupported. ([#​5912](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912)) - Fix `WithEndpointURL` to always use a secure connection when an https URL is passed in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`. ([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944)) - Fix `WithEndpointURL` to always use a secure connection when an https URL is passed in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. ([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944)) - Fix `WithEndpointURL` to always use a secure connection when an https URL is passed in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`. ([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944)) - Fix `WithEndpointURL` to always use a secure connection when an https URL is passed in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`. ([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944)) - Fix incorrect metrics generated from callbacks when multiple readers are used in `go.opentelemetry.io/otel/sdk/metric`. ([#​5900](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900)) ##### Removed - Remove all examples under `go.opentelemetry.io/otel/example` as they are moved to [Contrib repository](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples). ([#​5930](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930)) ##### What's Changed - Allow configuring the exemplar filter on the metrics SDK by [@​dashpole](https://redirect.github.com/dashpole) in [https://github.com/open-telemetry/opentelemetry-go/pull/5850](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5850) - chore(deps): update lycheeverse/lychee-action action to v2.0.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5884](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5884) - Run the test compatibility check even if tests failed by [@​dmathieu](https://redirect.github.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5879](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5879) - chore(deps): update lycheeverse/lychee-action action to v2.0.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5885](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5885) - fix(deps): update module github.com/prometheus/client_golang to v1.20.5 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5886](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5886) - chore(deps): update googleapis to [`796eee8`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/796eee8) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5888](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5888) - Remove company from emeritus by [@​dmathieu](https://redirect.github.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5887](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5887) - Add selector of exemplar reservoir providers to metric.Stream configuration by [@​dashpole](https://redirect.github.com/dashpole) in [https://github.com/open-telemetry/opentelemetry-go/pull/5861](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5861) - otel: conceal unwrapping for global async instrument registration by [@​jmacd](https://redirect.github.com/jmacd) in [https://github.com/open-telemetry/opentelemetry-go/pull/5881](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5881) - Generate `semconv/v1.27.0` by [@​MrAlias](https://redirect.github.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5894](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5894) - otlpmetricgrpc: Keep metadata for gRPC in context by [@​mrasu](https://redirect.github.com/mrasu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5892](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5892) - Cleanup interaction of exemplar and aggregation by [@​dashpole](https://redirect.github.com/dashpole) in [https://github.com/open-telemetry/opentelemetry-go/pull/5899](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5899) - chore(deps): update googleapis to [`324edc3`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/324edc3) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5908](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5908) - \[chore] Use errors.Join to unify errors by [@​MrAlias](https://redirect.github.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5907](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5907) - \[chore] Remove unnecessary type declaration in templated transforms by [@​MrAlias](https://redirect.github.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5906](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5906) - Keep metadata for gRPC in context for log signal by [@​RocooHash](https://redirect.github.com/RocooHash) in [https://github.com/open-telemetry/opentelemetry-go/pull/5911](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5911) - chore(deps): update benchmark-action/github-action-benchmark action to v1.20.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5916](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5916) - Revert Cleanup interaction of exemplar and aggregation by [@​XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5913](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5913) - Allow additional context to be added when WithHeaders is used in OTLP gRPC traces exporter by [@​pree-dew](https://redirect.github.com/pree-dew) in [https://github.com/open-telemetry/opentelemetry-go/pull/5915](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5915) - Fix exemplars being added to gauge metrics in the prometheus exporter by [@​trthomps](https://redirect.github.com/trthomps) in [https://github.com/open-telemetry/opentelemetry-go/pull/5912](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5912) - Switch arm builds out of actuated and into the CNCF runners by [@​dmathieu](https://redirect.github.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5923](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5923) - fix(deps): update module github.com/prometheus/common to v0.60.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5919](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5919) - Add Cheng-Zhen as a triager by [@​dmathieu](https://redirect.github.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5922](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5922) - sdk/instrumentation: Add Attributes to Scope by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5903](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5903) - Make scope attributes as identifying for Tracer by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5924](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5924) - Make scope attributes as identifying for Meter by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5926](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5926) - Make scope attributes as identifying for Logger by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5925](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5925) - log/logtest: Add Attributes to ScopeRecords by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5927](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5927) - opentracing: Make schemaURL and scope attributes as identifying for Tracer by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5931](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5931) - otlptrace: Add instrumentation scope attributes by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5934](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5934) - otlpmetric: Add instrumentation scope attributes by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5935](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5935) - otlplog: Add instrumentation scope attributes by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5933](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5933) - Remove examples by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5930](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5930) - docs: updating outdated comments by [@​codeboten](https://redirect.github.com/codeboten) in [https://github.com/open-telemetry/opentelemetry-go/pull/5940](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5940) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.23.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5939](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5939) - prometheus: Refactor getAttrs by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5937](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5937) - chore(deps): update googleapis to [`dd2ea8e`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/dd2ea8e) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5943](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5943) - log: Update package documentation by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5942](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5942) - prometheus: Add instrumentation scope attributes to otel_scope_info by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5932](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5932) - fix(deps): update github.com/opentracing-contrib/go-grpc digest to [`d08aa2b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d08aa2b) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5945](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5945) - Override insecure when endpoint URL is set by [@​sevaorlov](https://redirect.github.com/sevaorlov) in [https://github.com/open-telemetry/opentelemetry-go/pull/5944](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5944) - fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.15.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5949](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5949) - fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.15.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5948](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5948) - fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.15.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5953](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5953) - fix(deps): update github.com/opentracing-contrib/go-grpc digest to [`e3cbcab`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/e3cbcab) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5952](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5952) - chore(deps): update lycheeverse/lychee-action action to v2.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5950](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5950) - fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5951](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5951) - Fix incorrect metrics getting generated from multiple readers by [@​pree-dew](https://redirect.github.com/pree-dew) in [https://github.com/open-telemetry/opentelemetry-go/pull/5900](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5900) - Allow GC to collect unneeded slice elements by [@​ash2k](https://redirect.github.com/ash2k) in [https://github.com/open-telemetry/opentelemetry-go/pull/5804](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5804) - chore(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5957](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5957) - fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5958](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5958) - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`51a56c3`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/51a56c3) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5959](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5959) - Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 by [@​pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5960](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5960) ##### New Contributors - [@​mrasu](https://redirect.github.com/mrasu) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5892](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5892) - [@​RocooHash](https://redirect.github.com/RocooHash) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5911](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5911) - [@​trthomps](https://redirect.github.com/trthomps) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5912](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5912) - [@​sevaorlov](https://redirect.github.com/sevaorlov) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5944](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5944) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.62.0`](https://redirect.github.com/golangci/golangci-lint/compare/v1.61.0...v1.62.0) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.61.0...v1.62.0)

Configuration

πŸ“… Schedule: Branch creation - "before 9am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 week ago

β„Ή Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.17.42 -> v1.17.45
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 -> v1.16.19
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 -> v1.3.23
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 -> v2.6.23
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 -> v1.12.4
github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 -> v1.24.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 -> v1.28.4
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 -> v1.33.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0
golang.org/x/sys v0.26.0 -> v0.27.0
golang.org/x/text v0.19.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241104194629-dd2ea8efbc28
nullify-latest[bot] commented 1 week ago

Nullify Code Vulnerabilities

1 findings found in this pull request

πŸ”΄ CRITICAL 🟑 HIGH πŸ”΅ MEDIUM βšͺ LOW
0 1 0 0

You can find a list of all findings here

nullify-latest[bot] commented 1 week ago

Nullify Container Vulnerabilities

Container vulnerabilities occur due to misconfigurations, outdated software, or unpatched security flaws in containerized applications.

Severity Threshold: πŸ”΅ MEDIUM

63 Vulnerabilities found in image: debian:12@sha256:ee3d55f120c37da7f86891e525c65374065beb1a256e7fb86dcda7238c4b3a8e

Total Vulnerabilities πŸ”΄ CRITICAL 🟑 HIGH πŸ”΅ MEDIUM βšͺ LOW
63 5 19 39 0

https://github.com/Nullify-Platform/Logger/blob/3cc1aaf162706889f6b2281509f55324aae6652e/Dockerfile#L1

View Vulnerable Packages **`Package: debian:git`** **`Version: 1:2.39.5-0+deb12u1`** **`Vulnerabilities: 5`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 1 | 4 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-32002 | CRITICAL | 9.00 | 6.00 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H | | CVE-2024-32465 | HIGH | 7.30 | 6.00 | 0.70 | | | CVE-2024-32004 | HIGH | 8.10 | 6.00 | 1.40 | | | CVE-2023-29007 | HIGH | 7.80 | 5.90 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H | | CVE-2023-25652 | HIGH | 7.50 | 3.60 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N |
--- **`Package: debian:git-man`** **`Version: 1:2.39.5-0+deb12u1`** **`Vulnerabilities: 5`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 1 | 4 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-32002 | CRITICAL | 9.00 | 6.00 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H | | CVE-2024-32465 | HIGH | 7.30 | 6.00 | 0.70 | | | CVE-2024-32004 | HIGH | 8.10 | 6.00 | 1.40 | | | CVE-2023-29007 | HIGH | 7.80 | 5.90 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H | | CVE-2023-25652 | HIGH | 7.50 | 3.60 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N |
--- **`Package: debian:libssl3`** **`Version: 3.0.14-1~deb12u2`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 1 | 0 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-5535 | CRITICAL | 9.10 | 5.20 | 3.90 | |
--- **`Package: debian:openssl`** **`Version: 3.0.14-1~deb12u2`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 1 | 0 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-5535 | CRITICAL | 9.10 | 5.20 | 3.90 | |
--- **`Package: debian:zlib1g`** **`Version: 1:1.2.13.dfsg-1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 1 | 0 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-45853 | CRITICAL | 9.80 | 5.90 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
--- **`Package: debian:libpython3.11-minimal`** **`Version: 3.11.2-6+deb12u3`** **`Vulnerabilities: 3`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 2 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-0397 | HIGH | 7.40 | 5.20 | 2.20 | | | CVE-2024-6923 | MEDIUM | 5.50 | 3.40 | 2.10 | | | CVE-2023-27043 | MEDIUM | 5.30 | 1.40 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
--- **`Package: debian:libpython3.11-stdlib`** **`Version: 3.11.2-6+deb12u3`** **`Vulnerabilities: 3`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 2 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-0397 | HIGH | 7.40 | 5.20 | 2.20 | | | CVE-2024-6923 | MEDIUM | 5.50 | 3.40 | 2.10 | | | CVE-2023-27043 | MEDIUM | 5.30 | 1.40 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
--- **`Package: debian:python3.11`** **`Version: 3.11.2-6+deb12u3`** **`Vulnerabilities: 3`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 2 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-0397 | HIGH | 7.40 | 5.20 | 2.20 | | | CVE-2024-6923 | MEDIUM | 5.50 | 3.40 | 2.10 | | | CVE-2023-27043 | MEDIUM | 5.30 | 1.40 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
--- **`Package: debian:python3.11-minimal`** **`Version: 3.11.2-6+deb12u3`** **`Vulnerabilities: 3`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 2 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-0397 | HIGH | 7.40 | 5.20 | 2.20 | | | CVE-2024-6923 | MEDIUM | 5.50 | 3.40 | 2.10 | | | CVE-2023-27043 | MEDIUM | 5.30 | 1.40 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
--- **`Package: debian:libsqlite3-0`** **`Version: 3.40.1-2`** **`Vulnerabilities: 2`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-7104 | HIGH | 7.30 | 3.40 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L | | CVE-2024-0232 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
--- **`Package: debian:libexpat1`** **`Version: 2.5.0-1+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-52425 | HIGH | 7.50 | 3.60 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
--- **`Package: debian:libldap-2.5-0`** **`Version: 2.5.13+dfsg-5`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-2953 | HIGH | 7.50 | 3.60 | 3.90 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
--- **`Package: debian:libperl5.36`** **`Version: 5.36.0-7+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-31484 | HIGH | 8.10 | 5.90 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
--- **`Package: debian:perl`** **`Version: 5.36.0-7+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-31484 | HIGH | 8.10 | 5.90 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
--- **`Package: debian:perl-base`** **`Version: 5.36.0-7+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-31484 | HIGH | 8.10 | 5.90 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
--- **`Package: debian:perl-modules-5.36`** **`Version: 5.36.0-7+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 1 | 0 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-31484 | HIGH | 8.10 | 5.90 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
--- **`Package: debian:cpp-12`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:g++-12`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:gcc-12`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:gcc-12-base`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libasan8`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libatomic1`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libcc1-0`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libgcc-12-dev`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libgcc-s1`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libgcrypt20`** **`Version: 1.10.1-3`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-2236 | MEDIUM | 5.90 | 3.60 | 2.20 | |
--- **`Package: debian:libgomp1`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libitm1`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:liblsan0`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libncursesw6`** **`Version: 6.4-4`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-50495 | MEDIUM | 6.50 | 3.60 | 2.80 | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
--- **`Package: debian:libnghttp2-14`** **`Version: 1.52.0-1+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-28182 | MEDIUM | 5.30 | 1.40 | 3.90 | |
--- **`Package: debian:libpam-modules`** **`Version: 1.5.2-6+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-22365 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
--- **`Package: debian:libpam-modules-bin`** **`Version: 1.5.2-6+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-22365 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
--- **`Package: debian:libpam-runtime`** **`Version: 1.5.2-6+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-22365 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
--- **`Package: debian:libpam0g`** **`Version: 1.5.2-6+deb12u1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2024-22365 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
--- **`Package: debian:libquadmath0`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libstdc++-12-dev`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libstdc++6`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libtinfo6`** **`Version: 6.4-4`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-50495 | MEDIUM | 6.50 | 3.60 | 2.80 | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
--- **`Package: debian:libtsan2`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:libubsan1`** **`Version: 12.2.0-14`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4039 | MEDIUM | 4.80 | 2.50 | 2.20 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N |
--- **`Package: debian:login`** **`Version: 1:4.13+dfsg1-1+b1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4641 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
--- **`Package: debian:ncurses-base`** **`Version: 6.4-4`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-50495 | MEDIUM | 6.50 | 3.60 | 2.80 | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
--- **`Package: debian:ncurses-bin`** **`Version: 6.4-4`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-50495 | MEDIUM | 6.50 | 3.60 | 2.80 | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
--- **`Package: debian:passwd`** **`Version: 1:4.13+dfsg1-1+b1`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2023-4641 | MEDIUM | 5.50 | 3.60 | 1.80 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
--- **`Package: debian:wget`** **`Version: 1.21.3-1+b2`** **`Vulnerabilities: 1`**
View Vulnerabilities (CVEs) | πŸ”΄ CRITICAL | 🟑 HIGH | πŸ”΅ MEDIUM | βšͺ LOW | |-|-|-|-| | 0 | 0 | 1 | 0 | | CVE | Severity | CVSS | Impact Score | ExploitabilityScore | Vector String | |-|-|-|-|-|-| | CVE-2021-31879 | MEDIUM | 6.10 | 2.70 | 2.80 | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N |
---

I couldn't find any alternative images for v1.62.0