-
Notifications
You must be signed in to change notification settings - Fork 633
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] Tags gets wrong renamed #1376
Comments
Tags are decomposed into: namespace, predicate and value. This will permit a soft transition to taxonomies.
In your case, |
Hi, And would "Id: XXXXX==" work? |
I can fix tag parsing for this format. Have you other tag formats that are incorrectly parsed ? |
On Case-level all my cases have Tags like "id:XXX". I also observed that on Observable level, that all tags are "wrong". |
This should cover all your cases (cf. https://github.com/TheHive-Project/TheHive/blob/develop-th4/thehive/test/org/thp/thehive/models/TagTest.scala) |
@To-om Here some examples: |
Bug
Work Environment
Problem Description
I have a tag like this:
Id:7SeUoB3IBABD+tMh2PjVJYg==
Note the ":" and the 2 "=" characters.
If I set this tag manually on a case or if I run the migration script importing a case with this tag, it becomes:
Id.7SeUoB3IBABD+tMh2PjVJYg="="
This is not what is expected.
Please encode / preserve the tag is it is.
The text was updated successfully, but these errors were encountered: