Skip to content

Relationship service error with signature #347

Description

@lprat

Hi,
The service relationship bug when you have signature in relationship because signature object not in code.
Add signature in:
crits_services/relationships_service/templates/relationships_service_all_tab.html

Add line[208]:      \<option value="Signature" selected="selected"\>Signatures\</option\>
Add line[238]:            \<li style="color: #FF9033;"\>\<span style="color: #000;"\>Signatures\</span\>\</li\>

crits_services/relationships_service/handlers.py

[Add line 38]
        'RawData': 'title',
        'Sample': 'md5',
+        'Signature': 'title',
...
[Add line 149]
        'Raw Data': {
            'shape': 'dot',
            'size': 10,
            'color': '#4A7797',
            'color_border': '#306080',
            'color_highlight': '#6090B8',
            'color_highlight_border': '#4A7797'
        },
        'Sample': {
            'shape': 'dot',
            'size': 25,
            'color': '#8CCBF8',
            'color_border': '#70AADC',
            'color_highlight': '#A0D0FF',
            'color_highlight_border': '#8CCBF8'
        },
+        'Signature': {
+            'shape': 'dot',
+            'size': 15,
+            'color': '#FF9033',
+            'color_border': '#EF9033',
+            'color_highlight': 'FFA960',
+            'color_highlight_border': '#FF9033'
+        },

Thanks.

Sincerly,
Lionel

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions