Open
Conversation
Contributor
Greptile OverviewGreptile Summary
Confidence Score: 2/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer/CI
participant Composer as Composer
participant Repo as Packagist/Dependency Resolver
participant Halite as paragonie/halite v5
Dev->>Composer: composer update paragonie/halite
Composer->>Repo: Resolve dependencies (^5.0)
Repo-->>Composer: Select halite v5.x + transitive deps
Composer-->>Dev: Update composer.lock + install vendor
Dev->>Dev: Run tests/static analysis
note over Dev,Halite: Runtime behavior depends on how Halite APIs are used
Dev-->>Dev: Merge once compatibility verified
|
Contributor
Additional Comments (1)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0→^5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
paragonie/halite (paragonie/halite)
v5.1.4Compare Source
http://links with thehttps://URL they redirect to by @GrahamCampbell in #196finalfrom private methods by @junaidbinfarooq in #204v5.1.3Compare Source
v5.1.2Compare Source
#[SensitiveParameter]annotation on some inputsHiddenStringv5.1.1Compare Source
Learn more here.
v5.1.0Compare Source
and sodium_compat, and the functions we use in 5.x aren't available until
PHP 8.1. See #178.
not guaranteed.
v5.0.0Compare Source
encryption key, rather than using the raw X25519 output directly as an encryption key. This is important because
Elliptic Curve Diffie-Hellman results in a random group element, but that isn't necessarily a uniformly random bit
string.
Cheon's attack. This reduces the effective security
from 125 bits (Pollard's rho) to 123 bits, but neither is a practical concern today.
strategy from PASETO to prevent canonicalization attacks.
infoparameter instead ofthe
saltparameter. This allows us to meet the KDF Security Definition (which isstronger than a mere Pseudo-Random Function).
Fileclass no longer supports theresourcetype. To migrate code, wrap yourresourcearguments in aReadOnlyFileorMutableFileobject.File::asymmetricEncrypt()andFile::asymmetricDecrypt().Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.