From 96ec35cc11350c3c60ba4e4d69bfcd811b1b359b Mon Sep 17 00:00:00 2001 From: kingofclubstroy <100493790+kingofclubstroyDev@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:57:05 -0700 Subject: [PATCH 1/2] Sentora-3 --- client/library/library/audits/sentora-3.html | 48 +++++++++++++++++++ .../collections/public/sentora-3-issues.html | 12 +++++ 2 files changed, 60 insertions(+) create mode 100644 client/library/library/audits/sentora-3.html create mode 100644 content/collections/public/sentora-3-issues.html diff --git a/client/library/library/audits/sentora-3.html b/client/library/library/audits/sentora-3.html new file mode 100644 index 00000000..53a5710b --- /dev/null +++ b/client/library/library/audits/sentora-3.html @@ -0,0 +1,48 @@ + + + The security audit was performed by the Macro security team on August 29th - 30th 2025. + + + + + + + +

Roles

+ + + + +

+
+ Specifically, we audited the following contracts: +

+ + +
+
\ No newline at end of file diff --git a/content/collections/public/sentora-3-issues.html b/content/collections/public/sentora-3-issues.html new file mode 100644 index 00000000..4ab1360d --- /dev/null +++ b/content/collections/public/sentora-3-issues.html @@ -0,0 +1,12 @@ + + Informational + + ## [I-1] Clear approvals before changing assemble or borrow token + `SupervisedLoanPositionManagerSwapBorrow` allows for arbitrary swaps with a router, intended to be via 1Inch, limited to swapping the set assemble token with the borrow token, or vice versa. Balance before and after the swap are checked and validated with expected values, however if there are prior approvals and balance of a assemble token changed via `updateAssembleToken()`, could result in executors using malicious swap data to drain these tokens. + + **Remediations to Consider** + + Always removal approvals from the router if changing up assemble token, or any config token as a precaution. + + + \ No newline at end of file From e882ca0f3a64f04ef68732969728e24c89e57b8f Mon Sep 17 00:00:00 2001 From: kingofclubstroy <100493790+kingofclubstroyDev@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:13:57 -0700 Subject: [PATCH 2/2] fixed date --- client/library/library/audits/sentora-3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/library/library/audits/sentora-3.html b/client/library/library/audits/sentora-3.html index 53a5710b..def5b921 100644 --- a/client/library/library/audits/sentora-3.html +++ b/client/library/library/audits/sentora-3.html @@ -1,6 +1,6 @@