Skip to content

Commit

Permalink
Try to fix unresolved call to isValidSignature via proxy fallback wit…
Browse files Browse the repository at this point in the history
…h dispatch list
  • Loading branch information
nivcertora committed Jun 13, 2024
1 parent b50be18 commit 321c050
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions certora/specs/SafeWebAuthnSignerFactory.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ methods{

function WebAuthnHarness.checkInjective(bytes32 challenge, bytes32 authenticatorData, bytes32 clientDataFields, bytes32 result) internal returns (bool) =>
checkInjectiveSummary(challenge, authenticatorData, clientDataFields, result);

function _._ external => DISPATCH [
proxy._,
singleton._
] default NONDET;
}

function GETencodeSigningMessageCVL(bytes32 challenge, bytes authenticatorData, string clientDataFields) returns bytes
Expand Down

0 comments on commit 321c050

Please sign in to comment.