We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bef19 commit 89413ffCopy full SHA for 89413ff
thehive-misp/app/connectors/misp/MispSynchro.scala
@@ -143,7 +143,6 @@ class MispSynchro @Inject() (
143
case (event, None, attrs) ⇒
144
logger.info(s"MISP event ${event.source}:${event.sourceRef} has no related alert, create it with ${attrs.size} observable(s)")
145
val alertJson = Json.toJson(event).as[JsObject] +
146
- ("title" → JsString(s"#${event.sourceRef} ${event.title}")) +
147
("type" → JsString("misp")) +
148
("caseTemplate" → mispConnection.caseTemplate.fold[JsValue](JsNull)(JsString)) +
149
("artifacts" → Json.toJson(attrs))
0 commit comments