We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
WDIO Testrunner
No response
strip-ansi (used by wdio/logger) uses [email protected] up to 7.0.0 (https://github.com/chalk/strip-ansi/blame/v7.0.1/package.json#L50) ansi-regex has potential ReDoS vulnerability: chalk/ansi-regex#37 could you please update the dependency? (wdio-logger: [email protected] -> [email protected])
P.S: not exactly a bug, more like a secure vulnerability, but i didn't want to disturb you via email because of a trifle.
npm audit
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Inefficient Regular Expression Complexity in │ │ │ chalk/ansi-regex │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ ansi-regex │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ @wdio/utils │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ @wdio/utils > @wdio/logger > strip-ansi > ansi-regex │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://github.com/advisories/GHSA-93q8-gq69-wqmw │ └───────────────┴──────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
The dependency in @wdio/logger is defined as:
@wdio/logger
"strip-ansi": "^6.0.0"
a fix was backported to v6.0.1 so you should automatically get this update since we don't ship with a package-lock.json.
package-lock.json
Sorry, something went wrong.
The security vulnerability was patched with v5.0.1. No update is needed.
v5.0.1
No branches or pull requests
Have you read the Contributing Guidelines on issues?
WebdriverIO Version
latest
Node.js Version
latest
Mode
WDIO Testrunner
Which capabilities are you using?
No response
What happened?
strip-ansi (used by wdio/logger) uses [email protected] up to 7.0.0 (https://github.com/chalk/strip-ansi/blame/v7.0.1/package.json#L50)
ansi-regex has potential ReDoS vulnerability: chalk/ansi-regex#37
could you please update the dependency? (wdio-logger: [email protected] -> [email protected])
P.S: not exactly a bug, more like a secure vulnerability, but i didn't want to disturb you via email because of a trifle.
What is your expected behavior?
No response
How to reproduce the bug.
npm audit
Relevant log output
Code of Conduct
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: