Niklas
Niklas
Related to https://github.com/DependencyTrack/frontend/issues/153. As mentioned in https://github.com/DependencyTrack/dependency-track/discussions/1831#discussioncomment-3260735, it's kind of a known issue, but we didn't have the time to look into it yet. If you'd like to contribute a...
Implemented in https://github.com/DependencyTrack/frontend/pull/801
> Our configuration is controlled by puppet and we don't want the container making changes. An easy solution would be to make the file not writable by the user of...
> It's just happened again, the request is GET https://dependencytrack.domain/api/v1/project/undefined and the dialog does not load. I have no idea where that undefined is coming from because it should be...
Also, an `IllegalArgumentException` should not result in a `HTTP 500` being returned. I'll add appropriate error handling in the API server so it returns a `HTTP 400` instead, including the...
Hmmm, that's odd. I can reproduce this as follows (executing commands in this repository): ```shell # Ensure the conf.d directory is accessible by others (including 101 in container) # This...
Yeah pretty sure this is a duplicate of https://github.com/DependencyTrack/dependency-track/issues/4048, which has just been fixed and will ship with DT v4.11.6 (which I am in the process of releasing in this...
Hi @nvcastelli, thanks for the PR! > For this change to work some new dependencies need to be included: > * js-xlsx > * tableexport.jquery.plugin > * file-saver Could you...
@nvcastelli I just gave this a spin, but it seems like despite usage of `exportDataType: 'all'`, the export still only contains only up to 100 components. The issue seems to...
> My understanding is that the export-table functionality sets the pagesize to the amount of items in the list, then pulls from them that way. In that case I'd have...