opencti icon indicating copy to clipboard operation
opencti copied to clipboard

Can't see mitigates relationships data in relationship tab

Open JeromeSRT opened this issue 2 years ago • 3 comments

Description

I can't see mitigates relationships data from the tab of data/relationships when I select a mitigates relationship to see information.

Environment

  1. OS (where OpenCTI server runs): Monterey 12.4
  2. OpenCTI version: OpenCTI 5.3.7
  3. OpenCTI client: frontend
  4. Other environment details: Firefox 101.0.1

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Go to Data/Relationships
  2. Select a mitigates relationship
  3. Click on selected mitigates relationship

Expected Output

The information tab of selected mitigates relationship but there is no data in the tab.

See screenshot 01

Actual Output

See screenshot 02

Additional information

Screenshots (optional)

image

image

JeromeSRT avatar Jun 24 '22 07:06 JeromeSRT

There is a bug at opencti-platform/opencti-front/src/private/components/data/relationships/RelationshipsStixCoreRelationshipLine.js

line# 60

there should b a constraint on it like if entity type is mitigates then url should not contain knowledge as coarse of action entity doesn't have Knowledge in top bar

sandeshkumart avatar Jun 29 '22 10:06 sandeshkumart

There is a bug at opencti-platform/opencti-front/src/private/components/data/relationships/RelationshipsStixCoreRelationshipLine.js

line# 60

there should b a constraint on it like if entity type is mitigates then url should not contain knowledge as coarse of action entity doesn't have Knowledge in top bar

Will the bug be solved in a next version ?

JeromeSRT avatar Jul 02 '22 04:07 JeromeSRT

Hello @JeromeSRT,

This bug will be solve in the next version.

Kind regards, Samuel

SamuelHassine avatar Jul 12 '22 15:07 SamuelHassine