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.
+
+
+
+
+ - Discussions with the {{page.clientName}} team.
+ - Available documentation in the repository.
+
+
+
+
+
+ -
+ One Inch V6 decoder (from PR 500)
+ Commit Hash:
260b62e882ebe8f376fe4e3c44b5602c4720b746
+
+ 61fe6015ebb845b6f22be0dbe50e72fc41869972f2b86bc8ea34e0867467376c src/base/DecodersAndSanitizers/Protocols/OneInchDecoderAndSanitizer.sol
+ 964cdaa88caf8d47365e3fb31389fbe0d4d07f9839c8188c8f01662286e74f55 src/base/DecodersAndSanitizers/Protocols/OneInchOwnedDecoderAndSanitizer.sol
+
+
+
+
+
\ 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.
+
+
+
+
+ - Discussions with the {{page.clientName}} team.
+ - Available documentation in the repository.
+
+
+
+
+
+ -
+ One Inch V6 decoder (from PR 500)
+ Commit Hash:
99b03fdad8538060a0d3aaf4728cd4ea4444a902
+
+ b7ad3b6003749fa5f8a28778111a664155235e23d1f94f548dc28d1634021ab3 src/helper/ArcticArchitectureLens.sol
+
+
+
+
+
\ 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.
+
+
+
+
+ - Discussions with the {{page.clientName}} team.
+ - Available documentation in the repository.
+
+
+
+
+
+ -
+ BoringOnChainQueueWithTracking)
+ Commit Hash:
24c42f7ccb42ad535446605808cfd163d2c94ea2
+
+ d3c8d761d8fb929834cc44da9277d48967cc95bf8c657d96d71441c94a7bad57 src/base/Roles/BoringQueue/BoringOnChainQueueWithTracking.sol
+
+
+
+
+
\ 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 @@
-
- BoringOnChainQueueWithTracking)
+ BoringOnChainQueueWithTracking
Commit Hash:
24c42f7ccb42ad535446605808cfd163d2c94ea2
d3c8d761d8fb929834cc44da9277d48967cc95bf8c657d96d71441c94a7bad57 src/base/Roles/BoringQueue/BoringOnChainQueueWithTracking.sol
From ad6fab4d00c14f168a880ecb23c26b2229804c50 Mon Sep 17 00:00:00 2001
From: kingofclubstroy <100493790+kingofclubstroyDev@users.noreply.github.com>
Date: Thu, 5 Mar 2026 09:58:56 -0800
Subject: [PATCH 3/3] fix
---
client/library/library/audits/sevenSeas-75.html | 2 +-
client/library/library/audits/sevenSeas-76.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/library/library/audits/sevenSeas-75.html b/client/library/library/audits/sevenSeas-75.html
index 8e9b0c0d..4c4bceca 100644
--- a/client/library/library/audits/sevenSeas-75.html
+++ b/client/library/library/audits/sevenSeas-75.html
@@ -23,7 +23,7 @@
-
- One Inch V6 decoder (from PR 500)
+ One Inch V6 decoder (from PR 610)
Commit Hash:
260b62e882ebe8f376fe4e3c44b5602c4720b746
61fe6015ebb845b6f22be0dbe50e72fc41869972f2b86bc8ea34e0867467376c src/base/DecodersAndSanitizers/Protocols/OneInchDecoderAndSanitizer.sol
diff --git a/client/library/library/audits/sevenSeas-76.html b/client/library/library/audits/sevenSeas-76.html
index 6b65d612..49c010ba 100644
--- a/client/library/library/audits/sevenSeas-76.html
+++ b/client/library/library/audits/sevenSeas-76.html
@@ -23,7 +23,7 @@
-
- One Inch V6 decoder (from PR 500)
+ ArcticArchitectureLens (from PR 601)
Commit Hash:
99b03fdad8538060a0d3aaf4728cd4ea4444a902
b7ad3b6003749fa5f8a28778111a664155235e23d1f94f548dc28d1634021ab3 src/helper/ArcticArchitectureLens.sol