In vulnerable versions of ws, the issue can be mitigated in the following ways:
Reduce the maximum allowed length of the request headers using the
[--max-http-header-size=size][] and/or the [maxHeaderSize][] options so
that no more headers than the server.maxHeadersCount limit can be sent.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot ...
_Description has been truncated_
Bumps ws to 8.17.1 and updates ancestor dependencies ws, @wdio/appium-service, @wdio/cli, @wdio/jasmine-framework, @wdio/local-runner and webdriverio. These dependencies need to be updated together.
Updates
ws
from 8.13.0 to 8.17.1Release notes
Sourced from ws's releases.
... (truncated)
Commits
3c56601
[dist] 8.17.1e55e510
[security] Fix crash when the Upgrade header cannot be read (#2231)6a00029
[test] Increase code coverageddfe4a8
[perf] Reduce the amount ofcrypto.randomFillSync()
callsb73b118
[dist] 8.17.029694a5
[test] Use thehighWaterMark
variable934c9d6
[ci] Test on node 221817bac
[ci] Do not test on node 2196c9b3d
[major] Flip the default value ofallowSynchronousEvents
(#2221)e5f32c7
[fix] Emit at most one event per event loop iteration (#2218)Updates
@wdio/appium-service
from 8.39.1 to 9.0.7Release notes
Sourced from
@wdio/appium-service
's releases.... (truncated)
Changelog
Sourced from
@wdio/appium-service
's changelog.... (truncated)
Commits
ce6d35e
v9.0.75dff8a8
v9.0.65ec4340
v9.0.51f3d6f7
v9.0.4660998a
fix(internal): fix repository.url url2a869e5
v9.0.19576934
v9.0.0e418166
Fix Appium Shutdown Error (#13366)80779bb
breaking(build): migrate to Esbuild for bundling (#13338)6376d1e
fix(docs): change file name of license from LICENSE-MIT to just LICENSEUpdates
@wdio/cli
from 8.39.1 to 9.0.7Release notes
Sourced from
@wdio/cli
's releases.... (truncated)
Changelog
Sourced from
@wdio/cli
's changelog.... (truncated)
Commits
ce6d35e
v9.0.75dff8a8
v9.0.65ec4340
v9.0.5f83918f
fix(website): update expect-webdriverio to latest (#13422)fa59142
fix(@wdio/cli
): preset type should benull
(#13421)11577f5
fix(webdriverio): issue generating sample project on V9 (#13413) (#13416)1f3d6f7
v9.0.4660998a
fix(internal): fix repository.url urle59369c
v9.0.306e30df
fix(@wdio/cli
): fix path for copy templates (#13381)Updates
@wdio/jasmine-framework
from 8.39.1 to 9.0.7Release notes
Sourced from
@wdio/jasmine-framework
's releases.... (truncated)
Changelog
Sourced from
@wdio/jasmine-framework
's changelog.... (truncated)
Commits
ce6d35e
v9.0.75dff8a8
v9.0.65ec4340
v9.0.5f83918f
fix(website): update expect-webdriverio to latest (#13422)1f3d6f7
v9.0.4660998a
fix(internal): fix repository.url url2a869e5
v9.0.19576934
v9.0.080779bb
breaking(build): migrate to Esbuild for bundling (#13338)6376d1e
fix(docs): change file name of license from LICENSE-MIT to just LICENSEUpdates
@wdio/local-runner
from 8.39.1 to 9.0.7Release notes
Sourced from
@wdio/local-runner
's releases.... (truncated)
Changelog
Sourced from
@wdio/local-runner
's changelog.... (truncated)
Commits
ce6d35e
v9.0.75dff8a8
v9.0.65ec4340
v9.0.51f3d6f7
v9.0.4660998a
fix(internal): fix repository.url url2a869e5
v9.0.19576934
v9.0.0a19519f
feat(webdriverio): support (se/de)serialization of execute parameters (#13333)80779bb
breaking(build): migrate to Esbuild for bundling (#13338)c81171c
chore(testing): update Vitest to v2Updates
webdriverio
from 8.39.1 to 9.0.7Release notes
Sourced from webdriverio's releases.
... (truncated)
Changelog
Sourced from webdriverio's changelog.
... (truncated)
Commits
ce6d35e
v9.0.7ebe19ff
fix(webdriverio): don't have commands rely on browser global (#13434)5dff8a8
v9.0.6cf4e7ec
fix(webdriverio): better approach to amend custom component prototype (#13430)5ec4340
v9.0.53b39d92
fix(webdriverio): export protocol-stub as own module1f3d6f7
v9.0.4afc1d84
fix(webdriverio): execute command when using bidi (#13389)cd2bc7d
fix(webdriverio): update getHTML docs (#13388)b84bcf6
fix(infra): retry type generation (#13385)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show