• 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
323059-batch-load-findings-by-uuid.yml 100 Bytes