From 1f2bd970445c91360311da4e3b0b3c881d116a68 Mon Sep 17 00:00:00 2001 From: gavfu Date: Wed, 21 Aug 2024 14:15:07 +0800 Subject: [PATCH] Update ERC-5625 Security Considerations section --- ERCS/erc-5625.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ERCS/erc-5625.md b/ERCS/erc-5625.md index 220a5dcbd8..6c8a4288b5 100644 --- a/ERCS/erc-5625.md +++ b/ERCS/erc-5625.md @@ -5,7 +5,7 @@ description: Add a dStorage property to non-fungible tokens (NFTs) metadata JSON author: Gavin Fu (@gavfu) discussions-to: https://ethereum-magicians.org/t/eip-5625-nft-metadata-json-schema-dstorage-extension/10754 status: Last Call -last-call-deadline: 2024-08-31 +last-call-deadline: 2024-09-03 type: Standards Track category: ERC created: 2022-09-08 @@ -179,7 +179,7 @@ This EIP is backward compatible with [EIP-721](./eip-721.md) and [EIP-1155](./e ## Security Considerations -Needs discussion. +This EIP does not introduce any new security risks or vulnerabilities, as the `dStorage` property is only an informational field of the Metadata JSON file returned by [EIP-721](./eip-721.md) and [EIP-1155](./eip-1155.md) smart contracts. It does not affect the execution or validity of NFT transactions. ## Copyright