Skip to content

[Snyk] Security upgrade Selenium.WebDriver from 3.0.1 to 4.14.1 #18

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: windows/modernize-traditional-apps/modernize-aspnet/v1-src/Produ…
…ctLaunch/ProductLaunch.EndToEndTests/packages.config to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SELENIUMWEBDRIVER-6062317
  • Loading branch information
snyk-bot committed Nov 16, 2023
commit bcb02b0a80a90c752e4feb72c4f1de18138054b6
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="Selenium.Firefox.WebDriver" version="0.13.0" targetFramework="net452" />
<package id="Selenium.Support" version="3.0.1" targetFramework="net452" />
<package id="Selenium.WebDriver" version="3.0.1" targetFramework="net452" />
<package id="Selenium.WebDriver" version="4.14.1" targetFramework="net452" />
<package id="SpecFlow" version="2.1.0" targetFramework="net452" />
</packages>