ngx-ui
ngx-ui copied to clipboard
Bump node-forge, @angular-builders/custom-webpack and @angular-devkit/build-angular
Bumps node-forge, @angular-builders/custom-webpack and @angular-devkit/build-angular. These dependencies needed to be updated together.
Updates node-forge from 0.10.0 to 1.3.1
Changelog
Sourced from node-forge's changelog.
1.3.1 - 2022-03-29
Fixes
- RFC 3447 and RFC 8017 allow for optional
DigestAlgorithmNULLparameters forsha*algorithms and requireNULLparamters formd2andmd5algorithms.1.3.0 - 2022-03-17
Security
- Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]).
- HIGH: Leniency in checking
digestAlgorithmstructure can lead to signature forgery.
- The code is lenient in checking the digest algorithm structure. This can allow a crafted structure that steals padding bytes and uses unchecked portion of the PKCS#1 encoded message to forge a signature when a low public exponent is being used. For more information, please see "Bleichenbacher's RSA signature forgery based on implementation error" by Hal Finney.
- CVE ID: CVE-2022-24771
- GHSA ID: GHSA-cfm4-qjh2-4765
- HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
- The code does not check for tailing garbage bytes after decoding a
DigestInfoASN.1 structure. This can allow padding bytes to be removed and garbage data added to forge a signature when a low public exponent is being used. For more information, please see "Bleichenbacher's RSA signature forgery based on implementation error" by Hal Finney.- CVE ID: CVE-2022-24772
- GHSA ID: GHSA-x4jg-mjrx-434g
- MEDIUM: Leniency in checking type octet.
DigestInfois not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.- CVE ID: CVE-2022-24773
- GHSA ID: GHSA-2r2c-g63r-vccr
Fixed
- [asn1] Add fallback to pretty print invalid UTF8 data.
- [asn1]
fromDeris now more strict and will default to ensuring all input bytes are parsed or throw an error. A new optionparseAllBytescan disable this behavior.
- NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
- [rsa] Add and use a validator to check for proper structure of parsed ASN.1
... (truncated)
Commits
a0a4a42Release 1.3.1.a33830fUpdate changelog.740954dAllow optional DigestAlgorithm parameters.56f4316Allow DigestInfo.DigestAlgorith.parameters to be optionalcbf0bd5Start 1.3.1-0.6c5b901Release 1.3.0.0f3972aUpdate changelog.dc77b39Fix error checking.bb822c0Add advisory links.d4395feUpdate changelog.- Additional commits viewable in compare view
Updates @angular-builders/custom-webpack from 12.1.3 to 14.0.1
Changelog
Sourced from @angular-builders/custom-webpack's changelog.
14.0.1 (2022-08-23)
Note: Version bump only for package
@angular-builders/custom-webpack14.0.1-beta.2 (2022-08-19)
Note: Version bump only for package
@angular-builders/custom-webpack14.0.1-beta.1 (2022-08-18)
Note: Version bump only for package
@angular-builders/custom-webpack14.0.1-beta.0 (2022-06-27)
Note: Version bump only for package
@angular-builders/custom-webpack14.0.0 (2022-06-13)
Note: Version bump only for package
@angular-builders/custom-webpack14.0.0-beta.0 (2022-06-09)
⚠ BREAKING CHANGES
- deps: update to Angular CLI 14 and Jest 28
Miscellaneous Chores
- deps: update to Angular CLI 14 and Jest 28 (3b09c27)
13.1.0 (2022-01-31)
Note: Version bump only for package
@angular-builders/custom-webpack
... (truncated)
Commits
b0005e9ci(release): publish5bd35d0ci(release): publish1dc2ec9chore(deps): update dependency typescript to v4.7.46ac8da0ci(release): publish2079e77chore(deps): update dependency jest to v28.1.3 (#1224)dc660c6ci(release): publish5d7cfdfbuild: migrate to yarn berry (#1227)f59dd38ci(release): publishd12c683ci(release): publish3b09c27chore(deps)!: update to Angular CLI 14 and Jest 28- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 12.2.17 to 14.1.3
Release notes
Sourced from @angular-devkit/build-angular's releases.
v14.1.3
14.1.3 (2022-08-17)
@angular-devkit/core
Commit Description update workspace extension warning to use correct phrasing Special Thanks
AgentEnder, Alan Agius, Charles Lyding and Jason Bedard
v14.1.2
14.1.2 (2022-08-10)
@angular-devkit/build-angular
@ngtools/webpack
Commit Description elide type only named imports when using emitDecoratorMetadataSpecial Thanks
Alan Agius, Charles Lyding and Jason Bedard
v14.1.1
14.1.1 (2022-08-03)
@schematics/angular
Commit Description prevent numbers from class names
@angular/cli
Commit Description catch clause variable is not an Error instance
@angular-devkit/build-angular
@angular-devkit/core
Commit Description classifystring util should concat string without using a.
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
14.1.3 (2022-08-17)
@angular-devkit/core
Commit Type Description 365035cb3 fix update workspace extension warning to use correct phrasing Special Thanks
AgentEnder, Alan Agius, Charles Lyding and Jason Bedard
14.2.0-next.1 (2022-08-11)
@angular-devkit/build-angular
Commit Type Description 44c25511e feat add ability to serve service worker when using dev-server 3fb569b5c feat switch to Sass modern API in esbuild builder 7de9b470c fix avoid collect stats from chunks with no files 70bc35456 fix correctly handle data URIs with escaped quotes in stylesheets f474bf532 fix process stylesheet resources from url tokens with esbuild browser builder 50c783307 fix use valid CSS comment for sourcemaps with Sass in esbuild builder 3e3dc6962 perf reduce babel transformation in esbuild builder 8f9cee351 perf use esbuild in esbuild builder to downlevel native async/await
@ngtools/webpack
Commit Type Description cf9afeec2 fix elide type only named imports when using emitDecoratorMetadataSpecial Thanks
Alan Agius, Charles Lyding and Jason Bedard
14.1.2 (2022-08-10)
@angular-devkit/build-angular| Commit | Type | Description |
... (truncated)
Commits
4a15b47release: cut the v14.1.3 release11f4e0bdocs: typo in cache command long description7b60e03ci: re addtest-browsersstepc63501drefactor(@angular-devkit/core): remove deprecated rxjsemptyfunction usage365035cfix(@angular-devkit/core): update workspace extension warning to use correct ...ea91854test: ensure test assets are writable when copied for use in e2e tests0cc5b4dtest: add missing yargs config9af545arelease: cut the v14.1.2 release3e19c84fix(@angular-devkit/build-angular): avoid collect stats from chunks with no f...a37f0a5test: improve test error message logs- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for ngx-ui failed.
| Name | Link |
|---|---|
| Latest commit | a6e4ae4df91269692334a6a543e4ca6ddb92a5ac |
| Latest deploy log | https://app.netlify.com/sites/ngx-ui/deploys/63498d89f582cf0008e78241 |