Validate `finding_id` foreign key on `vulnerabilities` table
Why are we doing this work?
After Backfill `finding_id` foreign key on `vulnerabi... (#418971 - closed) is done, we must validate the foreign key constraint. Unfortunately, vulnerabilities
table is huge so we must do it asynchronously.
Implementation plan
Edited by Michael Becker