Skip to content

Commit 89413ff

Browse files
committed
#52 Prefix alert title with MISP event id only once
1 parent 88bef19 commit 89413ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

thehive-misp/app/connectors/misp/MispSynchro.scala

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class MispSynchro @Inject() (
143143
case (event, None, attrs)
144144
logger.info(s"MISP event ${event.source}:${event.sourceRef} has no related alert, create it with ${attrs.size} observable(s)")
145145
val alertJson = Json.toJson(event).as[JsObject] +
146-
("title" JsString(s"#${event.sourceRef} ${event.title}")) +
147146
("type" JsString("misp")) +
148147
("caseTemplate" mispConnection.caseTemplate.fold[JsValue](JsNull)(JsString)) +
149148
("artifacts" Json.toJson(attrs))

0 commit comments

Comments
 (0)