Skip to content

Move Scan PORO to CE [RUN AS-IF-FOSS]

Cyrine Gamoudi requested to merge CyrineG1/gitlab:master into master

What does this MR do?

This MR is related to Port SAST and Secret Detection rails platform code to GitLab CE

As part of GSOC2021, I will be working on Port SAST and Secret Detection rails platform code to GitLab CE for the issue described in #284689. A security report is deserialized from JSON using POROs under lib/gitlab/ci/reports/security/ . The "Scan" object (Gitlab::Ci::Reports::Security::Scan) is one of the most simple and so, as first step, to get familiar with the process of running tests in RUN AS-IF-FOSS and creating a merge request, in this MR I moved the Scan PORO and scan_spec.rb from under the EE namespace to CE.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Lucas Charles

Merge request reports