wp-react-typescript
wp-react-typescript copied to clipboard
Bump node-forge from 0.9.0 to 0.10.0
trafficstars
Bumps node-forge from 0.9.0 to 0.10.0.
Changelog
Sourced from node-forge's changelog.
0.10.0 - 2020-09-01
Changed
- BREAKING: Node.js 4 no longer supported. The code may still work, and non-invasive patches to keep it working will be considered. However, more modern tools no longer support old Node.js versions making testing difficult.
Removed
- BREAKING: Remove
util.getPath,util.setPath, andutil.deletePath.util.setPathhad a potential prototype pollution security issue when used with unsafe inputs. These functions are not used byforgeitself. They date from an early time whenforgewas targeted at providing general helper functions. The library direction changed to be more focused on cryptography. Many other excellent libraries are more suitable for general utilities. If you need a replacement for these functions, considerget,set, andunsetfrom lodash. But also consider the potential similar security issues with those APIs.0.9.2 - 2020-09-01
Changed
- Added
util.setPathsecurity note to function docs and to README.Notes
- SECURITY: The
util.setPathfunction has the potential to cause prototype pollution if used with unsafe input.
- This function is not used internally by
forge.- The rest of the library is unaffected by this issue.
- Do not use unsafe input with this function.
- Usage with known input should function as expected. (Including input intentionally using potentially problematic keys.)
- No code changes will be made to address this issue in 0.9.x. The current behavior could be considered a feature rather than a security issue. 0.10.0 will be released that removes
util.getPathandutil.setPath. Considergetandsetfrom lodash if you need replacements. But also consider the potential similar security issues with those APIs.- https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7720
0.9.1 - 2019-09-26
Fixed
- Ensure DES-CBC given IV is long enough for block size.
Commits
8018c3eRelease 0.10.0.6a1e3efRemove object path functions.30d560cRemove Node.js 4 support.1ba83ecUpdate dependencies.81abd87Improve linting.7b59028Test on Node.js 14.ba13a1cUpdate webpack.c8d5395Add travis browser test names.afc5a72Update dependencies.ba0207fTest on Node.js 12.- Additional commits viewable 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 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.