Skip to content

Commit

Permalink
Fix: Fix filtering of duplicate results from the scanner
Browse files Browse the repository at this point in the history
Not all duplicate results from the scanner were filtered since
OSP results are fetched while the scan is running and duplicates
can exist in the same batch of fetched results.
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed May 7, 2024
1 parent 45638fb commit 4ac9068
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 121 deletions.
2 changes: 1 addition & 1 deletion src/manage.h
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ insert_report_host_detail (report_t, const char *, const char *, const char *,
const char *);

int
manage_report_host_detail (report_t, const char *, const char *);
manage_report_host_detail (report_t, const char *, const char *, GHashTable *);

void
hosts_set_identifiers (report_t);
Expand Down
Loading

0 comments on commit 4ac9068

Please sign in to comment.