MISP / MISP/misp-objects

Defining object glyphicon. Icon Color

Open
#167 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement topic:format
Dominant language
Python
Stars
110
Forks
139
Avg merge
12h 28m
Merged PRs (30d)
3

Description

Use Case

  • User creates a new object for his case such as Device or orgnization
  • User should be able to define the glyphicon that the event graph will pick up.
  • Can be in the form of class attribute in the json format
  • which will be parsed by the event graph generation script
    '''
    { class : 'fab fa-500px' }
    '''

object color

  • When the even graph object is rendered, each object can have its own color as defined by the user when creating the object
  • each object definition can have the color value.
  • can be set to a predefined list too
    '''
    "color": {
    "type": "string"
    }
    '''

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is identified. Locate the object-definition format and the event graph generation script, then trace how object attributes are parsed and rendered. Done means the agreed representation supports a user-defined glyphicon class and object color, with coverage for the resulting graph output.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.