Skip to content

Replace scanned_resources_for_csv with ScannedResource object

What does this MR do?

Having a Security:Report return scanned_resources as an array of hashes, then converting that to an array of OpenStruct to render as a CSV file is a little convoluted. The MR aims to remedy that by having the Security::Report return the scanned_resources as an array of ScannedResources, therefore no conversion for CSV is required.

This MR related to #227703 (closed)

Screenshots

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 Craig Smith

Merge request reports