Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 3.09 KB

RELEASES.md

File metadata and controls

57 lines (43 loc) · 3.09 KB

Version 1.2

New features

  • Results streaming (first results appear faster) (#59)
  • Support for distributed Ursadb in the backend (#119)
  • Powerful plugin support (See the documentation)
    • Configurable from the web UI (#132)
  • Support for Ursadb tags (for example, to tag collections as benign or malicious) (#44)

UI Improvements

  • Use Monaco IDE as yara editor (#109)
  • Results view improvements issue #82
  • Status page improvements:
    • Display file count along with dataset size (#91)
  • Filter jobs by author, status and others (#152)
  • Show number of errors (for example, missing files) per job (#148)

Improvements

  • Much better Yara support (issue #41):
    • Multiple rules in a query (#55)
    • Private and global rules (#55)
    • Case insensitive strings (nocase modifier) (#136)
    • Regexes (#169)
    • Strings that are both ascii and wide (#65)
    • xor modifier (without ranges) (#98)
    • Anonymous variables (#66)
  • Use FastAPI framework, instead of Flask to improve performance and get API documentation for free
  • Document the API and add swagger UI to /docs endpoint
  • Cache parsed Yara rules
  • Batch files when matching yara rules, to improve performance

Others

Version 1.1

Web interface was rewritten in React

Version 1.0

First public release