Skip to content

Quantum: Added signature input nodes to signature verify operation nodes #19623

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

Merged
merged 2 commits into from
Jun 2, 2025

Conversation

fegge
Copy link
Contributor

@fegge fegge commented May 29, 2025

This is a small update to Model.qll which adds signature artifact nodes and signature artifact consumers to signature verify operation nodes.

@fegge fegge requested a review from a team as a code owner May 29, 2025 11:29
key = "Signature" and
if exists(this.getASignatureArtifact())
then result = this.getASignatureArtifact()
else result = this
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a line here, displaying a signature edge if and only if it's a verify operation. As-is, we will report an unknown edge even for signing operations, which do not take in a signature input.

@nicolaswill nicolaswill self-requested a review June 2, 2025 13:38
@nicolaswill nicolaswill merged commit 8b9e5b4 into github:main Jun 2, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants