Niklas

Results 834 comments of Niklas

Does logging in as default admin user work? If so, please check whether the OIDC user you tried logging in as was created. I suspect the 403 you're seeing is...

> but how come it didn't work when added the ALPINE_OIDC_TEAMS_DEFAULT=Administrators property. `ALPINE_OIDC_TEAMS_DEFAULT` only takes effect when the user is first provisioned, as in upon first successful login via OIDC....

Notifications are dispatched and processed asynchronously, so tests asserting on them can suffer from race conditions. I would recommend to use [Awaitility](http://www.awaitility.org/) to account for that, see here for an...

> I think this is ready for review. Any chance of this making it into the 4.12 release? I'll try to get it reviewed this week. Unless there are some...

This is really odd since we de-duplicate component properties *multiple times* such that there can't be more than one property for each `groupName`-`propertyName`-`propertyValue` combination. I can not reproduce this with...

@turbolocust This is caused by https://github.com/DependencyTrack/dependency-track/issues/3957, which is already fixed via #3958. But the fix was not yet released. If this is a more widespread issue we'll definitely look into...

I did a quick smoke test and I can reproduce the issue with @simonknittel's BOM. First upload succeeds, for the second the `Duplicate key` exception is thrown. But will need...

I did some more testing yesterday. I was not able to reproduce it with *BOM Processing V2* enabled. I also noted that the Syft BOM shared above has lots of...

Yeah if there's already duplicate properties it will run into the same issue. But it should not cause new duplicates.

@mbxsuite Projects in DT are not meant to hold more than one BOM at once. It doesn't do any merging - if you observed that happening before, it was by...