Skip to content

Fix project changes auditor spec

Vladimir Shushlin requested to merge fix-auditor-pages-access-level-spec into master

What does this MR do?

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12893

Project trait override default value for project_feature.pages_access_level

Which causes additional changes to be tracked by auditor

We just reload project before executing tests to clean changed attributes.

Alternatively, we can add trait :pages_private (new default value) to project creation

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Merge request reports