Introduce present_on_default_branch:boolean to Vulnerability model
Why are we doing this work?
- We have more than one source-of-truth for the Vulnerability state
- It prevents us from building Vulnerability audit trail feature
- It's unnecessarily complex
See #323129 (closed) and https://docs.google.com/document/d/1se3qnTH3bOuL9j-A4Kyu_au6eZlzU1zuvGzbOUj_fAw/preview for more details.
Implementation plan
-
database Create a migration that add
present_on_default_branch:boolean
column tovulnerabilities
table with default value oftrue
Edited by Michał Zając