Bug 6717: Duplicate calls on vulnerability third party integrations. (#7698)

If the same vulnerability was present in more than one software, then duplicated third party integration calls were being issued.
This commit is contained in:
Juan Fernandez
2022-09-13 10:41:52 -04:00
committed by GitHub
parent 510ff2aa64
commit 765031d962
12 changed files with 95 additions and 22 deletions
@@ -0,0 +1,2 @@
* If the same vulnerability was detected in more than one Software, duplicate calls were being
issued to third party integrations.