-
Notifications
You must be signed in to change notification settings - Fork 86
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
Certora Prover setup and properties for the audit of Passkey module #495
Conversation
…dded summarizations.
Organize project setup files
Fix sanity using alex parameters
getConfiguration Integrity not done yet.
Proxy Immutability Property
Niv/add all rules
…sValidSignatureForSigner Add munge
…sValidSignatureForSigner Add munge
Yoav safe for delivery
restore private to public munge of modules/passkey/contracts/librarie…
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 0 out of 3 committers have signed the CLA. |
Could you please move the folder from root to You can also enable the "allow edits from maintainers" option so we can fix small nits ourselves. |
I have read the CLA Document and I hereby sign the CLA |
For the CLA - the individual commit authors need to sign it for the bot. Alternatively, you can squash the commits into one with a single author to make it easier :) |
Based on #495 This PR was made based on Certora's `safe-modules` repo with the FV specifications. The author was manually changed to avoid the CLA requirement. Steps: ``` git remote add Certora https://github.com/Certora/safe-modules/ git fetch Certora git checkout -b fv-passkey git merge --squash certora // Git commit with GUI to add details of all squashed commits git commit --amend --author="Shebin John <admin@remedcu.com>" --no-edit git push -u origin fv-passkey ``` Some other changes includes: - Moving FV to `modules/passkey` - Formatting changes - Path update - Using `solc8.26` for FV
Closing in favor of #496 |
This PR includes the setup files (.conf files, harnesses, munged .sol files) and .spec files with properties for the different contracts as part of the Passkey module audit by Certora.
All the rules were verified using the latest certora-cli (7.14.2).