From 940cbe365849f528d5ac7f9e059b80ee949a985f Mon Sep 17 00:00:00 2001 From: Shiva-Sai-ssb <112751524+Shiva-Sai-ssb@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:23:47 +0530 Subject: [PATCH 1/2] fix: re-entrancy attack definition link formatting in glossary --- src/intl/en/glossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index 5d4bb919f43..7d43219689a 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -298,7 +298,7 @@ "recovery-phrase-term": "Seed phrase/recovery phrase", "recovery-phrase-definition": "A list of words given to you when you create a digital wallet. It acts like a password that can help you get back into your wallet if you lose access, making sure you don't lose your digital money or tokens.", "re-entrancy-attack-term": "Re-entrancy attack", - "re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts.< href=\"/developers/docs/smart-contracts/security/#re-entrancy\">More on re-entrancy.", + "re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts.More on re-entrancy.", "reward-term": "Reward", "reward-definition": "An amount of ether awarded to validators that perform certain functions, including proposing a block or participating in a sync-committee, in each slot.", "rlp-term": "Recursive Length Prefix (RLP)", From 52873cf00f83136f86fd43ae7fa347f34ecb36c2 Mon Sep 17 00:00:00 2001 From: Shiva Sai <112751524+Shiva-Sai-ssb@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:51:58 +0530 Subject: [PATCH 2/2] Update glossary.json --- src/intl/en/glossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index 7d43219689a..02a10857e92 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -298,7 +298,7 @@ "recovery-phrase-term": "Seed phrase/recovery phrase", "recovery-phrase-definition": "A list of words given to you when you create a digital wallet. It acts like a password that can help you get back into your wallet if you lose access, making sure you don't lose your digital money or tokens.", "re-entrancy-attack-term": "Re-entrancy attack", - "re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts.More on re-entrancy.", + "re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts. More on re-entrancy.", "reward-term": "Reward", "reward-definition": "An amount of ether awarded to validators that perform certain functions, including proposing a block or participating in a sync-committee, in each slot.", "rlp-term": "Recursive Length Prefix (RLP)",