Skip to content
Snippets Groups Projects
Select Git revision
20 results

20230829120720

  • Michael Becker's avatar
    56f9e000
    Add `finding_id` to the `vulnerabilities` table · 56f9e000
    Michael Becker authored and Diogo Frazão's avatar Diogo Frazão committed
    There is an existing `has_many`/`belongs_to` association between the
    `vulnerabilities` and `vulnerability_occurrences` tables.
    
    We want to make this a legit 1-to-1 relationship eventually. As a step
    towards that we are adding an `id` column that will eventually be used
    for a foreign ey constraint.
    
    after adding the column and updating the app code to write to the
    column, we need to backfill the new column. [MR 130058][0] will handle
    the backfill
    
    resolves: #418970
    
    [0]:!130058
    
    Changelog: changed
    EE: true
    56f9e000
    History
    Add `finding_id` to the `vulnerabilities` table
    Michael Becker authored and Diogo Frazão's avatar Diogo Frazão committed
    There is an existing `has_many`/`belongs_to` association between the
    `vulnerabilities` and `vulnerability_occurrences` tables.
    
    We want to make this a legit 1-to-1 relationship eventually. As a step
    towards that we are adding an `id` column that will eventually be used
    for a foreign ey constraint.
    
    after adding the column and updating the app code to write to the
    column, we need to backfill the new column. [MR 130058][0] will handle
    the backfill
    
    resolves: #418970
    
    [0]:!130058
    
    Changelog: changed
    EE: true
Code owners
Assign users and groups as approvers for specific file changes. Learn more.