You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In liboqs we have recently patched HQC code to avoid a correctness error in decapsulation. This PR backports the changes to PQClean. Please see GHSA-gpf4-vrrw-r8v7 for details, including a CVE assigned by GitHub.
Sorry about all the whitespace changes... CI passes, so I assume that is the desired formatting? To make review easier, here is the output of git diff --ignore-blank-lines master.
@dstebila you might want to add oqs-rust to the OQS security advisory as an affected package.
Good suggestion. I guess I would tag both the oqs and oqs-sys crates in the advisory? And then as for what version is affect and what version fixes it, do we actually need to make a new release of the Rust crates? Or do they pick up the most recent version of liboqs automatically? I don't fully understand how the versioning works here.
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
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.
In liboqs we have recently patched HQC code to avoid a correctness error in decapsulation. This PR backports the changes to PQClean. Please see GHSA-gpf4-vrrw-r8v7 for details, including a CVE assigned by GitHub.
Sorry about all the whitespace changes... CI passes, so I assume that is the desired formatting? To make review easier, here is the output of
git diff --ignore-blank-lines master.