Skip to content
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
34 changes: 34 additions & 0 deletions client/library/library/audits/sentora-10.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<page
clientName="Sentora"
reportDate="April 17, 2026"
auditTitle="Sentora A-10"
auditVersion="1.0.0"
layout="/library/audits/_layout.html"
repoUrl="https://github.com/Into-The-Block-Corp/ITBMorpho"
repoCommitHash="3adb6725409e7267c6969a71443e4d00d6fb8e51"
customReviewInfo
issueSummaryFormat="table"
>
<content-for name="schedule">
The security audit was performed by the Macro security team on April 13th 2026.
</content-for>

<content-for name="spec">
<ul>
<li>Discussions with the {{page.clientName}} team.</li>
</ul>

</content-for>

<content-for name="source-code">

<p>Specifically, we audited the following contracts for the Initial commit:</p>

<template type="file-hashes">
782634192558f0cd7e2c894d73b6638420c843bd4dd5bcfad631486b59d245d7 contracts/0.8.20/ITBMorpho/lens/MorphoV1APYLens.sol
d80d867359b5b0b5288fed79e756d2b93a98a6b6dad887793615ee96c12bc3ca contracts/0.8.20/ITBMorpho/lens/MorphoV2APYLens.sol
c8c28f8ac7f736decc7c6d5469e8de39a3b49629f22e9ebc8f04eb7618aa511f contracts/0.8.20/ITBMorpho/multiasset/PositionManagerMultiasset.sol
ef844a5ef97e20af8df29d01ef91c83731ed98c43d41416f15b24679472f7afc contracts/0.8.20/ITBMorpho/multiasset/libraries/MultiassetMethods.sol
</template>
</content-for>
</page>
16 changes: 16 additions & 0 deletions content/collections/public/sentora-10-issues.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<item>
<field name="topic">Documentation</field>
<field name="impact">low</field>
<field name="status">ack</field>
<field name="content">
## [Q-1] Function documentation may help integrators

Currently there is little function documentation describing functions and the results they return. In the case of functions returning pricing data, which could be used by other protocols or tooling, key information like the decimal scaling of these values should be present to prevent issues from occurring and making it easier to use these functions.

**Remediations to Consider**

Add function documentation, particularly on functions like [`getPrices()`](https://github.com/Into-The-Block-Corp/ITBMorpho/blob/3adb6725409e7267c6969a71443e4d00d6fb8e51/contracts/0.8.20/ITBMorpho/multiasset/PositionManagerMultiasset.sol#L215-L218) to add context like price decimal scaling, to make it more clear to integrators how to interact with your protocol.

</field>
</item>