fix: [ctf-challenge] JSON jqed

pull/441/head
Alexandre Dulaunoy 2024-09-20 06:31:54 +02:00
parent 8cbcba4b5d
commit d4a5bcf70c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 76 additions and 76 deletions

View File

@ -1,24 +1,11 @@
{ {
"description": "Capture-the-flag challenge object as defined by Rectifyq",
"meta-category": "misc",
"name": "ctf-challenge",
"required": [
"title"
],
"uuid": "f9bb5d47-ff5b-4569-9987-4bb970639a55",
"version": 1,
"attributes": { "attributes": {
"title": { "attachment": {
"description": "The name of the challenge", "description": "Any relevant supporting files or resources that are attached to the challenge",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "attachment",
"ui-priority": 4 "multiple": true,
}, "ui-priority": 1
"description": {
"description": "A brief explanation of the challenge",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
}, },
"category": { "category": {
"description": "The type of challenge (e.g., web, binary, forensics)", "description": "The type of challenge (e.g., web, binary, forensics)",
@ -37,11 +24,11 @@
"Misc" "Misc"
] ]
}, },
"points": { "description": {
"description": "The rewarded points for completing the challenge", "description": "A brief explanation of the challenge",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "float", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 2
}, },
"flag": { "flag": {
"description": "Submitted and accepted CTF Challenge's flag", "description": "Submitted and accepted CTF Challenge's flag",
@ -56,24 +43,37 @@
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"attachment": {
"description": "Any relevant supporting files or resources that are attached to the challenge",
"disable_correlation": true,
"multiple": true,
"misp-attribute": "attachment",
"ui-priority": 1
},
"max_attempts": { "max_attempts": {
"description": "Maximum tries allowed", "description": "Maximum tries allowed",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "counter", "misp-attribute": "counter",
"ui-priority": 1 "ui-priority": 1
}, },
"points": {
"description": "The rewarded points for completing the challenge",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"solves": { "solves": {
"description": "Number of people who solved the challenge", "description": "Number of people who solved the challenge",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "counter", "misp-attribute": "counter",
"ui-priority": 1 "ui-priority": 1
},
"title": {
"description": "The name of the challenge",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 4
} }
} },
"description": "Capture-the-flag challenge object as defined by Rectifyq",
"meta-category": "misc",
"name": "ctf-challenge",
"required": [
"title"
],
"uuid": "f9bb5d47-ff5b-4569-9987-4bb970639a55",
"version": 1
} }