Title: Bump node-forge and @angular-devkit/build-angular in /heatmap-angular by dependabot[bot] · Pull Request #276 · iDataVisualizationLab/HPCC · GitHub
Open Graph Title: Bump node-forge and @angular-devkit/build-angular in /heatmap-angular by dependabot[bot] · Pull Request #276 · iDataVisualizationLab/HPCC
X Title: Bump node-forge and @angular-devkit/build-angular in /heatmap-angular by dependabot[bot] · Pull Request #276 · iDataVisualizationLab/HPCC
Description: Bumps node-forge to 1.3.2 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates node-forge from 0.9.0 to 1.3.2
Changelog
Sourced from node-forge's changelog.
1.3.2 - 2025-11-25
Security
HIGH: ASN.1 Validator Desynchronization
An Interpretation Conflict (CWE-436) vulnerability in node-forge versions
1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1
structures to desynchronize schema validations, yielding a semantic
divergence that may bypass downstream cryptographic verifications and
security decisions.
Reported by Hunter Wodzenski.
CVE ID: CVE-2025-12816
GHSA ID: GHSA-5gfm-wpxj-wjgq
HIGH: ASN.1 Unbounded Recursion
An Uncontrolled Recursion (CWE-674) vulnerability in node-forge versions
1.3.1 and below enables remote, unauthenticated attackers to craft deep
ASN.1 structures that trigger unbounded recursive parsing. This leads to a
Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER
inputs.
Reported by Hunter Wodzenski.
CVE ID: CVE-2025-66031
GHSA ID: GHSA-554w-wpv2-vw27
MODERATE: ASN.1 OID Integer Truncation
An Integer Overflow (CWE-190) vulnerability in node-forge versions 1.3.1
and below enables remote, unauthenticated attackers to craft ASN.1
structures containing OIDs with oversized arcs. These arcs may be decoded
as smaller, trusted OIDs due to 32-bit bitwise truncation, enabling the
bypass of downstream OID-based security decisions.
Reported by Hunter Wodzenski.
CVE ID: CVE-2025-66030
GHSA ID: GHSA-65ch-62r8-g69g
Fixed
[asn1] Fix for vulnerability identified by CVE-2025-12816 PKCS#12 MAC
verification bypass due to missing macData enforcement and improper
asn1.validate routine.
[asn1] Add fromDer() max recursion depth check.
Add a asn1.maxDepth global configurable maximum depth of 256.
Add a asn1.fromDer() per-call maxDepth option.
NOTE: The default maximum is assumed to be higher than needed for valid
data. If this assumption is false then this could be a breaking change.
Please file an issue if there are use cases that need a higher maximum.
NOTE: The per-call maxDepth parameter has not been exposed up through
all of the API stack due to the complexities involved. Please file an issue
if there are use cases that require this instead of changing the default
maximum.
[asn1] Improve OID handling.
Error on parsed OID values larger than 2**32 - 1.
Error on DER OID values larger than 2**53 - 1 .
1.3.1 - 2022-03-29
... (truncated)
Commits
235ad3e Release 1.3.2.
2598244 Update changelog.
0032dd0 Fix typos.
d75e08d Run new security test.
a5ce91d Update changelog formatting.
4652de6 Cleanups.
eb932d9 Fix typo.
db6954b Fix style.
afbf7d8 Align error message style.
6607445 Revert minor changes.
Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 0.901.7 to 21.0.1
Release notes
Sourced from @angular-devkit/build-angular's releases.
21.0.1
@schematics/angular
Commit
Description
add missing imports for lifecycle hooks in jasmine-vitest migration
add mock names to createSpyObj transformation
do not set esModuleInterop and moduleResolution when module is preserve
fix migration of jasmine.clock().mockDate()
handle createSpyObj without base name on refactor-jasmine-vitest
improve safety of done callback transformation
silently skip when the build target already uses one of the new builders
support testRunner option in library schematic
warn about loose matching in arrayWithExactContents
@angular/cli
Commit
Description
ensure dependencies are resolved correctly for node modules directory check
@angular/build
Commit
Description
correct Vitest coverage path resolution for JSDOM on Windows
correctly configure per-browser headless mode in Vitest runner
correctly invoke isTTY as a function
ensure correct URL joining for prerender routes
force dev-server to use HTTP/1.1 when using SSR with SSL
normalize --include paths to posix
@angular/ssr
Commit
Description
handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
prevent redirect loop with encoded query parameters
21.0.0
@angular/cli
Commit
Description
add --json output to ng version
add advanced filtering to MCP example search
add ai-tutor mcp tool
add builder info to list_projects MCP tool
add fallback support for packages without direct ng add functionality
add style language detection to list_projects tool
add unit test framework detection to list_projects tool
enhance ng version output with more details
make documentation search tool version-aware
make find_examples tool version-aware
make get_best_practices tool version-aware
overhaul ng version command output
promote MCP find_examples tool to a stable tool
provide detailed peer dependency conflict errors in ng add
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
21.0.1 (2025-11-26)
@angular/cli
Commit
Type
Description
363496ae0
fix
ensure dependencies are resolved correctly for node modules directory check
@schematics/angular
Commit
Type
Description
2f58705cb
fix
add missing imports for lifecycle hooks in jasmine-vitest migration
c973bb9ca
fix
add mock names to createSpyObj transformation
4534c9848
fix
do not set esModuleInterop and moduleResolution when module is preserve
16d898e75
fix
fix migration of jasmine.clock().mockDate()
21c3eac72
fix
handle createSpyObj without base name on refactor-jasmine-vitest
b8c99aa4c
fix
improve safety of done callback transformation
4a71e06fc
fix
silently skip when the build target already uses one of the new builders
2ffdae421
fix
support testRunner option in library schematic
145de4a58
fix
warn about loose matching in arrayWithExactContents
@angular/build
Commit
Type
Description
d097df2d7
fix
correct Vitest coverage path resolution for JSDOM on Windows
cdb607ada
fix
correctly configure per-browser headless mode in Vitest runner
244931ece
fix
correctly invoke isTTY as a function
54d542738
fix
ensure correct URL joining for prerender routes
a28b38bbe
fix
force dev-server to use HTTP/1.1 when using SSR with SSL
59ff867f0
fix
normalize --include paths to posix
@angular/ssr
Commit
Type
Description
03e231216
fix
handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
3cac01882
fix
prevent redirect loop with encoded query parameters
20.3.12 (2025-11-25)
@angular/build
Commit
Type
Description
... (truncated)
Commits
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps node-forge to 1.3.2 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates node-forge from 0.9.0 to 1.3.2 Changelog Sourced fr...
X Description: Bumps node-forge to 1.3.2 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates node-forge from 0.9.0 to 1.3.2 Changelog Sourced fr...
Opengraph URL: https://github.com/iDataVisualizationLab/HPCC/pull/276
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:49270a19-89dc-ebb5-d7c5-f828a7e002f2 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8F00:1567F4:FC2B3C:14B8D58:698ECB94 |
| html-safe-nonce | 86eedac69ac65e7ccb5dcdcc0a4be21533808fcfd7b292af70e34ac93edee989 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RjAwOjE1NjdGNDpGQzJCM0M6MTRCOEQ1ODo2OThFQ0I5NCIsInZpc2l0b3JfaWQiOiIxNDExMjE0ODE4MDE1MTAzODkyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 2d8ef0f1e931464c2ab8bb842fb1debc1e724beac329857bf125d4fbb99a2c68 |
| hovercard-subject-tag | pull_request:3050793811 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/iDataVisualizationLab/HPCC/pull/276/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps node-forge to 1.3.2 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates node-forge from 0.9.0 to 1.3.2 Changelog Sourced fr... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | cb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/iDataVisualizationLab/HPCC git https://github.com/iDataVisualizationLab/HPCC.git |
| octolytics-dimension-user_id | 20982983 |
| octolytics-dimension-user_login | iDataVisualizationLab |
| octolytics-dimension-repository_id | 132034110 |
| octolytics-dimension-repository_nwo | iDataVisualizationLab/HPCC |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 132034110 |
| octolytics-dimension-repository_network_root_nwo | iDataVisualizationLab/HPCC |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e6b91a7e6e46287d26887e3fb7a4161657bab8f7 |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width