Skip to content

Truncate the `security_findings` table

Mehmet Emin INAC requested to merge truncate_security_findings_table into master

What does this MR do?

Since there was an issue with the deduplication logic of the security_findings, we have to truncate this table to remove the broken data.

Database review

rake db:migrate:up

== 20201207151651 TruncateSecurityFindingsTable2: migrating ===================
== 20201207151651 TruncateSecurityFindingsTable2: migrated (0.0106s) ==========

rake db:rollback

== 20201207151651 TruncateSecurityFindingsTable2: reverting ===================
== 20201207151651 TruncateSecurityFindingsTable2: reverted (0.0000s) ==========

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Mehmet Emin INAC

Merge request reports