From 588e7dca803d22dfc51f71444fcca84a6a6b3cd6 Mon Sep 17 00:00:00 2001 From: kingofclubstroy <100493790+kingofclubstroyDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:33:30 -0800 Subject: [PATCH 1/3] 75,76,77 --- .../library/library/audits/sevenSeas-75.html | 35 +++++++++++++++++++ .../library/library/audits/sevenSeas-76.html | 34 ++++++++++++++++++ .../library/library/audits/sevenSeas-77.html | 34 ++++++++++++++++++ .../public/sevenSeas-75-issues.html | 0 .../public/sevenSeas-76-issues.html | 16 +++++++++ .../public/sevenSeas-77-issues.html | 0 6 files changed, 119 insertions(+) create mode 100644 client/library/library/audits/sevenSeas-75.html create mode 100644 client/library/library/audits/sevenSeas-76.html create mode 100644 client/library/library/audits/sevenSeas-77.html create mode 100644 content/collections/public/sevenSeas-75-issues.html create mode 100644 content/collections/public/sevenSeas-76-issues.html create mode 100644 content/collections/public/sevenSeas-77-issues.html diff --git a/client/library/library/audits/sevenSeas-75.html b/client/library/library/audits/sevenSeas-75.html new file mode 100644 index 00000000..8e9b0c0d --- /dev/null +++ b/client/library/library/audits/sevenSeas-75.html @@ -0,0 +1,35 @@ + + + + The audit was performed by the Macro security team on February 25th, 2025. + + + + + + + + + + \ No newline at end of file diff --git a/client/library/library/audits/sevenSeas-76.html b/client/library/library/audits/sevenSeas-76.html new file mode 100644 index 00000000..6b65d612 --- /dev/null +++ b/client/library/library/audits/sevenSeas-76.html @@ -0,0 +1,34 @@ + + + + The audit was performed by the Macro security team on February 25th, 2025. + + + + + + + + + + \ No newline at end of file diff --git a/client/library/library/audits/sevenSeas-77.html b/client/library/library/audits/sevenSeas-77.html new file mode 100644 index 00000000..b21dd01e --- /dev/null +++ b/client/library/library/audits/sevenSeas-77.html @@ -0,0 +1,34 @@ + + + + The audit was performed by the Macro security team on February 25th, 2025. + + + + + + + + + + \ No newline at end of file diff --git a/content/collections/public/sevenSeas-75-issues.html b/content/collections/public/sevenSeas-75-issues.html new file mode 100644 index 00000000..e69de29b diff --git a/content/collections/public/sevenSeas-76-issues.html b/content/collections/public/sevenSeas-76-issues.html new file mode 100644 index 00000000..4d15d11b --- /dev/null +++ b/content/collections/public/sevenSeas-76-issues.html @@ -0,0 +1,16 @@ + + User Experience + low + fixed + f05bdea530101fcb904b83ddd2f8cef1dc843a0e + + ## [Q-1] Preview withdraw should return amount of withdrawable assets + + When calling [previewWithdrawal()](https://github.com/Veda-Labs/boring-vault/blob/99b03fdad8538060a0d3aaf4728cd4ea4444a902/src/helper/ArcticArchitectureLens.sol#L214-L245) or [previewInstantWithdrawal()](https://github.com/Veda-Labs/boring-vault/blob/99b03fdad8538060a0d3aaf4728cd4ea4444a902/src/helper/ArcticArchitectureLens.sol#L275-L321), a bool `notEnoughWithdrawableAssets` is returned if the assets requested are available to withdraw. However, this doesn’t give information to users on how much could be withdrawn, just that their request exceeds what is available. + + **Remediations to Consider** + + Rather than return a bool, return the assets that can be withdrawn to allow requests to be adjusted more easily to withdraw what is available. + + + \ No newline at end of file diff --git a/content/collections/public/sevenSeas-77-issues.html b/content/collections/public/sevenSeas-77-issues.html new file mode 100644 index 00000000..e69de29b From 186a9ce326969c4cf5186cfb4dbe92d974ae3d51 Mon Sep 17 00:00:00 2001 From: kingofclubstroy <100493790+kingofclubstroyDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:04:23 -0800 Subject: [PATCH 2/3] fix --- client/library/library/audits/sevenSeas-77.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/library/library/audits/sevenSeas-77.html b/client/library/library/audits/sevenSeas-77.html index b21dd01e..e4f04586 100644 --- a/client/library/library/audits/sevenSeas-77.html +++ b/client/library/library/audits/sevenSeas-77.html @@ -23,7 +23,7 @@