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

Also match sha256 #131

Merged
merged 1 commit into from Sep 25, 2018
Merged

Also match sha256 #131

merged 1 commit into from Sep 25, 2018

Conversation

Mic92
Copy link
Contributor

@Mic92 Mic92 commented Sep 24, 2018

This regex detect both the hex and base32 format

This is useful because:

  • Sha1 is insecure and going to be replaced by sha256 in git.
  • As package maintainer we often use sha256 to verify packages.
  • docker and other container engines uses sha256 for container images

This regex detect both the hex and alphanumeric format

This is useful because:

- Sha1 is insecure and going to be replaced by sha256 in git.
- As package maintainer we often use sha256 to verify packages.
- docker and other container engines uses sha256 for container images
@bruno- bruno- merged commit 3289718 into tmux-plugins:master Sep 25, 2018
@bruno-
Copy link
Member

bruno- commented Sep 25, 2018

Thanks!

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

2 participants