Niklas

Results 821 comments of Niklas

This will be a bigger task and is also affected by how #1642 turns out. Moving to 4.7.

Thanks for reporting. We should definitely reduce the noise and only report this once.

Thanks for raising this @syalioune. I'm happy you're bringing this up, as it is something we're actively looking into right now. But as you said, we need to identify our...

Could you specify > application is restarted but completely losing all projects and settings a little more? * Are there any errors in the logs when restarting? * Can you...

Connect to the `dtrack` database: ``` \c dtrack ``` Verify you're on the right database via `\dt`, printing all tables within it: ``` dtrack=# \dt List of relations Schema |...

> a)is it a docker-compose or an application issue ? As I pointed out in https://github.com/DependencyTrack/dependency-track/issues/1620#issuecomment-1126157895, it's an issue with your compose file. More specifically, the format in which you...

Well, are there any projects in your new DT instance? I'm not familiar with the Jenkins plugin, you may want to ask in the plugin's project: https://github.com/jenkinsci/dependency-track-plugin

Great suggestion! What would the desired behavior be if the project already exists? 1. Ignore the tags 2. Only *add* tags from the request, but don't remove any existing tags...

Thanks @olafz, I modified the title of your issue to reflect that we indeed have to migrate away from our legacy data feed consumption to the NVD's new API, which...