Skip to content

feat: block SMTP connections to private/reserved network addresses #1441

feat: block SMTP connections to private/reserved network addresses

feat: block SMTP connections to private/reserved network addresses #1441

Triggered via pull request May 23, 2026 04:36
Status Failure
Total duration 8m 52s
Artifacts

e2e-fallback-tests.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
E2E Fallback Tests (Node 22.x)
Process completed with exit code 1.
tests/js/email.test.ts > should send test email with custom SMTP configuration: apps/e2e/tests/js/email.test.ts#L273
AssertionError: expected 'error' to be 'ok' // Object.is equality - Expected + Received - ok + error ❯ tests/js/email.test.ts:273:25
tests/js/email.test.ts > should provide delivery statistics: apps/e2e/tests/js/email.test.ts#L201
Error: Timed out waiting for email delivery stats to reflect sent email: {"stats":{"hour":{"sent":0,"bounced":0,"marked_as_spam":0},"day":{"sent":0,"bounced":0,"marked_as_spam":0},"week":{"sent":0,"bounced":0,"marked_as_spam":0},"month":{"sent":0,"bounced":0,"marked_as_spam":0}},"capacity":{"rate_per_second":27.77777777777778,"boost_multiplier":1,"penalty_factor":1,"is_boost_active":false,"boost_expires_at":null}} ❯ tests/js/email.test.ts:201:13
E2E Fallback Tests (Node 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@2428e7b970a846423095c79d43f759abf979a635, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/