-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update platform security modules (main) #122475
Conversation
Pinging @elastic/kibana-security (Team:Security) |
32bd75d
to
d3dba45
Compare
@elasticmachine run elasticsearch-ci/docs |
Unfortunately we have two transitive dependencies of
However, we only use these on the server side so we won't increase bundle sizes by changing our direct dependency to a different version. The changes mostly revolve around removing unused APIs and changing URL parsing (which affects networking-related code). We don't use EDIT: I checked both https://github.com/cisco/node-jose and https://github.com/jfromaniello/selfsigned, neither of them use any of the |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
@elasticmachine run elasticsearch-ci/docs |
💔 Some backports could not be created
How to fixRe-run the backport manually:
Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit 526367c) # Conflicts: # package.json # yarn.lock
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit 526367c) # Conflicts: # package.json # yarn.lock
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit 526367c) # Conflicts: # package.json # yarn.lock Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit 526367c) # Conflicts: # package.json # yarn.lock Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
^0.10.10
->^1.0.0
^0.10.0
->^1.1.0
Release Notes
digitalbazaar/forge
v1.1.0
Compare Source
Fixed
behavior of openssl.
CERTIFICATE REQUEST" handled as "BEGIN CERTIFICATE REQUEST".
v1.0.0
Compare Source
Notes
code (unrelated to the much wider used cryptography code). The automated and
manual test coverage for this code is weak at best. Issues or patches to
update the code or tests would be appreciated.
Removed
forge.debug
API. The API has thepotential for prototype pollution. This API was only briefly used by the
maintainers for internal project debug purposes and was never intended to be
used with untrusted user inputs. This API was not documented or advertised
and is being removed rather than fixed.
forge.util.parseUrl()
(andforge.http.parseUrl
alias) and use the WHATWG URLStandard.
URL
is supported by modern browersand modern Node.js. This change is needed to address URL parsing security
issues. If
forge.util.parseUrl()
is used directly or throughforge.xhr
orforge.http
APIs, and support is needed for environments withoutURL
support, then a polyfill must be used.
forge.task
API. This API was never used, documented,or advertised by the maintainers. If anyone was using this API and wishes to
continue development it in other project, please let the maintainers know.
Due to use in the test suite, a modified version is located in
tests/support/
.forge.util.makeLink
,forge.util.makeRequest
,forge.util.parseFragment
,forge.util.getQueryVariables
. Replace withURL
,URLSearchParams
, and custom code as needed.Changed
master
branch tomain
.with
v
. Other tools, scripts, or scanners may need to adapt.forge-dist. Install using
another method.
Added
surname
,title
, andgivenName
.Fixed
serialName
toserialNumber
.Depending on how applications used this id to name association it could cause
compatibility issues.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.