Copilot commented on code in PR #8493:
URL: https://github.com/apache/texera/pull/8493#discussion_r4033760178
##########
frontend/package.json:
##########
@@ -25,7 +25,7 @@
"@angular/animations": "21.2.18",
"@angular/cdk": "21.2.14",
"@angular/common": "21.2.19",
- "@angular/compiler": "21.2.19",
+ "@angular/compiler": "21.2.20",
Review Comment:
This does not fully apply CVE-2026-88057: the upstream fix also changes
runtime sanitization and dynamic-host resolution in `@angular/core`, but
`@angular/core` remains at vulnerable version 21.2.19 on the next line. Upgrade
`@angular/core` to 21.2.20 as well and regenerate the lockfile so the compiler
and runtime both contain the security fix.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]