Niklas

Results 836 comments of Niklas

Thanks for the logs. Looks like that's the issue I meant. There should be further logs from `ProcessorInitializer` past the `Initializing processors` log, but there are none. https://github.com/DependencyTrack/hyades-apiserver/pull/711 should resolve...

Reopening, that didn't help. For some reason the request to describe topics of the cluster gets stuck, despite various timeouts being configured: ``` 2024-06-11 13:12:38 2024-06-11 11:12:38,417 DEBUG [KafkaAdminClient] [AdminClient...

I can only reproduce this on an arm64 MacBook, but not on a similarly specced amd64 Linux machine. Really odd.

DT doesn't log any queries by default. This looks like you configured Postgres to log queries in Azure, and you're using Azure's log analytics service on top of that. You'll...

DT doesn't know about any cloud and roles within it. Your Postgres database has verbose query logging enabled, but that configuration is entirely on your side and nothing DT can...

Hmmm... DT has historically only stored the SWID Tag ID, but not the name. It does seem like `name` has been a required property since forever, so not sure why...

> I saw that the versions are a bit special, thez contain "preview" and other punctuation - could it be related to that? Yeah it seems DT can't work out...

@antoinbo As of version 4.12.x (not sure which bugfix release it was, please check the changelog) we properly handle primary and secondary rate limiting for GitHub requests. If you're running...

> After digging in DependencyTrack databases we can several entries in the table COMPONENTS_VULNERABILITIES but we don't understand how that's possible. Would it be possible to share what exactly you...

We will want a similar treatment as https://github.com/DependencyTrack/dependency-track/pull/4837 for the `COMPONENT_VULNERABILITIES` table: * Clean up duplicates prior to upgrade. * After / during upgrade, create a primary key to prevent...