Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2aa93fc
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3018612
Choose a head ref
  • 8 commits
  • 26 files changed
  • 3 contributors

Commits on Mar 26, 2026

  1. fix(@angular/ssr): patch Headers.forEach in cloneRequestAndPatchHeaders

    This commit updates the cloneRequestAndPatchHeaders function to patch the Headers.forEach method. This ensures that host headers are validated when the application iterates over request headers using forEach, preventing potential host header injection attacks during header iteration.
    
    A unit test has been added to validation_spec.ts to verify that forEach correctly triggers validation and throws an error for disallowed hosts.
    
    (cherry picked from commit bcd99f9)
    alan-agius4 committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    b1fe66a View commit details
    Browse the repository at this point in the history
  2. build: update dependency node to v22.22.2

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    c363f19 View commit details
    Browse the repository at this point in the history
  3. build: update github/codeql-action action to v4.34.1

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    022e0ef View commit details
    Browse the repository at this point in the history
  4. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    88ac998 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. fix(@angular/ssr): allow underscores in host validation

    The VALID_HOST_REGEX has been updated to include the underscore
    character. This ensures that hostnames containing underscores (e.g., in
    some internal or development environments) are correctly validated
    instead of being rejected.
    
    Closes #32835
    
    (cherry picked from commit e7e434c)
    alan-agius4 committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    bbc2554 View commit details
    Browse the repository at this point in the history
  2. feat(@angular/cli): support custom port in MCP devserver start tool

    (cherry picked from commit 87d99e9)
    amishne authored and alan-agius4 committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    cadf9b2 View commit details
    Browse the repository at this point in the history
  3. build: update dependency picomatch to v4.0.4

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    349bd43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3018612 View commit details
    Browse the repository at this point in the history
Loading