-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// The following CVEs are reported by the trivy scan of the gosu library | ||
// gosu explicitly states to use their own vulnerability checker which is based on govulncheck | ||
// see https://github.com/tianon/gosu/blob/master/SECURITY.md | ||
// govulncheck does not report these CVEs as actual vulnerabilities in gosu | ||
CVE-2023-24538 | ||
CVE-2023-24540 | ||
CVE-2024-24790 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,12 @@ RUN set -x -o errexit \ | |
FROM registry.cloudogu.com/official/base:3.20.2-1 | ||
|
||
LABEL NAME="official/postgresql" \ | ||
VERSION="14.12-4" \ | ||
VERSION="14.13-1" \ | ||
maintainer="[email protected]" | ||
|
||
ENV LANG=en_US.utf8 \ | ||
PGDATA=/var/lib/postgresql \ | ||
POSTGRESQL_VERSION=14.12-r0 | ||
POSTGRESQL_VERSION=14.13-r0 | ||
|
||
RUN set -x -o errexit \ | ||
&& set -o nounset \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!groovy | ||
@Library(['github.com/cloudogu/[email protected]', 'github.com/cloudogu/dogu-build-lib@v2.3.1']) | ||
@Library(['github.com/cloudogu/[email protected]', 'github.com/cloudogu/dogu-build-lib@v2.5.0']) | ||
import com.cloudogu.ces.cesbuildlib.* | ||
import com.cloudogu.ces.dogubuildlib.* | ||
|
||
|
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters