-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: Backport of Alpine 3.19 to release/v1.19 #28641
fix: Backport of Alpine 3.19 to release/v1.19 #28641
Conversation
This is my first PR to gitea, so please guide me if I have gotten something wrong. |
If I understand the problem correctly, Gitea is unaffected as gitea is not curl, and we don't use |
@delvh yes that is correct. |
Updated title to clarify backport. |
I don't think we will release a new 1.19.x version. |
Yes, 1.19 (and 1.20 for that matter) are EOL. If an LTS version is of interest to you, one of my goals for the upcoming year is to introduce one. |
We're currently using
gitea:1.19.x
and our security scanners have detected the Critical CVE-2023-38545 found in the basealpine:3.17
image.This CVE has been fixed in the
main
branch via #28594.This PR backports the fixes to the
release/v1.19
branches.This PR also bumps
github.com/mattn/go-sqlite3
tov1.14.9
due to a build break which was fixed bygo-sqlite3
, a similar bump is introduced inmain
via #28518For testing, issuing a
make test
passes and running atrivy image docker.io/gitea/gitea:latest
shows the Critical CVEs are no longer present withalpine:3.19
as of writingthis PR.We'd like to request the release of a new
gitea:1.19.x
release on the successful merge of this PR.