Skip to content

Commit

Permalink
Add "Internet Traffic" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 21, 2023
1 parent 9c88feb commit ef5f196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/static/challenges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
category: 'Improper Input Validation'
tags:
- Web3
- Internet Traffic
description: 'Mint the Honey Pot NFT by gathering BEEs from the bee haven.'
difficulty: 3
hint: 'Discover NFT wonders among the captivating visual memories.'
Expand All @@ -111,6 +112,7 @@
category: 'Miscellaneous'
tags:
- Web3
- Internet Traffic
description: 'Withdraw more ETH from the new wallet than you deposited.'
difficulty: 6
hint: 'Try to exploit the contract of the wallet.'
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@
"TAG_CODE_ANALYSIS_DESCRIPTION": "Marks challenges where it can be helpful to rummage through some source code of the application or a third party.",
"TAG_WEB3": "Web3",
"TAG_WEB3_DESCRIPTION": "Marks challenges which incorporate Web3 concepts or technology such as Blockchain, Crypto Currency, Smart Contracts, or NFT.",
"TAG_INTERNET_TRAFFIC": "Internet Traffic",
"TAG_INTERNET_TRAFFIC_DESCRIPTION": "Marks challenges strictly depending on the server being able to connect with the Internet via e.g. WebSocket or JSON-RPC.",
"CATEGORY_BROKEN_ACCESS_CONTROL": "Broken Access Control",
"CATEGORY_BROKEN_ANTI_AUTOMATION": "Broken Anti Automation",
"CATEGORY_BROKEN_AUTHENTICATION": "Broken Authentication",
Expand Down

0 comments on commit ef5f196

Please sign in to comment.