-
Notifications
You must be signed in to change notification settings - Fork 5
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 SHA256 git support to Gitea #16
Comments
@AdamMajer has started an implementation upstream: go-gitea/gitea#23894 |
The caveats here to remember. On positive side:
On negative side
|
While not the best decision security wise, I lean towards stick with the git default of sha1 for now:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current default of SHA1 in distributed per-package gits could be potentially too weak as it allows for collision attacks (collisions are only avoided on a per repo basis). To mitigate that we could start with sha256 gits right away. The alternative would be monorepo, which however many dislike.
Gitea currently is not able to support SHA256. We need to add support.
The text was updated successfully, but these errors were encountered: