authentik
authentik copied to clipboard
web: bump ws, @wdio/browser-runner and @wdio/cli in /web
Bumps ws to 8.18.0 and updates ancestor dependencies ws, @wdio/browser-runner and @wdio/cli. These dependencies need to be updated together.
Updates ws from 8.16.0 to 8.18.0
Release notes
Sourced from ws's releases.
8.18.0
Features
- Added support for
Blob(#2229).8.17.1
Bug fixes
- Fixed a DoS vulnerability (#2231).
A request with a number of headers exceeding the[
server.maxHeadersCount][] threshold could be used to crash a ws server.const http = require('http'); const WebSocket = require('ws');const wss = new WebSocket.Server({ port: 0 }, function () { const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split(''); const headers = {}; let count = 0;
for (let i = 0; i < chars.length; i++) { if (count === 2000) break;
for (let j = 0; j < chars.length; j++) { const key = chars[i] + chars[j]; headers[key] = 'x';if (++count === 2000) break; }
}
headers.Connection = 'Upgrade'; headers.Upgrade = 'websocket'; headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ=='; headers['Sec-WebSocket-Version'] = '13';
const request = http.request({ headers: headers, host: '127.0.0.1', port: wss.address().port });
request.end(); });
The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.
... (truncated)
Commits
976c53c[dist] 8.18.059b9629[feature] Add support forBlob(#2229)0d1b5e6[security] Use more descriptive text for 2017 vulnerability link15f11a0[security] Add new DoS vulnerability to SECURITY.md3c56601[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 thehighWaterMarkvariable- Additional commits viewable in compare view
Updates @wdio/browser-runner from 8.40.2 to 9.0.9
Release notes
Sourced from @wdio/browser-runner's releases.
v9.0.9
No updates!
v9.0.8 (2024-09-05)
:rocket: New Feature
wdio-protocols,webdriverio
- #13481 feat(webdriverio): set cookies via Bidi if supported (
@christian-bromann):bug: Bug Fix
webdriverio
- #13470 fix(webdriverio): fix script execution (
@christian-bromann)- Other
- #13478 fix(webdriverio): better detect manually created shadow roots (
@christian-bromann)eslint-plugin-wdio,wdio-allure-reporter,wdio-appium-service,wdio-browser-runner,wdio-browserstack-service,wdio-cli,wdio-concise-reporter,wdio-config,wdio-cucumber-framework,wdio-dot-reporter,wdio-firefox-profile-service,wdio-globals,wdio-jasmine-framework,wdio-junit-reporter,wdio-lighthouse-service,wdio-local-runner,wdio-logger,wdio-mocha-framework,wdio-repl,wdio-reporter,wdio-runner,wdio-sauce-service,wdio-shared-store-service,wdio-smoke-test-cjs-service,wdio-smoke-test-reporter,wdio-smoke-test-service,wdio-spec-reporter,wdio-static-server-service,wdio-sumologic-reporter,wdio-testingbot-service,wdio-types,wdio-utils,wdio-webdriver-mock-service,webdriver,webdriverio
- #13482 fix(core): specify minimum node version to be 18.20.0 or higher (
@christian-bromann)wdio-browser-runner
- #13489 fix(
@wdio/browser-runner): support Firefox using Bidi (@christian-bromann):nail_care: Polish
:memo: Documentation
wdio-shared-store-service- Other
- #13486 Fix
addInitScriptexample in v9 blog post (@Mr0grog)- #13483 docs: small typo in BestPractices.md (
@alcpereira)- #13466 Argos visual testing page (
@gregberge)Committers: 8
- Amaan Hakim (
@amaanbs)- Boris Osipov (
@BorisOsipov)- Christian Bromann (
@christian-bromann)- Greg Bergé (
@gregberge)- Loris Sauter (
@sauterl)- Rob Brackett (
@Mr0grog)- Wim Selles (
@wswebcreation)@alcpereirav9.0.7 (2024-08-21)
:bug: Bug Fix
wdio-spec-reporter
- #13435 fix(
@wdio/spec-reporter): recognise appPackage capability in spec reporter (@christian-bromann)webdriver,webdriverio
- #13434 fix(webdriverio): don't have commands rely on browser global (
@christian-bromann)Committers: 1
... (truncated)
Changelog
Sourced from @wdio/browser-runner's changelog.
Changelog
Tags:
- :boom: [Breaking Change]
- :eyeglasses: [Spec Compliancy]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
See CHANGELOG - v4.
See CHANGELOG - v5.
See CHANGELOG - v6
See CHANGELOG - v7
See CHANGELOG - v8
v9.0.8 (2024-09-05)
:rocket: New Feature
wdio-protocols,webdriverio
- #13481 feat(webdriverio): set cookies via Bidi if supported (
@christian-bromann):bug: Bug Fix
webdriverio
- #13470 fix(webdriverio): fix script execution (
@christian-bromann)- Other
- #13478 fix(webdriverio): better detect manually created shadow roots (
@christian-bromann)eslint-plugin-wdio,wdio-allure-reporter,wdio-appium-service,wdio-browser-runner,wdio-browserstack-service,wdio-cli,wdio-concise-reporter,wdio-config,wdio-cucumber-framework,wdio-dot-reporter,wdio-firefox-profile-service,wdio-globals,wdio-jasmine-framework,wdio-junit-reporter,wdio-lighthouse-service,wdio-local-runner,wdio-logger,wdio-mocha-framework,wdio-repl,wdio-reporter,wdio-runner,wdio-sauce-service,wdio-shared-store-service,wdio-smoke-test-cjs-service,wdio-smoke-test-reporter,wdio-smoke-test-service,wdio-spec-reporter,wdio-static-server-service,wdio-sumologic-reporter,wdio-testingbot-service,wdio-types,wdio-utils,wdio-webdriver-mock-service,webdriver,webdriverio
- #13482 fix(core): specify minimum node version to be 18.20.0 or higher (
@christian-bromann)wdio-browser-runner
- #13489 fix(
@wdio/browser-runner): support Firefox using Bidi (@christian-bromann):nail_care: Polish
:memo: Documentation
... (truncated)
Commits
758ad30v9.0.9cc85ebfv9.0.8ce5e503fix(core): specify minimum node version to be 18.18.0 or higher (#13482)d08d8eafix(@wdio/browser-runner): support Firefox using Bidi (#13489)ce6d35ev9.0.75dff8a8v9.0.65ec4340v9.0.5f83918ffix(website): update expect-webdriverio to latest (#13422)1f3d6f7v9.0.4b84bcf6fix(infra): retry type generation (#13385)- Additional commits viewable in compare view
Updates @wdio/cli from 8.40.2 to 9.0.9
Release notes
Sourced from @wdio/cli's releases.
v9.0.9
No updates!
v9.0.8 (2024-09-05)
:rocket: New Feature
wdio-protocols,webdriverio
- #13481 feat(webdriverio): set cookies via Bidi if supported (
@christian-bromann):bug: Bug Fix
webdriverio
- #13470 fix(webdriverio): fix script execution (
@christian-bromann)- Other
- #13478 fix(webdriverio): better detect manually created shadow roots (
@christian-bromann)eslint-plugin-wdio,wdio-allure-reporter,wdio-appium-service,wdio-browser-runner,wdio-browserstack-service,wdio-cli,wdio-concise-reporter,wdio-config,wdio-cucumber-framework,wdio-dot-reporter,wdio-firefox-profile-service,wdio-globals,wdio-jasmine-framework,wdio-junit-reporter,wdio-lighthouse-service,wdio-local-runner,wdio-logger,wdio-mocha-framework,wdio-repl,wdio-reporter,wdio-runner,wdio-sauce-service,wdio-shared-store-service,wdio-smoke-test-cjs-service,wdio-smoke-test-reporter,wdio-smoke-test-service,wdio-spec-reporter,wdio-static-server-service,wdio-sumologic-reporter,wdio-testingbot-service,wdio-types,wdio-utils,wdio-webdriver-mock-service,webdriver,webdriverio
- #13482 fix(core): specify minimum node version to be 18.20.0 or higher (
@christian-bromann)wdio-browser-runner
- #13489 fix(
@wdio/browser-runner): support Firefox using Bidi (@christian-bromann):nail_care: Polish
:memo: Documentation
wdio-shared-store-service- Other
- #13486 Fix
addInitScriptexample in v9 blog post (@Mr0grog)- #13483 docs: small typo in BestPractices.md (
@alcpereira)- #13466 Argos visual testing page (
@gregberge)Committers: 8
- Amaan Hakim (
@amaanbs)- Boris Osipov (
@BorisOsipov)- Christian Bromann (
@christian-bromann)- Greg Bergé (
@gregberge)- Loris Sauter (
@sauterl)- Rob Brackett (
@Mr0grog)- Wim Selles (
@wswebcreation)@alcpereirav9.0.7 (2024-08-21)
:bug: Bug Fix
wdio-spec-reporter
- #13435 fix(
@wdio/spec-reporter): recognise appPackage capability in spec reporter (@christian-bromann)webdriver,webdriverio
- #13434 fix(webdriverio): don't have commands rely on browser global (
@christian-bromann)Committers: 1
... (truncated)
Changelog
Sourced from @wdio/cli's changelog.
Changelog
Tags:
- :boom: [Breaking Change]
- :eyeglasses: [Spec Compliancy]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
See CHANGELOG - v4.
See CHANGELOG - v5.
See CHANGELOG - v6
See CHANGELOG - v7
See CHANGELOG - v8
v9.0.8 (2024-09-05)
:rocket: New Feature
wdio-protocols,webdriverio
- #13481 feat(webdriverio): set cookies via Bidi if supported (
@christian-bromann):bug: Bug Fix
webdriverio
- #13470 fix(webdriverio): fix script execution (
@christian-bromann)- Other
- #13478 fix(webdriverio): better detect manually created shadow roots (
@christian-bromann)eslint-plugin-wdio,wdio-allure-reporter,wdio-appium-service,wdio-browser-runner,wdio-browserstack-service,wdio-cli,wdio-concise-reporter,wdio-config,wdio-cucumber-framework,wdio-dot-reporter,wdio-firefox-profile-service,wdio-globals,wdio-jasmine-framework,wdio-junit-reporter,wdio-lighthouse-service,wdio-local-runner,wdio-logger,wdio-mocha-framework,wdio-repl,wdio-reporter,wdio-runner,wdio-sauce-service,wdio-shared-store-service,wdio-smoke-test-cjs-service,wdio-smoke-test-reporter,wdio-smoke-test-service,wdio-spec-reporter,wdio-static-server-service,wdio-sumologic-reporter,wdio-testingbot-service,wdio-types,wdio-utils,wdio-webdriver-mock-service,webdriver,webdriverio
- #13482 fix(core): specify minimum node version to be 18.20.0 or higher (
@christian-bromann)wdio-browser-runner
- #13489 fix(
@wdio/browser-runner): support Firefox using Bidi (@christian-bromann):nail_care: Polish
:memo: Documentation
... (truncated)
Commits
758ad30v9.0.9cc85ebfv9.0.8ce5e503fix(core): specify minimum node version to be 18.18.0 or higher (#13482)7db3707fix(docs): remove vitaq.ai as service plugin - closes #13472ce6d35ev9.0.75dff8a8v9.0.65ec4340v9.0.5f83918ffix(website): update expect-webdriverio to latest (#13422)fa59142fix(@wdio/cli): preset type should benull(#13421)11577f5fix(webdriverio): issue generating sample project on V9 (#13413) (#13416)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for authentik-storybook ready!
| Name | Link |
|---|---|
| Latest commit | 48f14911d6f7096934b7d174e390f8ebf6b3157c |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/66e5f01cd1602b000813fd9b |
| Deploy Preview | https://deploy-preview-11295--authentik-storybook.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 48f14911d6f7096934b7d174e390f8ebf6b3157c |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/66e5f01c77581200080f12be |
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.66%. Comparing base (
00547bc) to head (48f1491). Report is 1 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #11295 +/- ##
==========================================
- Coverage 92.73% 92.66% -0.08%
==========================================
Files 736 736
Lines 36490 36490
==========================================
- Hits 33840 33812 -28
- Misses 2650 2678 +28
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 49.13% <ø> (-0.12%) |
:arrow_down: |
| integration | 24.97% <ø> (ø) |
|
| unit | 90.20% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
authentik PR Installation instructions
Instructions for docker-compose
Add the following block to your .env file:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-48f14911d6f7096934b7d174e390f8ebf6b3157c
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
For arm64, use these values:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-48f14911d6f7096934b7d174e390f8ebf6b3157c-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
Afterwards, run the upgrade commands from the latest release notes.
Instructions for Kubernetes
Add the following block to your values.yml file:
authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-48f14911d6f7096934b7d174e390f8ebf6b3157c
For arm64, use these values:
authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-48f14911d6f7096934b7d174e390f8ebf6b3157c-arm64
Afterwards, run the upgrade commands from the latest release notes.