rkg-mm

Results 114 comments of rkg-mm

@valentijnscholten It is true that this might have an impact on huge portfolios performance (if anyone has a DB of a huge instance, maybe cloning into a test system would...

@nscuro what do you think about an ACL cache DB table?

Rough draft, how about something like this? ``` ProjectID | TeamID | InheritedFromProjectID --------------------------------------------------- 1 | SuperUser | 2 | SuperUser | 1 2 | Example | 3 | SuperUser...

@StL-Jim it won't be included in 4.8 since we need to find a better solution. I don't have much resources which I could allocate from my team so unless someone...

@nscuro running into the same issue in at least one project now which can't upload BOMs anymore. Can we put this in a bugfix release possibly?

@nscuro for the moment I found a quick fix by filtering unnecessary html code contained in some licenses that were automatically loaded from URLs into the BOM file, so for...

Addition: If the Project was created by Team API key then it should be visible which team created the project. But I would see this as enhancement not as a...

I think this can be tackled now using the new parent-child views we introduced in https://github.com/DependencyTrack/frontend/pull/328. Basically, my idea posted here https://github.com/DependencyTrack/dependency-track/issues/2041 could be used for this. While my idea...