Skip to content

Commit 82b3e09

Browse files
authored
Merge pull request #515 from MISP/codex/review-template-names-for-directory-match
Align object template names with directory names
2 parents 3832330 + 16bdfd5 commit 82b3e09

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

objects/diamond/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"description": "A diamond model event object consisting of the four diamond features advesary, infrastructure, capability and victim, several meta-features and ioc attributes.",
9595
"meta-category": "internal",
96-
"name": "diamond-event",
96+
"name": "diamond",
9797
"required": [
9898
"EventID",
9999
"Advesary",
@@ -103,4 +103,4 @@
103103
],
104104
"uuid": "a9618450-694d-4c73-9f76-35ea0150c19e",
105105
"version": 1
106-
}
106+
}

objects/generalizing-persuasion-framework/definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"ui-priority": 110
116116
},
117117
"settings_time": {
118-
"description": "Pretreatment effects—what happened prior to the persuasive message. Posttreatment duration—how long an effect lasts. Time between exposure and outcome measurement.",
118+
"description": "Pretreatment effects\u2014what happened prior to the persuasive message. Posttreatment duration\u2014how long an effect lasts. Time between exposure and outcome measurement.",
119119
"disable_correlation": true,
120120
"misp-attribute": "text",
121121
"multiple": true,
@@ -145,7 +145,7 @@
145145
},
146146
"description": "By placing their work within the GP Framework, scholars will help the field resolve inconsistencies, identify and address open questions, and ensure collective progress. The GP Framework is not meant to compete with other theories (such as the ELM) but rather to fill in two gaps. First, it allows one to consider how individual persuasion studies connect to one another and why studies may arrive at contradictory conclusions. Second, it highlights the sources of variations that should be studied. (James N. Druckman)",
147147
"meta-category": "misc",
148-
"name": "Generalizing Persuasion Framework",
148+
"name": "generalizing-persuasion-framework",
149149
"uuid": "dc6cdc5f-17d7-4d7b-95fe-86478990c910",
150150
"version": 1
151-
}
151+
}

objects/nse-script/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
},
9494
"description": "An object describing an Nmap NSE script using the standard NSE script format fields.",
9595
"meta-category": "network",
96-
"name": "nse",
96+
"name": "nse-script",
9797
"requiredOneOf": [
9898
"nse",
9999
"nse-script-name"
100100
],
101101
"uuid": "e9f7ab8a-a9f1-473a-a6a9-ae0b303a836a",
102102
"version": 3
103-
}
103+
}

objects/persnona/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
},
9595
"description": "Fake persona with tasks",
9696
"meta-category": "misc",
97-
"name": "Deception PersNOna",
97+
"name": "persnona",
9898
"required": [
9999
"name"
100100
],
101101
"uuid": "a80828dc-07bf-4d5c-ab82-8160ee5bdd6d",
102102
"version": 1
103-
}
103+
}

objects/rulezet-metadata/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116
},
117117
"description": "Rule set metadata object meant to be linked to rule content objects such as YARA, NSE, Sigma or similar templates.",
118118
"meta-category": "misc",
119-
"name": "ruleset-metadata",
119+
"name": "rulezet-metadata",
120120
"required": [
121121
"title",
122122
"uuid"
123123
],
124124
"uuid": "5f4a076e-5e48-4534-b84d-f161de838851",
125125
"version": 1
126-
}
126+
}

objects/taranis-news-item/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"description": "An object describing a news item from Taranis AI",
6262
"meta-category": "misc",
63-
"name": "Taranis AI News Item",
63+
"name": "taranis-news-item",
6464
"uuid": "e4b7e5e3-2c4c-4edf-b9a3-2c2a32844e62",
6565
"version": 2
66-
}
66+
}

0 commit comments

Comments
 (0)