Skip to content

Move POROs to CE [RUN AS-IF-FOSS]

Cyrine Gamoudi requested to merge CyrineG1/gitlab:move-POROs-into-CE into master

What does this MR do?

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

Following !64790 (merged), This Merge Request moves the rest of the ee/lib/gitlab/ci/reports/security POROs, as well as Gitlab::Ci::Parsers::Security::Common, Gitlab::Ci::Parsers::Security::Sast and Gitlab::Ci::Parsers reference from EE to CE.

Note: I created this MR to start review earlier. UUID tests currently fail locally because they were initially written for dependency scanner and not SAST, but that should be fixed with !65194 (merged).

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

Merge request reports