8000 Relationship service error with signature · Issue #347 · crits/crits_services · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Relationship service error with signature #347

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

Open
lprat opened this issue Oct 5, 2018 · 1 comment
Open

Relationship service error with signature #347

lprat opened this issue Oct 5, 2018 · 1 comment

Comments

@lprat
Copy link
lprat commented Oct 5, 2018

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

@mgoffin
Copy link
Contributor
mgoffin commented Oct 5, 2018

If you have fixes to bugs, please submit them as PRs, not as blocks of text in an issue. Thanks!

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

No branches or pull requests

2 participants
0