Implemented VEX consumption and processing

Signed-off-by: Steve Springett <steve@springett.us>
This commit is contained in:
Steve Springett 2022-05-08 00:31:27 -05:00
parent 6637fe2b9d
commit 6bc6c72f36
22 changed files with 1234 additions and 42 deletions

View file

@ -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));