Skip to content

Release 0.12

Compare
Choose a tag to compare
@cedricbonhomme cedricbonhomme released this 09 Apr 07:05
· 709 commits to master since this release
v0.12
3abbe4b

News

  • added email attribute for users;
  • added password recovery feature (#13);
  • added a view which returns the definition of a schema (text/plain). This is
    used for external references in JSON schemas.

Improvements

  • improved generation of MISP clusters from an object: all values (properties)
    not directly useful for the context of the current schema in MONARC are
    assigned to the key 'meta';
  • migrate form Flask-Script to the built-in integration of the click command
    line interface of Flask;
  • updated JSON-editor for the JSON objects and added a new simple editor for the
    JSON schemas;
  • various minor improvements and bug fixes.