Skip to content

Fix singleton events not being labelled as such#5775

Merged
nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro:fix-singleton-events
Feb 3, 2026
Merged

Fix singleton events not being labelled as such#5775
nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro:fix-singleton-events

Conversation

@nscuro
Copy link
Member

@nscuro nscuro commented Feb 3, 2026

Description

Fixes singleton events not being labelled as such.

Some events are supposed to only be queued at most once at any given time. A few of those events were not correctly implemented as singletons, meaning there could potentially be situations where multiple would be processed concurrently.

Addressed Issue

N/A

Additional Details

N/A

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have added corresponding update logic
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

Some events are supposed to only be queued at most once at any given time. A few of those events were not correctly implemented as singletons, meaning there could potentially be situations where multiple would be processed concurrently.

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added this to the 4.14.0 milestone Feb 3, 2026
@nscuro nscuro added the defect Something isn't working label Feb 3, 2026
@owasp-dt-bot
Copy link

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@nscuro
Copy link
Member Author

nscuro commented Feb 3, 2026

Test failures are unrelated.

@nscuro nscuro merged commit 050084c into DependencyTrack:master Feb 3, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

defect Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants