Skip to content

Commit c2a18e6

Browse files
committed
chore: remove double affected status
1 parent 8cbf15a commit c2a18e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/application/core/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class Status:
3535
STATUS_NOT_AFFECTED = "Not affected"
3636
STATUS_NOT_SECURITY = "Not security"
3737
STATUS_RISK_ACCEPTED = "Risk accepted"
38-
STATUS_AFFECTED = "Affected"
3938

4039
STATUS_CHOICES = [
4140
(STATUS_OPEN, STATUS_OPEN),
@@ -47,7 +46,6 @@ class Status:
4746
(STATUS_NOT_AFFECTED, STATUS_NOT_AFFECTED),
4847
(STATUS_NOT_SECURITY, STATUS_NOT_SECURITY),
4948
(STATUS_RISK_ACCEPTED, STATUS_RISK_ACCEPTED),
50-
(STATUS_AFFECTED, STATUS_AFFECTED),
5149
]
5250

5351
STATUS_ACTIVE = [STATUS_OPEN, STATUS_AFFECTED, STATUS_IN_REVIEW]

0 commit comments

Comments
 (0)