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] AddTagToArtifact operation not working in 4.1.3 #1974

Closed
androssfox opened this issue Apr 15, 2021 · 0 comments
Closed

[Bug] AddTagToArtifact operation not working in 4.1.3 #1974

androssfox opened this issue Apr 15, 2021 · 0 comments
Assignees
Labels
bug TheHive4 TheHive4 related issues
Milestone

Comments

@androssfox
Copy link

Request Type

Bug

Work Environment

Question Answer
OS version (server) Ubuntu
OS version (client) Ubuntu
TheHive version / git hash 4.1.3
Package Type DEB

Problem Description

Observable responder adding tag to observable no longer working in 4.1.3, it worked before on 4.0.5;

The code at the end of the responder is:

def operations(self, raw):
        return [self.build_operation('AddTagToArtifact', tag='TestTag')]

Steps to Reproduce

  1. Run an observable responder that adds a tag to an observable.
  2. On version 4.0.5 the tag is added.
  3. On version 4.1.3 no tag is added (and no error shows).
@androssfox androssfox added TheHive4 TheHive4 related issues bug labels Apr 15, 2021
@To-om To-om added this to the 4.1.4 milestone Apr 15, 2021
To-om added a commit that referenced this issue Apr 15, 2021
@To-om To-om closed this as completed Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

2 participants