1. 04 Mar, 2021 1 commit
    • Matthias Käppler's avatar
      Batch-load vulnerability findings by UUID · 2c9532e8
      Matthias Käppler authored
      This prevents an N+1 where the StoreReportService
      would previously query for a Finding by UUID one-by-one
      only to fall back on a different query/creation when
      not found.
      
      Instead, we now pre-load findings into a Hash by UUID,
      and only fall back in case we haven't already found it.
      2c9532e8
  2. 03 Mar, 2021 39 commits