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

Add SECURITY.md that points to govulncheck #120

Merged
merged 1 commit into from Dec 19, 2022

Conversation

tianon
Copy link
Owner

@tianon tianon commented Dec 16, 2022

This builds gosu with an intentionally older version of runc and Go (but still new enough for govulncheck to work).

The chosen version of runc includes opencontainers/runc@262f294, which is the last change I can find to any of the functions gosu invokes in all released versions of runc (up to v1.1.4).

The chosen version of Go is the oldest supported by govulncheck but that also includes golang/go@4f45424 (because 32bit builds panic without this fix).

(This also fixes a few other minor version number anomalies.)

This builds `gosu` with an intentionally older version of runc *and* Go (but still new enough for `govulncheck` to work).

The chosen version of `runc` includes opencontainers/runc@262f294, which is the last change I can find to any of the functions `gosu` invokes in all released versions of runc (up to v1.1.4).

The chosen version of Go is the oldest supported by `govulncheck` but that also includes golang/go@4f45424 (because 32bit builds panic without this fix).

(This also fixes a few other minor version number anomalies.)
@tianon tianon merged commit e6d5129 into tianon:master Dec 19, 2022
@tianon tianon deleted the govulncheck branch December 19, 2022 21:20
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

Successfully merging this pull request may close these issues.

None yet

1 participant