Skip to content
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

Avoiding issues with analyst data objects #1307

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    1dce13d View commit details
    Browse the repository at this point in the history
  2. fix: [AnalystData] Typo...

    chrisr3d committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8e288a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    2f76ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a961a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. chg: [AnalystData] Flattening analyst data based on the recent change…

    …s on MISP standard format
    
    - Adding a note or an opinion will always add the
      new analyst data object to the list of notes or
      opinions at the parent data layer level
    - `from_dict` on a JSON blob is also able to parse
      properly analyst data and generate flat lists
      regardless of whether the given data described
      in the new flat or previously nested format
    chrisr3d committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    df39554 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. fix: [MISPAnalystData] Better handling of the different use cases

    - Additional checks for parent to support both
      the standalone and attached analyst data objects
    - Standalone Analyst data objects with nested
      notes or opinions are defined with the nesting
      as they have no parent. When they are added to
      a parent data layer, the nested objects are then
      flattened
    chrisr3d committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ea6ff20 View commit details
    Browse the repository at this point in the history
  2. fix: [MISPAnalystData] Reverted the declaration of Analyst data objec…

    …ts lists back to the mixin parent class
    chrisr3d committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6ca367d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b8f58 View commit details
    Browse the repository at this point in the history