Reputation: 487
I am currently using the WebView2 runtime fixed version. After expanding the package, I found multiple DLL files, including ffmpeg.dll
.
In the file properties, the file version
is displayed as 0.0.0.0
, and the only version-related information I can see is the product version
: git-2024-04-25-e3581fa2dd
.
This format is different from the numeric versioning scheme I see on the official FFmpeg website: https://ffmpeg.org/download.html#releases.
I want to trace the exact FFmpeg version used in this WebView2 distribution.
Initially, I assumed e3581fa2dd
was a Git commit SHA. However, after cloning the FFmpeg repository from https://git.ffmpeg.org/ffmpeg.git, I could not find this commit.
Our product was recently scanned and found to contain FFmpeg version 3.4.2
, which has known CVE
security vulnerabilities. Therefore, we want to clarify the actual version of FFmpeg included in the WebView2 runtime.
How can I determine the version of ffmpeg.dll
included in WebView2 runtime fixed version?
Upvotes: 0
Views: 24