Skip to content

flowintel release version 1.0.0

Latest
Compare
Choose a tag to compare
@DavidCruciani DavidCruciani released this 10 Jun 09:33
· 20 commits to main since this release
1.0.0
a6d2d69

flowintel release version 1.0.0

flowintel

Flowintel is a flexible case management software written in python.

Here is what flowintel can do now:

  • Create cases and tasks
  • Write notes in Markdown in cases or tasks. (mermaid is supported)
  • Export notes in pdf or docx using pandoc
  • Create templates from case or task
  • Notify user by email or matrix
  • Use connectors to send cases to other tools
  • Use (misp-modules)[https://github.com/MISP/misp-modules] analyzers to enrich notes
  • Work with different organization by adding them in the case

Analyzers & Connectors

Here an overview of the difference between analyzers and connectors:
flowintel_connections

Funding

circl
eu

1.0.0 (2024-06-10)

New

  • [analyzer] config and select. [David Cruciani]
  • [functionality] module view. [David Cruciani]
  • [analyzer] misp-modules. [David Cruciani]
  • [module] email notification. [David Cruciani]
  • [module] matrix notification. [David Cruciani]
  • [functionality] multiple note for task. [David Cruciani]
  • [test] case note and all tasks notes. [David Cruciani]
  • [case] case notes and all tasks notes. [David Cruciani]
  • [functionality] move tasks up and down. [David Cruciani]
  • [doc] image example. [David Cruciani]

Changes

  • [doc] readme. [David Cruciani]
  • [task] tasks notes ui. [David Cruciani]
  • [case] ui. [David Cruciani]
  • [installer] dependency. [David Cruciani]
  • [analyzer-result] pass all result if note selected is empty. [David
    Cruciani]
  • [analyzer] select case and task fieldset. [David Cruciani]
  • [sidebar] collapse chevron. [David Cruciani]
  • [forms] edit and creation. [David Cruciani]
  • [analyzer] create case and task. [David Cruciani]
  • [front] container-fluid. [David Cruciani]
  • [template] multiple notes for task template. [David Cruciani]
  • [case_index] default view. [David Cruciani]
  • [module] task. [David Cruciani]
  • [case] export note. [David Cruciani]
  • [connector: misp_event] event report + notes. [David Cruciani]
  • [case] add and remove org. [David Cruciani]
  • [init] Matrix bot. [David Cruciani]
  • [api] get user by api. [David Cruciani]
  • [api] task_api. [David Cruciani]
  • [api] user new route. [David Cruciani]
  • [user] nickname. [David Cruciani]
  • [calendar] date picker. [David Cruciani]
  • [recurring] check completed. [David Cruciani]
  • [case] add_orgs and change owner. [David Cruciani]
  • [test] fork case. [David Cruciani]
  • [api] fork case. [David Cruciani]
  • [case] fork case. [David Cruciani]
  • [case_task] refactor and comment. [David Cruciani]
  • [users] display. [David Cruciani]
  • [case] amount of open and closed tasks. [David Cruciani]
  • [git] gitchanlogrc. [Alexandre Dulaunoy]

Fix

  • [case] case note ui. [David Cruciani]
  • [login] error msg. [David Cruciani]
  • [tools] importer. [David Cruciani]
  • [create-task] from template not close at select. [David Cruciani]
  • [task] create from template. [David Cruciani]
  • [task] modif note. [David Cruciani]
  • [test] flask-session. [David Cruciani]
  • [delete task] delete notes linked to the task. [David Cruciani]
  • [migration] remove comma. [David Cruciani]
  • [test] task. [David Cruciani]
  • [user] nickname. [David Cruciani]
  • [migration] drop index. [David Cruciani]
  • [task template] creation and add to case. [David Cruciani]
  • [requirements] pymisp. [David Cruciani]

Other

  • Add: [init] default case. [David Cruciani]
  • Update README.md. [Alexandre Dulaunoy]