-
Notifications
You must be signed in to change notification settings - Fork 109
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
Vulnerabilities in the azurelinux-3.0-net8.0-webassembly-amd64 image #1281
Comments
@sbomer - can you take a look at these vulnerabilities and try to address them? TIA. |
Addresses some of the vulnerabilities in #1281.
From @akoeplinger in #1285 (comment):
|
No, not without going through a big exception approval process. The proper mitigation here is to update the configuration of the Dockerfile so that it doesn't reference vulnerable versions. |
From @MichaelSimons in #1285 (comment)
|
@akoeplinger mentioned in #1283 (comment):
@akoeplinger what are the versioning requirements for our EMSDK dependency? |
#1291 will fix the issues too, except https://github.com/dotnet/dotnet-buildtools-prereqs-docker-internal/issues/240 since that one exists in the npm provided by Azure Linux through tdnf so they need to fix that upstream.
We essentially can't upgrade it as the versions are not ABI compatible and there are existing third party wasm libraries that would fail. In .NET 9+ we're using our own version of emsdk that we build in the https://github.com/dotnet/emsdk repo and ship as a nuget package, that's why we don't install Google's emsdk in the net9+ Dockerfiles anymore. |
The text was updated successfully, but these errors were encountered: