Skip to content

Commit

Permalink
gitlab: 12.10.9 -> 12.10.11
Browse files Browse the repository at this point in the history
CI Token Access Control

An authorization issue discovered in the mirroring logic allowed read access to private repositories. This issue is now mitigated in the latest release and is waiting for a CVE ID to be assigned.

https://about.gitlab.com/releases/2020/06/10/critical-security-release-13-0-6-released/
  • Loading branch information
flokli committed Jun 10, 2020
1 parent 8946799 commit 3748b5f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 29 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/version-management/gitlab/data.json
@@ -1,13 +1,13 @@
{
"version": "12.10.9",
"repo_hash": "0mhvw09rvvq4iq18s6xfnl17irg305pxkwjgrsn7k06k0zf4dx5l",
"version": "12.10.11",
"repo_hash": "058xnmmz4fnan85x0mw0s2i2lr9y7yx2hqxfcil1frj2rz7ralds",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.10.9-ee",
"rev": "v12.10.11-ee",
"passthru": {
"GITALY_SERVER_VERSION": "12.10.9",
"GITALY_SERVER_VERSION": "12.10.11",
"GITLAB_PAGES_VERSION": "1.17.0",
"GITLAB_SHELL_VERSION": "12.2.0",
"GITLAB_WORKHORSE_VERSION": "8.30.2"
"GITLAB_WORKHORSE_VERSION": "8.30.3"
}
}
Expand Up @@ -19,14 +19,14 @@ let
};
};
in buildGoPackage rec {
version = "12.10.9";
version = "12.10.11";
pname = "gitaly";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "0rcds6shwmqv2acjdj1i0jhjcp3ww8b1aysqqsyvsgfaa160n9s9";
sha256 = "1qzrfnihcx8ysy40z2sq5rgdgpp2gy5db8snlx7si2l9h6pjg7hz";
};

# Fix a check which assumes that hook files are writeable by their
Expand Down
13 changes: 2 additions & 11 deletions pkgs/applications/version-management/gitlab/gitaly/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "gitlab-workhorse";

version = "8.30.2";
version = "8.30.3";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "1ws59ry16kx4nqp92xcqw3fri570pvpdgvy822ndi7rybw5xij7p";
sha256 = "13xnx04j8p31l1lslcixf3ihagz9brih9zvypwnjb76ipgcg431z";
};

goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3748b5f

Please sign in to comment.