From 8d7ac9dc88d20ac43494d57511d92759e8b0e284 Mon Sep 17 00:00:00 2001 From: meeshhhh <106405655+meeshhhh@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:01:42 -0400 Subject: [PATCH] Update security.md fixing typos --- docs/learn-more/security.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/learn-more/security.md b/docs/learn-more/security.md index 776d033a..81685a2f 100644 --- a/docs/learn-more/security.md +++ b/docs/learn-more/security.md @@ -30,10 +30,10 @@ Our bug bounty program covers: - Smart Contracts - Infrastructure - Protocol -- + ## Focus Area -### In-Scope Vulnerabilities: Smart Contracts +### In-Scope Vulnerabilities: We are interested in vulnerabilities that result in incorrect behavior of the smart contract and could lead to unintended functionality, including: - Stealing or loss of funds @@ -44,7 +44,7 @@ We are interested in vulnerabilities that result in incorrect behavior of the sm - Reordering transactions - Overflows and underflows -### Out-of-Scope Vulnerabilities: Smart Contracts +### Out-of-Scope Vulnerabilities: The following are out of scope for the bug bounty program: - Theoretical vulnerabilities without proof or demonstration