Default Project Visibility Should Not Be Public
policy name: default_project_visibility_is_public
severity: HIGH
Description
Your server is configured by default that every new project is created public. This means that it will be accessible by any member and unauthenticated user. It is recommended to turn the default option to be private and let admins control public visibility explicitly when needed.
Remediation
- Press Settings -> General
- Expand ‘Visibility and access controls’ section
- Under ‘Default project visibility’ toggle ‘Private’
- Press ‘Save Changes’