Skip to content
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

Add fp-2 #31

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions client/library/library/audits/tokenbound-2a.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<page
clientName="Tokenbound"
reportDate="February 2nd, 2023"
auditTitle="Tokenbound A-2a"
auditVersion="1.0.0"
repoUrl="https://github.com/tokenbound/contracts"
repoCommitHash="6a9ebf78de87239eecbc1ebc609c10f7e0e7abb9"
layout="/library/audits/_layout.html"
passwordEncrypt="env:PAGE_PASS_FP_2A"
>

<content-for name="schedule">
The security audit was performed by the Macro security team from January 9 to January 13, 2023.
</content-for>

<content-for name="spec">
<ul>
<li>Discussions on Slack with the {{page.clientName}} team.</li>
<li>Documentation provided by the {{page.clientName}} team.</li>
<li>
<a href="{{page.repoUrl}}" target="_blank">Relevant documentation</a> for the in-scope contracts.
</li>

</ul>
</content-for>


<content-for name="repo-info">
<ul>
<li>
<b>Repository:</b>
<a href="{{page.repoUrl}}" target="_blank">
{{page.repoUrl.split('/').slice(-1)[0]}}
</a>
</li>
<li class="break-words break-all">
<b>Commit Hash:</b>
<code>{{page.repoCommitHash}}</code>
</li>
</ul>
</content-for>


<content-for name="source-code">
<p>Although we audited the above hash, a <a href="https://github.com/tokenbound/contracts/commit/ca28cf2b1260de4f9f73e58feac111d5ae02c8d5">PR</a> has been merged after the initial audit. The name <b>vault</b> no longer applies, and has been changed to <b>account</b>.</p>

<p>Specifically, we audited the following contracts within this repository:</p>

<template type="file-hashes">
9192164eeb08f487992f070ca961320003546e1a5582f6a487630ba547693c51 src/Account.sol
618777b8227490c6d15ace586ee27c7ebced61107d774ce905ca3aa4a0519df5 src/AccountRegistry.sol
c4a3a185410345beb9ec9fb59d0903c6570b0563a798b5e329afca4ce8391224 src/CrossChainExecutorList.sol
7b52850cb334a550f27c46916819d8d8c38706302cac88d59b1451c8534a45c0 src/MinimalReceiver.sol
6fdf0912a1e925bf3799d9cdff3bd59ec25d0c72c3d9f0192ea2f1001e08507b src/lib/MinimalProxyStore.sol
</template>
</content-for>

58 changes: 58 additions & 0 deletions client/library/library/audits/tokenbound-2b.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<page
clientName="Tokenbound"
reportDate="February 2nd, 2023"
auditTitle="Tokenbound A-2b"
auditVersion="1.0.0"
repoUrl="https://github.com/tokenbound/erc712v"
repoCommitHash="161e501ee749d3a9e548abbc1c8c995785a5e671"
layout="/library/audits/_layout.html"
passwordEncrypt="env:PAGE_PASS_FP_2B"
>

<content-for name="schedule">
The security audit was performed by the Macro security team from January 9 to January 13, 2023.
</content-for>

<content-for name="spec">
<ul>
<li>Discussions on Slack with the {{page.clientName}} team.</li>
<li>Documentation provided by the {{page.clientName}} team.</li>
<li>
<a href="{{page.repoUrl}}" target="_blank">Relevant documentation</a> for the in-scope contracts.
</li>

</ul>
</content-for>


<content-for name="repo-info">
<ul>
<li>
<b>Repository:</b>
<a href="{{page.repoUrl}}" target="_blank">
{{page.repoUrl.split('/').slice(-1)[0]}}
</a>
</li>
<li class="break-words break-all">
<b>Commit Hash:</b>
<code>{{page.repoCommitHash}}</code>
</li>
</ul>
</content-for>


<content-for name="source-code">
<p>Although we audited the above hash, a <a href="https://github.com/tokenbound/erc712v/pull/8/commits/11e6b77fdb62cad575f9b7b80496c46f531aaba2">PR</a> has been merged after the initial audit. The name <b>vault</b> no longer applies, and has been changed to <b>account</b> in the report.</p>

<p>Specifically, we audited the following contracts within this repository:</p>

<template type="file-hashes">
e765911ae0eba360eb712e9e202eaefd827b4504acbf597f1714b8e3e8a88e02 src/CashMap.sol
02ebafed2681b6d0a9a16d8cd88046a757d8e28ed2477cd4bc2b37804e950f46 src/CashMapPointer.sol
bb7c4037c9a7f91f565cbe728f5cf40001707ee6872495ad186c0959ce7d8bd9 src/ERC721Patched.sol
5048bbcae3f069ba5e6a8dd16a4ee5404cd56a709aa4d2b08e6d7377403f5bed src/ERC721V.sol
</template>


</content-for>

2 changes: 1 addition & 1 deletion content/collections/private