dotnet / arcade-services

Arcade Engineering Services
MIT License
54 stars 73 forks source link

Address detected binaries in the VMR #2425

Open premun opened 1 year ago

premun commented 1 year ago

Context

The binary scan now shows this:

src/aspnetcore/src/SignalR/clients/java/signalr/gradle/wrapper/gradle-wrapper.jar
src/roslyn/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/Resources/WindowsProxy.winmd
src/runtime/src/libraries/System.Speech/src/upstable_chs.upsmap
src/runtime/src/libraries/System.Speech/src/upstable_cht.upsmap
src/runtime/src/libraries/System.Speech/src/upstable_deu.upsmap
src/runtime/src/libraries/System.Speech/src/upstable_enu.upsmap
src/runtime/src/libraries/System.Speech/src/upstable_esp.upsmap
src/runtime/src/libraries/System.Speech/src/upstable_fra.upsmap
src/runtime/src/libraries/System.Speech/src/upstable_jpn.upsmap
src/runtime/src/libraries/System.Text.Encoding.CodePages/src/Data/codepages.nlp
src/runtime/src/mono/wasm/runtime/do-jit-call.wasm

For each of those, we need to either:

Detected binaries

gradle-wrapper.jar in SignalR

WindowsProxy.winmd in roslyn

.upsmap files in System.Speech

codepages.nlp

do-jit-call.wasm

tkapin commented 1 year ago

What needs to happen to unblock this?

premun commented 1 year ago

This is tracking

tkapin commented 1 year ago

We need better way to distinguish those, I don't think blocked and tracking should be mixed.

tkapin commented 1 year ago

The teams still need to do this, we will probably have to push them as it's low priority work for them.