Skip to content
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

Update Selenium packages for Null Pointer vulnerability #276

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

egottliebq2
Copy link
Collaborator

Description

A null pointer vulnerability was found in Selenium in versions prior to 4.14.0 and fixed in version 4.14.1. Updated the corresponding Selenium packages to the latest stable version and corrected the obsoletion of ScreenshotImageFormat that occurred in version 4.14.1 to keep current compatibility and limit changes.

Changes

  • Updated Selenium.Support and Selenium.Webdriver to Version 4.28.0
  • ScreenshotImageFormat is obsolete within OpenQA.Selenium as of v4.14.0. Adjusted use-cases for screenshot image formatting to append the string format to the end of the file path. Adjusted corresponding unit tests to match new method conditions.

Testing

Unit Tests

image

Checklist

  • I agree to follow Boa Constrictor's Code of Conduct.
  • I read Boa Constrictor's Contributing Code guide.
  • I successfully built the .NET solution with no errors or new warnings.
  • I successfully ran both the unit tests and the example tests.
  • I updated the appropriate changelogs with concise descriptions of these changes.
  • I added documentation for these changes (if appropriate).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant