-
Notifications
You must be signed in to change notification settings - Fork 91
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
Address some Static Analysis Issues #519
Conversation
Signed-off-by: Norman Ashley <[email protected]>
Signed-off-by: Norman Ashley <[email protected]>
Signed-off-by: Norman Ashley <[email protected]>
…afe#510) * add support for the CMAKE_PARAMS environment variable Signed-off-by: Jan Schaumann <[email protected]> --------- Signed-off-by: Jan Schaumann <[email protected]> Signed-off-by: Norman Ashley <[email protected]>
* update X25519-MLKEM768 code point Signed-off-by: Michael Baentsch <[email protected]> * further MLKEM (O)ID updates Signed-off-by: Michael Baentsch <[email protected]> * set p256_mlkem768 code point as per standard Signed-off-by: Michael Baentsch <[email protected]> --------- Signed-off-by: Michael Baentsch <[email protected]> Signed-off-by: Norman Ashley <[email protected]>
* Actionlint workflow checking Integrate Actionlint to check GitHub workflows for errors as part of CI. It also fixes issues highlighted in other workflows, primarily the `checkout` version and missing property. Signed-off-by: JP Lomas <[email protected]> * Update CODEOWNERS Signed-off-by: JP Lomas <[email protected]> --------- Signed-off-by: JP Lomas <[email protected]> Signed-off-by: Norman Ashley <[email protected]>
* add explicit usage warning [skip ci] Signed-off-by: Michael Baentsch <[email protected]> * copying the liboqs core warning over to avoid any misunderstanding [skip ci] Signed-off-by: Michael Baentsch <[email protected]> * Update README.md Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Michael Baentsch <[email protected]> * disable CF hybrid interop testing Signed-off-by: Michael Baentsch <[email protected]> --------- Signed-off-by: Michael Baentsch <[email protected]> Co-authored-by: Spencer Wilson <[email protected]> Signed-off-by: Norman Ashley <[email protected]>
Signed-off-by: Norman Ashley <[email protected]>
f55aa6a
to
53a073e
Compare
Thanks very much for these better guards that I saw at first glance @ashman-p . To review more effectively could you please rebase to main, though to get rid of those changes also shown in this PR? |
My rebase did not seem to clear this up. Will cherry pick changes to a new branch and resubmit. |
Address some Static Analysis Issues #519
Addresses some static analysis errors reported by Coverity tool.