Skip to content

Use SHA256 for RPM digest #52664

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

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Contributes to dotnet/runtime#95759

FIPS compliance blocks installation of RPM packages that use MD5 digest algorithm. We use fpm tool which defaults to MD5 digests. The fix is to specify SHA256 instead.

The fix was made in arcade with dotnet/arcade#14269, installer fix is in dotnet/installer#17933

This is the same fix that was made by many other RPM package owners, for instance: https://github.com/influxdata/telegraf

@NikolaMilosavljevic NikolaMilosavljevic requested review from wtgodbe and a team as code owners December 8, 2023 16:27
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Dec 8, 2023
@ghost
Copy link

ghost commented Dec 8, 2023

Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at.

@NikolaMilosavljevic NikolaMilosavljevic merged commit e526a39 into dotnet:main Dec 11, 2023
@ghost ghost added this to the 9.0-preview1 milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants