-
Notifications
You must be signed in to change notification settings - Fork 102
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 <nashley@cisco.com>
Signed-off-by: Norman Ashley <nashley@cisco.com>
Signed-off-by: Norman Ashley <nashley@cisco.com>
* add support for the CMAKE_PARAMS environment variable Signed-off-by: Jan Schaumann <jschauma@netmeister.org> --------- Signed-off-by: Jan Schaumann <jschauma@netmeister.org> Signed-off-by: Norman Ashley <nashley@cisco.com>
* update X25519-MLKEM768 code point Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> * further MLKEM (O)ID updates Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> * set p256_mlkem768 code point as per standard Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --------- Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Signed-off-by: Norman Ashley <nashley@cisco.com>
* 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 <jp@theqrl.org> * Update CODEOWNERS Signed-off-by: JP Lomas <jp@theqrl.org> --------- Signed-off-by: JP Lomas <jp@theqrl.org> Signed-off-by: Norman Ashley <nashley@cisco.com>
* add explicit usage warning [skip ci] Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> * copying the liboqs core warning over to avoid any misunderstanding [skip ci] Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> * Update README.md Co-authored-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> * disable CF hybrid interop testing Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --------- Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Co-authored-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> Signed-off-by: Norman Ashley <nashley@cisco.com>
Signed-off-by: Norman Ashley <nashley@cisco.com>
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.