Skip to content

Commit

Permalink
#820 Add MISP url in status API
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 18, 2019
1 parent 61e440d commit cc65b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thehive-misp/app/connectors/misp/MispConnection.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ case class MispConnection(
"name" name,
"version" version,
"status" "OK",
"url" baseUrl,
"purpose" purpose.toString)
case None Json.obj(
"name" name,
"version" "",
"status" "ERROR",
"url" baseUrl,
"purpose" purpose.toString)
}
}
Expand Down

0 comments on commit cc65b5d

Please sign in to comment.