Skip to content

Draft: Deprecate file_checksum attribute on XrayReport

Anna Springfield requested to merge deprecate-file-checksum-on-xray-report into master

What does this MR do and why?

Removes the validation on file_checksum on the XrayReport model and references to that attribute and ignores the column so it can be dropped in the next release.

This attribute is not used, and we are changing the data sent from X-Ray to the monolith to instead include checksums and file names for each dependency file, since there could be multiple dependency files for any given project + language. So this file_checksum that does not specify which dependency file it is for is no longer needed.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports