WebView2.Runtime icon indicating copy to clipboard operation
WebView2.Runtime copied to clipboard

WebView2 is using unsafe and beta versions for vulkan-1.dll & onnxruntime.dll libraries

Open ravalikakurumillla opened this issue 1 year ago • 0 comments

Hey Team,

We are using 128.0.2739.42 of WebView2.Runtime.X64( https://nuget.info/packages/WebView2.Runtime.X64/128.0.2739.42). We have the below concerns

  1. ONNX Runtime version 1.12.20230331.1.823b168 -> The latest file version is 1.18 Vulnerabilities for ONNX runtime are linked here https://nvd.nist.gov/vuln/search/results?form_type=Basic&results_type=overview&query=ONNX&search_type=all&isCpeNameSearch=false, there is 1 high finding which we are concerned and cannot continue to use this version of ONNX. What is the SLA for updating the third party libraries?

  2. Vulkan Loader –Dev Build version 1.3.266.Dev Build -> The latest file version is 1.3.290 Why are we using the dev build when the latest available version is 1.3.290?

Based on above 2, Can we get an updated version of webview2 with latest and safe dependencies versions to use?

ravalikakurumillla avatar Oct 08 '24 21:10 ravalikakurumillla