Files
freeCodeCamp/curriculum/challenges/_meta/information-security-projects/meta.json
Oliver Eyton-Williams 1642c631de refactor: drop superorder from metas (#44422)
* refactor: create superOrder from superblock

* chore: drop superOrders from meta

* fix: return null for 'certifications'

* fix: only set superOrder if it is needed

* fix(tests): remove filter from order tests

* test: use getSuperOrder, since superOrder has gone

* test: ignore certificates

* fix: getSuperOrder throw for 'certifications'

* test: remove certificate special case

It wasn't necessary, anyway (it had never been working because I put
certificate not certification)

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-12-14 08:16:23 -08:00

32 lines
651 B
JSON

{
"name": "Information Security Projects",
"isUpcomingChange": false,
"dashedName": "information-security-projects",
"order": 2,
"time": "150 hours",
"template": "",
"required": [],
"superBlock": "information-security",
"challengeOrder": [
[
"587d824a367417b2b2512c44",
"Stock Price Checker"
],
[
"587d824a367417b2b2512c45",
"Anonymous Message Board"
],
[
"5e46f979ac417301a38fb932",
"Port Scanner"
],
[
"5e46f983ac417301a38fb933",
"SHA-1 Password Cracker"
],
[
"5e601c775ac9d0ecd8b94aff",
"Secure Real Time Multiplayer Game"
]
]}