diff --git a/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py b/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py index 6e04bd650e4d..de8e663235ee 100644 --- a/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py +++ b/src/dispatch/database/revisions/tenant/versions/2025-08-06_f2bce475e71b.py @@ -16,7 +16,7 @@ def upgrade(): - op.add_column('project', sa.Column('suggest_security_event_over_incident', sa.Boolean(), server_default='t', nullable=True)) + op.add_column('project', sa.Column('suggest_security_event_over_incident', sa.Boolean(), server_default='f', nullable=True)) def downgrade(): diff --git a/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue b/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue index adfaa57099fd..8de3f3bda461 100644 --- a/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue +++ b/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue @@ -25,6 +25,26 @@ If you suspect an incident and need help, please fill out this form to the best of your abilities.

+ + +
+ Consider reporting as a Security Event instead +
+ Please consider using the + + Security Event reporting page + + for better handling and response. +
+

If you have additional questions, please check out the following FAQ document: @@ -102,26 +122,6 @@

- - -
- Consider reporting as a Security Event instead -
- Please consider using the - - Security Event reporting page - - for better handling and response. -
-