mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 16:03:19 +00:00
Implemented VEX consumption and processing
Signed-off-by: Steve Springett <steve@springett.us>
This commit is contained in:
parent
6637fe2b9d
commit
6bc6c72f36
22 changed files with 1234 additions and 42 deletions
|
@ -569,6 +569,7 @@ final class ProjectQueryManager extends QueryManager implements IQueryManager {
|
|||
recursivelyDelete(s, false);
|
||||
}
|
||||
deleteBoms(project);
|
||||
deleteVexs(project);
|
||||
removeProjectFromNotificationRules(project);
|
||||
delete(project.getProperties());
|
||||
delete(getAllBoms(project));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue