Skip to content

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