Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/[locale]/bug-bounty/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@ export default async function Page(props: { params: Promise<Params> }) {
key: "page-upgrades-bug-bounty-not-included-li-4",
footnote: false,
},
{
key: "page-upgrades-bug-bounty-not-included-li-10",
footnote: false,
},
{
key: "page-upgrades-bug-bounty-not-included-li-5",
footnote: false,
Expand Down
3 changes: 2 additions & 1 deletion src/intl/en/page-bug-bounty.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,6 @@
"page-upgrades-bug-bounty-not-included-li-6": "Tests",
"page-upgrades-bug-bounty-not-included-li-7": "High-effort (sustained, CPU or bandwidth intensive, and/or requires more than 1 packet or onchain transaction) single-peer DoS attacks",
"page-upgrades-bug-bounty-not-included-li-8": "Any publicly known issues (includes forum posts, PRs, github issues, commits, blog posts, public discord messages, etc.)",
"page-upgrades-bug-bounty-not-included-li-9": "Anything that does not currently have a direct impact on Ethereum mainnet."
"page-upgrades-bug-bounty-not-included-li-9": "Anything that does not currently have a direct impact on Ethereum mainnet.",
"page-upgrades-bug-bounty-not-included-li-10": "EngineAPI is considered trusted and not meant to be publicly exposed"
}
Loading