Skip to content

chore(deps): bump nodemailer and @solid/community-server#2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-e2cc95d9d3
Open

chore(deps): bump nodemailer and @solid/community-server#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-e2cc95d9d3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown

Bumps nodemailer to 8.0.5 and updates ancestor dependency @solid/community-server. These dependencies need to be updated together.

Updates nodemailer from 7.0.13 to 8.0.5

Release notes

Sourced from nodemailer's releases.

v8.0.5

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

v8.0.4

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

v8.0.3

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

v8.0.2

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

v8.0.1

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

v8.0.0

8.0.0 (2026-02-04)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

... (truncated)

Commits
  • 202cfb3 chore(master): release 8.0.5 (#1809)
  • b634abf docs: add CLAUDE.md with project conventions and release process
  • 95876b1 fix: decode SMTP server responses as UTF-8 at line boundary
  • 0a43876 fix: sanitize CRLF in transport name option to prevent SMTP command injection...
  • 08e59e6 chore: update dev dependencies
  • 2d31975 chore(master): release 8.0.4 (#1806)
  • 2d7b971 fix: sanitize envelope size to prevent SMTP command injection
  • 4e702e9 chore(master): release 8.0.3 (#1804)
  • c803d90 fix: remove familySupportCache that broke DNS resolution tests
  • e8c8b92 fix: fix cookie bugs, remove dead code, and improve hot-path efficiency
  • Additional commits viewable in compare view

Updates @solid/community-server from 7.1.9 to 8.0.0-alpha.3

Release notes

Sourced from @​solid/community-server's releases.

v8.0.0-alpha.3

What's Changed

See the CHANGELOG for all changes.

v8.0.0-alpha-2

What's Changed

See the CHANGELOG for all changes.

v8.0.0-alpha-1

Update to v8.0.0-alpha.1 which updates several dependencies which should help with some ESM issues.

v8.0.0-alpha-0

This is an alpha release of the next major version. Compared to the latest version there are not that many changes that would warrant already using this version. The main purpose is having this version is that it uses the latest Components.js version which can be useful for development.

An actual next major release is probably not happening soon, until there are actual major changes and potentially there is a good solution to prevent conflicts with existing configurations.

Changelog

Sourced from @​solid/community-server's changelog.

8.0.0-alpha.3 (2026-03-13)

Chores

8.0.0-alpha.2 (2026-03-03)

Fixes

  • Preserve content-type when present in SPARQL accessor (8575af4)

Chores

  • Added integration tests for SPARQL endpoint (199f786)

Documentation

  • Mention new contexts in release notes (207bc5c)

8.0.0-alpha.1 (2025-09-16)

Chores

  • Increase minimum node version to 22 (6add30a)
  • deps: bump oidc-provider dependencies to v9 (fffdea7)
  • deps: bump jest dependencies to v30 (e919224)
  • deps: bump marked from 15.0.6 to 16.2.1 (55ea72b)
  • deps: bump @​types/mime-types from 2.1.2 to 3.0.0 (ab96b65)
  • deps: bump nodemailer from 6.9.9 to 7.0.2 (9abc429)

Refactors

  • Remove IdentityUtil (9b3bd23)
  • Remove oidc-provider types shim (825da02)

Testing

  • Make sure variables are defined in test (aecb9d1)

8.0.0-alpha.0 (2025-04-22)

Features

  • Use @​solid/police-engine permissions internally (cc8e355)
  • Use @​solidlab/policy-engine for authorization (2ebe094)
  • Add backend caching support (71bec13)
  • Use rdf-vocabulary library (6d5f56c)
  • Use asynchandler library for handlers (58574ee)
  • Replace logging with external library (dce39f6)

... (truncated)

Commits
  • ab94030 chore(release): Release version 8.0.0-alpha.3 of the npm package
  • 55a2748 chore: Update dependencies
  • 38cc0a4 chore(release): Release version 8.0.0-alpha.2 of the npm package
  • e99a919 Merge branch 'main' into versions/next-major
  • 8575af4 fix: Preserve content-type when present in SPARQL accessor
  • 802fc8e chore(deps): bump n3 from 1.26.0 to 2.0.0
  • 675910b chore(deps): bump fetch-sparql-endpoint from 6.2.0 to 7.1.0
  • 207bc5c docs: Mention new contexts in release notes
  • 056d866 chore(deps): bump marked from 16.3.0 to 17.0.0
  • See full diff 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> 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 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.

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) to 8.0.5 and updates ancestor dependency [@solid/community-server](https://github.com/CommunitySolidServer/CommunitySolidServer). These dependencies need to be updated together.


Updates `nodemailer` from 7.0.13 to 8.0.5
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v7.0.13...v8.0.5)

Updates `@solid/community-server` from 7.1.9 to 8.0.0-alpha.3
- [Release notes](https://github.com/CommunitySolidServer/CommunitySolidServer/releases)
- [Changelog](https://github.com/CommunitySolidServer/CommunitySolidServer/blob/v8.0.0-alpha.3/CHANGELOG.md)
- [Commits](CommunitySolidServer/CommunitySolidServer@v7.1.9...v8.0.0-alpha.3)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.5
  dependency-type: indirect
- dependency-name: "@solid/community-server"
  dependency-version: 8.0.0-alpha.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
jeswr added a commit that referenced this pull request Jun 21, 2026
…l-open + grant-before-login

High #1 (requesting-origin.ts): a PRESENT-but-opaque sender.origin (Chrome stamps
the literal string "null" for sandboxed/opaque frames) used to fall back to
sender.url, laundering an opaque sender with a normal https url + matching stamp
into a TRUSTED origin (opaque-boundary fail-OPEN). Now classifySenderOrigin
distinguishes ABSENT (undefined/null/empty → may derive from sender.url) from
PRESENT-but-OPAQUE ("null"/unparseable/non-http(s) → DENY immediately, no url
fallback). Legit cases preserved: real https sender.origin, absent-origin url
fallback, blob:-resolves-to-creator-origin.

High #2 (service-worker.ts handleLogin): grantOrigin was called BEFORE
initiateLogin, so any page could send SOLID_LOGIN, get its origin persisted as
granted even if the auth flow cancelled/failed, then ride an existing session via
SOLID_FETCH_REQUEST (privilege escalation). The verified requesting origin is now
resolved BEFORE login (to bind the flow) but grantOrigin is moved to the success
path — a cancelled/failed login leaves the grant store unchanged.

Adversarial tests added (205 total, all green): present-opaque sender.origin
denies with no url fallback (pure + wired, no egress); absent-origin url fallback
still resolves; failed/cancelled login persists no grant and a subsequent fetch is
denied even when a session exists; successful login grants + fetch succeeds;
forged login origin not granted even on success.

Gate: lint + typecheck + 205 tests + build all green.

Model: claude-opus-4-8
Provenance: Opus 4.8 (Fable unavailable) — re-review/upgrade candidate
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jeswr added a commit that referenced this pull request Jun 21, 2026
…-inject, cache best-effort, byte purge, HEAD body

roborev (codex) found 5 real issues unit tests missed on feat/phase-1-shared-replica.
All fixed, with adversarial tests.

High #1 — global-fetch over-divert broke non-pod web traffic. The inject diverted
EVERY cross-origin http(s) fetch into the gated path, so an app's calls to third-party
APIs/CDNs were DENIED (403) as unauthenticated. Decision (option b — keep the inject
DUMB, the SW the boundary): the inject routes everything but marks the request
`autoDivert: true`; the SW NATIVE-PASSES-THROUGH (plain unauthenticated fetch, no token,
no replica) for any non-ALLOW gate decision instead of a 403, so normal web traffic is
never broken and access can never widen (a native fetch carries no credential). The
credential/replica path is taken ONLY on an explicit gate ALLOW (known pod origin from a
granted requesting origin). An explicit window.solid.fetch (autoDivert false) keeps the
403. Applied at every SW exit: gate deny, forbidden/opaque origin, and no-session.

Medium #2 — double injection. inject.js was BOTH manifest-declared and dynamically
registered → could run twice and throw on the configurable:false defineProperty. Removed
the manifest MAIN-world declaration (dynamic registerContentScripts is now the single
path) AND added a `window.__solidInjected`/`'solid' in window` idempotency guard so a
double-run is an inert no-op regardless.

Medium #3 — a non-cacheable 2xx (206 / Vary:*) broke the request when cache.put
rejected. Caching is now best-effort: cache.put + metadata write are wrapped in try/catch,
the live response is cloned up-front and returned regardless of persist failure.

Medium #4 (privacy) — the null-WebID logout purge cleared metadata but left CacheStorage
bytes. Added cache-key enumeration (ReplicaByteCache.keys(), defaulting to cache.keys());
the null purge now deletes all replica byte entries, so bytes + metadata + nonces are all
gone on an unknown-prior logout/reset.

Low #5 — HEAD returned a body (the cached GET body on a 304, or a pod's stray HEAD body).
A HEAD response is now body-stripped on every served path (304 cache hit, live egress) in
the replica and in the SW relay.

Tests: +23 cases across replica/SW + a new test/inject.test.ts (8 cases, fresh-JSDOM-per-
test, no new dep — local test/jsdom.d.ts ambient). Gate green: lint + typecheck + 262
tests + build.

Model: claude-opus-4-8
Provenance: Opus 4.8 (Fable unavailable) — re-review/upgrade candidate
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants