We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should remove Checksum.OPTS.MD5 from deposit services.
MD5 should no longer be used to compute message integrity because of possible collisions.
Remove the Checksum.OPTS.MD5 enum and resolve issues. Sword will have to be deprecated first, and BagIt can have the option removed. This issue cannot be done util the Deprecate Sword ticket is done: https://github.com/orgs/eclipse-pass/projects/4/views/9?filterQuery=depre&pane=issue&itemId=86088370&issue=eclipse-pass%7Cmain%7C1078
Checksum.OPTS.MD5 is removed.
https://github.com/orgs/eclipse-pass/projects/4/views/9?filterQuery=depre&pane=issue&itemId=86088370&issue=eclipse-pass%7Cmain%7C1078
https://sonarcloud.io/project/security_hotspots?id=eclipse-pass_pass-support&hotspots=AZPZywN5N5VVSrVTL99L
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What?
We should remove Checksum.OPTS.MD5 from deposit services.
Why?
MD5 should no longer be used to compute message integrity because of possible collisions.
How?
Remove the Checksum.OPTS.MD5 enum and resolve issues. Sword will have to be deprecated first, and BagIt can have the option removed. This issue cannot be done util the Deprecate Sword ticket is done: https://github.com/orgs/eclipse-pass/projects/4/views/9?filterQuery=depre&pane=issue&itemId=86088370&issue=eclipse-pass%7Cmain%7C1078
Acceptance Criteria
Checksum.OPTS.MD5 is removed.
Related Issues
https://github.com/orgs/eclipse-pass/projects/4/views/9?filterQuery=depre&pane=issue&itemId=86088370&issue=eclipse-pass%7Cmain%7C1078
https://sonarcloud.io/project/security_hotspots?id=eclipse-pass_pass-support&hotspots=AZPZywN5N5VVSrVTL99L
The text was updated successfully, but these errors were encountered: