fix(sec): Upgrade Angular to 21.2.19 to resolve 5 CVEs - #65
Merged
Conversation
petr-pokorny-absa
requested review from
lsulak,
oto-macenauer-absa,
salamonpavel and
tmikula-dev
as code owners
August 11, 2026 08:46
petr-pokorny-absa
force-pushed
the
fix/upgrade-angular-security-cves
branch
from
August 12, 2026 06:49
fec41d4 to
e7350cb
Compare
There was a problem hiding this comment.
Pull request overview
Updates the Angular-based UI dependencies to patched Angular 21.2.x versions to remediate multiple reported CVEs affecting @angular/* packages used by StatusBoard’s frontend.
Changes:
- Bumped core Angular runtime packages (
@angular/{core,common,compiler,...}) to^21.2.19inui/package.json. - Bumped Angular CLI/build toolchain packages (
@angular/{build,cli,compiler-cli}) to^21.2.19inui/package.json. - Regenerated
ui/package-lock.jsonto reflect the resolved dependency graph for the upgrade.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| ui/package.json | Updates Angular runtime + tooling dependency ranges to patched 21.2.19. |
| ui/package-lock.json | Refreshes the lockfile to the resolved versions for the upgraded Angular dependency set. |
Files not reviewed (1)
- ui/package-lock.json: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
lukasmatta
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades all
@angular/*packages (runtime and CLI/build tooling) from21.2.7to21.2.19, which is above the fixed versions for the following security advisories:@angular/commonDoS via crafted date format string (fixed in 22.0.1 / 21.2.17 / 20.3.25)HttpTransferCache(fixed in 22.0.1 / 21.2.17 / 20.3.25)@angular/commonDoS via malformeddigitsInfoparameter (fixed in 22.0.0-rc.2 / 21.2.15 / 20.3.22 / 19.2.23)HttpTransferCache(fixed in 22.0.0-rc.2 / 21.2.15 / 20.3.22 / 19.2.23)Changes
@angular/animations,@angular/common,@angular/compiler,@angular/core,@angular/forms,@angular/platform-browser,@angular/platform-browser-dynamic,@angular/router,@angular/build,@angular/cli, and@angular/compiler-clito^21.2.19inui/package.jsonui/package-lock.jsonValidation
npm install— resolves cleanlynpm run build— production build succeedsRelease notes
Closes
Closes #60
Closes #61
Closes #62
Closes #63
Closes #64
Closes #55
Closes #54
Closes #53
Closes #52
Closes #51
Closes #50
Closes #49
Closes #48
Closes #47
Closes #46