angular/packages/platform-server/test
Alan Agius 8569db8875
Some checks failed
DevInfra / assistant_to_the_branch_manager (push) Has been cancelled
CI (push) / lint (push) Has been cancelled
CI (push) / devtools (push) Has been cancelled
CI (push) / test (push) Has been cancelled
CI (push) / integration-tests (push) Has been cancelled
CI (push) / adev (push) Has been cancelled
CI (push) / publish-snapshots (push) Has been cancelled
CI (push) / zone-js (push) Has been cancelled
Update ADEV Angular CDK APIs and CLI Help / Update Angular CDK APIs and CLI Help (if necessary) (push) Has been cancelled
CI (push) / adev-deploy (push) Has been cancelled
fix(platform-server): add allowedHosts option to renderModule and renderApplication
In server-side rendering (SSR) setups, passing request URLs directly to the lower-level rendering APIs `renderModule` or `renderApplication` can expose applications to Server-Side Request Forgery (SSRF) or Host Header Injection attacks via absolute-form request URLs.
To mitigate these vulnerabilities at the framework layer, this commit introduces the `allowedHosts` option to `PlatformConfig` (supporting exact hostnames, wildcards like `*.example.com`, or `*` to allow all).

During platform initialization inside `createServerPlatform`, the hostname of the request `url` is validated against the `allowedHosts` list. If the hostname is not authorized, bootstrap immediately throws a host validation error, preventing unauthorized rendering and silent SSRF bypasses.

Closes #68436
2026-05-07 16:30:48 -06:00
..
BUILD.bazel build: migrate platform-server to rules_js (#61619) 2025-05-22 15:34:07 -07:00
dom_utils.ts build: migrate platform-server to rules_js (#61619) 2025-05-22 15:34:07 -07:00
event_replay_spec.ts build: migrate platform-server to rules_js (#61619) 2025-05-22 15:34:07 -07:00
full_app_hydration_spec.ts build: migrate platform-server to rules_js (#61619) 2025-05-22 15:34:07 -07:00
hydration_utils.ts fix(core): introduce BootstrapContext for improved server bootstrapping (#63639) 2025-09-09 10:56:38 -07:00
incremental_hydration_spec.ts build: migrate platform-server to rules_js (#61619) 2025-05-22 15:34:07 -07:00
integration_spec.ts fix(core): introduce BootstrapContext for improved server bootstrapping (#63639) 2025-09-09 10:56:38 -07:00
platform_location_spec.ts fix(platform-server): ensure origin has a trailing slash when parsing url (#68469) 2026-05-07 15:25:14 -07:00
transfer_state_spec.ts refactor(platform-server): switching to relative imports within the platform-server package (#60559) 2025-03-27 18:31:52 +00:00
utils_spec.ts fix(platform-server): add allowedHosts option to renderModule and renderApplication 2026-05-07 16:30:48 -06:00