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: v20.3.35
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: v20.3.36
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 27, 2026

  1. fix(@angular-devkit/build-angular): update less to 4.9.0

    Update less dependency to version 4.9.0 to address a vulnerability with image-size.
    
    closes #33934
    alan-agius4 committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    b4059cd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2026

  1. fix(@angular/ssr): ensure public directory containment in CommonEngine

    Ensure that paths resolved in `retrieveSSGPage` strictly remain within the configured `publicPath` by checking `relative()` containment before evaluating the static file.
    
    Previously, a string `startsWith()` check was used, which could match sibling directories that share the same name prefix as `publicPath`.
    alan-agius4 committed Aug 28, 2026
    Configuration menu
    Copy the full SHA
    c3e5982 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2026

  1. Configuration menu
    Copy the full SHA
    a9f4dae View commit details
    Browse the repository at this point in the history
Loading