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

Outdated ChromeDriver version in package.json #6

Open
nothuman2718 opened this issue Feb 26, 2024 · 1 comment · May be fixed by #7
Open

Outdated ChromeDriver version in package.json #6

nothuman2718 opened this issue Feb 26, 2024 · 1 comment · May be fixed by #7

Comments

@nothuman2718
Copy link

Description

I've noticed that the package.json file specifies a dependency on chromedriver version 111.x.x. However, the current version of Chrome is significantly more advanced than this, potentially leading to compatibility issues and vulnerabilities.

Impact:

Using an outdated chromedriver version can cause:
Compatibility issues: Your scripts might not function correctly with the newer Chrome versions.
Security vulnerabilities: Older versions might contain security vulnerabilities that have been patched in newer releases.

Meanwhile

There are some solutions meanwhile you can follow, while we work on resolving this issue.
Installing newer versions as dev dependencies

npm install chromedriver@requiredVersion --save-dev
npm install nightwatch@requiredVersion --save-dev
@nothuman2718
Copy link
Author

I am working on this.

@nothuman2718 nothuman2718 linked a pull request Feb 27, 2024 that will close this issue
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 a pull request may close this issue.

1 participant