Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Stable gosu version is still 1.14-1 #127

Closed
abraunegg opened this issue Jun 21, 2023 · 3 comments
Closed

Debian Stable gosu version is still 1.14-1 #127

abraunegg opened this issue Jun 21, 2023 · 3 comments

Comments

@abraunegg
Copy link

Hi there,

The Debian Stable version of gosu is still 1.14-1 as per https://tracker.debian.org/pkg/gosu

What is happening is that Docker security scans is detecting that there is a critical vulnerability in stdlib 1.19.8 - which it is reporting is coming from gosu:

Docker Reported Vulnerabilities
image

Package Use
image

The command that Docker Security Scan is flagging is the following:

RUN /bin/sh -c apt-get clean && apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gosu libcurl4 libsqlite3-0 ca-certificates libphobos2-ldc-shared100 && rm -rf /var/lib/apt/lists/* && /usr/bin/c_rehash && mkdir -p /onedrive/conf /onedrive/data # buildkit

Can you please update / release a security release of 1.16 to Debian ?

@tianon
Copy link
Owner

tianon commented Jun 21, 2023

For the purposes of Debian's build of gosu, the only actual change is in version.go: 1.14...1.16#diff-1ef170619a70876f007d5edfc4554a81aa686eae7678b70df0347b3133cd6d14 😅

(So to put that more directly, I won't be doing an update of gosu in Debian when there wouldn't be any actual substantive change by doing so. 😇)

@abraunegg
Copy link
Author

For the purposes of Debian's build of gosu, the only actual change is in version.go: 1.14...1.16#diff-1ef170619a70876f007d5edfc4554a81aa686eae7678b70df0347b3133cd6d14 😅

(So to put that more directly, I won't be doing an update of gosu in Debian when there wouldn't be any actual substantive change by doing so. 😇)

No problem.

Any idea then why the Docker security scan is providing that viewpoint ? Any insight you have would be greatly appreciated.

@tianon
Copy link
Owner

tianon commented Nov 6, 2023

https://tracker.debian.org/pkg/gosu & https://buildd.debian.org/status/package.php?p=gosu
(1.17 is now in Debian Unstable, especially to include #134)

@tianon tianon closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants