Niklas
Niklas
> @AkselAllas But I think it would be best to do a minor release of dependency-track with this fix attached. If you look at the PR I referenced, it has...
Thanks @cheapshot2000! Closing this issue then. We're hoping to get the v4.12.1 release out this week.
Thanks! I think a safer approach would be to use the Vue router instead of hardcoding URL paths, since it should work in all cases. You'll want to use `router.push`,...
@savek-cc Testing helps more than anything else tbh. Code review is one thing, but making sure stuff isn't breaking for real workloads is the main chunk of work for reviews....
Doing some testing as well now. I noticed there is a concurrency issue in versatile which I'll need to fix: ``` 2025-12-04 16:28:30,781 ERROR [VulnerabilityAnalysisTask] Failed to analyze project [eventToken=2b9777f2-6c5c-43a4-8a32-5ffa61980fa7,...
Released versatile 0.14.0 which fixes the above and also adds support for Alpine and Python versions: https://github.com/nscuro/versatile/releases/tag/v0.14.0 This should then also resolve https://github.com/DependencyTrack/dependency-track/issues/3808
My initial plan is to download the data from each source, normalize it, and write it to separate SQLite databases. Doing it for each source separately allows for parallelization despite...
@stiwa-wrre None of the proposed indexes are for that table. Would it be possible for you to run the query you shared with `EXPLAIN ANALYZE` and share the result?
Thanks for reporting. As a workaround you can override the health check in your Compose file: https://docs.docker.com/reference/compose-file/services/#healthcheck This also doesn't impact users who deploy to k8s, since the health check...
The flag to disable proxying is just different for the Alpine `wget`: https://stackoverflow.com/a/62930732 > [...] or is it required [...] Yes, it is required. When a proxy is configured we...