File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v5.1.8-3] - 2025-08-06
11+ ### Security
12+ - [ #155 ] close CVE GHSA-353f -x4gh-cqq8
13+
1014## [ v5.1.8-2] - 2025-06-11
1115### Added
1216- [ #153 ] add configurable rack query parameter sizes
Original file line number Diff line number Diff line change 11FROM registry.cloudogu.com/official/base:3.19.4-3
22
33LABEL NAME="official/redmine" \
4- VERSION="5.1.8-2 " \
4+ VERSION="5.1.8-3 " \
55 maintainer="hello@cloudogu.com"
66
77ENV USER=redmine \
@@ -107,6 +107,8 @@ RUN set -eux -o pipefail \
107107 && 2>/dev/null 1>&2 gem update --system --quiet \
108108 # set temporary database configuration for bundle install
109109 && cp ${WORKDIR}/config/database.yml.tpl ${WORKDIR}/config/database.yml \
110+ # Patch vulnerable nokogiri version to >= 1.18.9
111+ && sed -i '/gem.*nokogiri/ s/1\. 18\. 3/1.18.9/' ${WORKDIR}/Gemfile \
110112 # Install rubycas-client
111113 && wget -O v${RUBYCASVERSION}.tar.gz "https://github.com/cloudogu/rubycas-client/archive/v${RUBYCASVERSION}.tar.gz" \
112114 && echo "${RUBYCAS_TARGZ_SHA256} *v${RUBYCASVERSION}.tar.gz" | sha256sum -c - \
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https
66
77## [ Unreleased]
88
9+ ## [ v5.1.8-3] - 2025-08-06
10+ ### Changed
11+ * Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
12+
913## [ v5.1.8-2] - 2025-06-11
1014### Added
1115* Zusätzliche Konfigurationsschlüssel rack/params_limit und rack/bytesize_limit hinzugefügt.
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technical details on a release can be found in the corresponding [Changelog](htt
66
77## [ Unreleased]
88
9+ ## [ v5.1.8-3] - 2025-08-06
10+ ### Changed
11+ * We have only made technical changes. You can find more details in the changelogs.
12+
913## [ v5.1.8-2] - 2025-06-11
1014### Added
1115* Added additional config parameters rack/params_limit and rack/bytesize_limit.
Original file line number Diff line number Diff line change 11{
22 "Name" : " official/redmine" ,
3- "Version" : " 5.1.8-2 " ,
3+ "Version" : " 5.1.8-3 " ,
44 "DisplayName" : " Redmine" ,
55 "Description" : " Redmine is a flexible project management web application" ,
66 "Category" : " Development Apps" ,
You can’t perform that action at this time.
0 commit comments