From 00a8c85021b4e3ac597d8214619c9cfe8b8f702c Mon Sep 17 00:00:00 2001 From: stackoverflowed1 Date: Thu, 22 Jan 2026 12:46:36 +0100 Subject: [PATCH] Update SeaportDocumentation.md --- docs/SeaportDocumentation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/SeaportDocumentation.md b/docs/SeaportDocumentation.md index be74c91d..d0758d11 100644 --- a/docs/SeaportDocumentation.md +++ b/docs/SeaportDocumentation.md @@ -405,6 +405,13 @@ contract ExampleContractOfferer is ContractOffererInterface { } ``` +**Security Note:** + +This `ExampleContractOfferer` is intentionally simplified and is **not** a secure +reference implementation. Production contract offerers must carefully consider +authorization logic, reentrancy risks, state consistency, and validation of all +external inputs. + Remember to create a [Seaport Improvement Protocol (SIP)](https://github.com/ProjectOpenSea/SIPs) proposal for any novel Seaport app. ## Bulk Order Creation