-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ports DependencyTrack/dependency-track#4234 The implementation differs in the following ways: * Locks are not acquired in-memory but instead through the database (shedlock), since it must work across multiple app instances. * Risk of duplicates during reconciliation of violations was already fixed when implementing the CEL-based policy engine. * A UNIQUE constraint is added to prevent duplicate records from being created at the database-level. Now-redundant indexes are removed. Signed-off-by: nscuro <[email protected]>
- Loading branch information
Showing
4 changed files
with
69 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters