Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] default MISP connector import line has a typo #1595

Closed
iwitz opened this issue Oct 27, 2020 · 1 comment
Closed

[Bug] default MISP connector import line has a typo #1595

iwitz opened this issue Oct 27, 2020 · 1 comment
Labels
invalid TheHive4 TheHive4 related issues
Milestone

Comments

@iwitz
Copy link

iwitz commented Oct 27, 2020

MispModule import line in application.sample.conf has a typo

Request Type

Bug

Work Environment

Question Answer
OS version (server) RHEL 7
OS version (client) N/A
TheHive version / git hash 4.0 RPM release
Package Type RPM
Browser type & version N/A

Problem Description

In the template configuration file, the MispModule import line import ends with "mips.MispModule" ; when used as is, TheHive won't start.
It works with "misp.MispModule"

Steps to Reproduce

  1. Install the TheHive 4.0 RPM
  2. Rename application.sample.conf to application.conf to use it as a configuration template
  3. Configure TheHive with the MISP connector
  4. Try to start TheHive with systemctl start thehive ; it won't start

Possible Solutions

Line that contains the typo / fix :

// play.modules.enabled += org.thp.thehive.connector.mips.MispModule
// play.modules.enabled += org.thp.thehive.connector.misp.MispModule
@iwitz iwitz added TheHive4 TheHive4 related issues bug labels Oct 27, 2020
@nadouani nadouani added invalid and removed bug labels Oct 27, 2020
@nadouani nadouani added this to the 4.0.1 milestone Oct 27, 2020
@nadouani
Copy link
Contributor

Thanks @iwitz this is already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

2 participants