- Aug 25, 2021
-
-
GitLab Release Tools Bot authored
[merge-train skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Speicher authored
Prepare 14.0.8-ee release See merge request gitlab-org/gitlab!68761
-
Reuben Pereira authored
Backport fix for flaky spec to 14.0 See merge request gitlab-org/gitlab!68959
-
Reuben Pereira authored
Taken from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65153.
-
Reuben Pereira authored
Geo 2.0 Regression - Add ability to remove primary See merge request gitlab-org/gitlab!68867
-
Zack Cuddy authored
-
Reuben Pereira authored
Backport: Fix Sidekiq workers delete each other's metrics See merge request gitlab-org/gitlab!68771
-
- Aug 23, 2021
-
-
Matthias Käppler authored
When we moved the logic that wipes the Prometheus metrics dir out of the Rackup file and into the initializer, all Sidekiq workers would call this and potentially enter a race condition where they deleted each other's database files. Changelog: fixed
-
Resolve "operator does not exist: integer[] || bigint in app/models/namespace/traversal_hierarchy.rb" See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67288 Changelog: changed
-
See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66627 Changelog: other
-
- Aug 03, 2021
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[merge-train skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
Don't allow to add users to project with email different than group sett See merge request gitlab-org/security/gitlab!1563
-
Henri Philipps authored
Hide project-level CI/CD Analytics page for Guest users See merge request gitlab-org/security/gitlab!1574
-
GitLab Release Tools Bot authored
Merge branch 'security-not-allow-to-impersonate-tokens-while-impersonation-is-off-14-0' into '14-0-stable-ee' Block pushing with impersonation token if impersonation is disabled See merge request gitlab-org/security/gitlab!1584
-
mksionek authored
Changelog: security
-
- Aug 02, 2021
-
-
Nathan Friend authored
This commit updates the project-level CI/CD Analytics page to not be accessible by Guest users of private projects. Changelog: security
-
GitLab Release Tools Bot authored
Add permissions check to pipelines#show action See merge request gitlab-org/security/gitlab!1613
-
GitLab Release Tools Bot authored
Disallow non-members to set issue metadata on issue create See merge request gitlab-org/security/gitlab!1581
-
GitLab Release Tools Bot authored
Do not show email address in error message See merge request gitlab-org/security/gitlab!1597
-
GitLab Release Tools Bot authored
Misleading username could lead to impersonation in using SSH Certificates See merge request gitlab-org/security/gitlab!1610
-
GitLab Release Tools Bot authored
Remove impersonation token from api response for non-admin user See merge request gitlab-org/security/gitlab!1566
-
GitLab Release Tools Bot authored
Only allow invite to be accepted by user with matching email See merge request gitlab-org/security/gitlab!1633
-
Robert Speicher authored
Add html escaping for default branch name See merge request gitlab-org/security/gitlab!1631
-
GitLab Release Tools Bot authored
Configure OmniAuth to use GitLab AppLogger See merge request gitlab-org/security/gitlab!1616
-
GitLab Release Tools Bot authored
Merge branch 'security-prevent-guests-from-creating-issues-with-sentry-error-14-0' into '14-0-stable-ee' Prevent Guest users from creating issues linked to Sentry errors See merge request gitlab-org/security/gitlab!1588
-
GitLab Release Tools Bot authored
Updates oauth to 0.5.6 See merge request gitlab-org/security/gitlab!1568
-
GitLab Release Tools Bot authored
Unauthorized User Can Trigger Deployment to the Protected Environment See merge request gitlab-org/security/gitlab!1607
-
GitLab Release Tools Bot authored
Fix tag ref detection for pipelines See merge request gitlab-org/security/gitlab!1548
-
GitLab Release Tools Bot authored
Restrict access to instance-level security features for reporters See merge request gitlab-org/security/gitlab!1539
-
GitLab Release Tools Bot authored
[14.0] Fix XSS in Mermaid Markdown rendering See merge request gitlab-org/security/gitlab!1489
-
GitLab Release Tools Bot authored
Filter todos whose target users no longer have access to [RUN AS-IF-FOSS] See merge request gitlab-org/security/gitlab!1554
-
- Jul 30, 2021
-
-
Drew Blessing authored
Previously, any user was able to accept an invite even if the user's email addresses didn't match the invite. A note was displayed but the invite could still be accepted. With this change, a user without a matching, confirmed email address is unable to accept the invite. Changelog: security
-
Dheeraj Joshi authored
This escapes html chars for default branch name value in initializing repository instructions This is to prevent XSS vulnerability Changelog: security
-
- Jul 28, 2021
-
-
Drew Blessing authored
OmniAuth logger was not being configured properly and some logs were being dropped. This change ensures OmniAuth log messages are output to `application.log` and/or `application_json.log` as appropriate depending on configuration. Fix Group SAML Spec order dependency Change `allow/expect_any_instance_of` to `allow/expect_next_instance_of` to avoid leaking state from other tests. Changelog: security
-
- Jul 27, 2021
-
-
Jose Ivan Vargas Lopez authored
This check renders a 404 in case the user trying to access the pipeline details page doesn't have enough permissions Changelog: security
-