Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[**Upgrade Guide**](https://intelowlproject.github.io/docs/IntelOwl/installation/#update-to-the-most-recent-version)

## [v6.4.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.4.0)
The new features are in the backend part and will be supported in the UI in the next releases.
* Analyzable: Representation of an observable or sample: every job is linked to the analyzable scanned.
* Data models: A new system to normalize the output of analyzers (already available in the job raw section).
* User Event: Users can create reports for analyzables.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a brief description of what a report could contain would help

* Engine: Evaluate user reports and data get from the analyzers to assign a score to the job.

## [v6.3.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.3.1)
This release provides fixes to the recent added ARM support. (ARM build for v6.3.0 was broken due to some dependencies)

Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
# this variable must start with "REACT_APP_" to be used in the frontend too
REACT_APP_INTELOWL_VERSION=v6.3.1
REACT_APP_INTELOWL_VERSION=v6.4.0
# if you want to use a nfs volume for shared files
# NFS_ADDRESS=
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intelowl",
"version": "6.3.1",
"version": "6.4.0",
"private": true,
"proxy": "http://localhost:80/",
"dependencies": {
Expand Down
Loading