Skip to content

Commit 5d42723

Browse files
authored
Changelog 6.4.0 (#2866)
* updated changelog * updated version * updated changelog * fix
1 parent 147e2eb commit 5d42723

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [v6.4.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.4.0)
6+
This release mostly provides important changes in the backend part that will be supported in the UI in the next releases.
7+
* Analyzable: Representation of an observable or a sample: every job is linked to the scanned analyzable.
8+
* Data models: A new system to normalize the output of analyzers (already available in the job raw section). It allows analyzers to specify the evaluation, reliability and many others information about the analyzable.
9+
* User Event: Users can create reports for analyzables: indicating additional information or a custom evaluation.
10+
* Engine: Evaluate user reports and analyzers's data to assign a score to the job.
11+
12+
As usual, we add new plugins. This release brings the following new ones:
13+
* [Nuclei](https://github.com/projectdiscovery/nuclei): A modern, high-performance vulnerability scanner that leverages simple YAML-based templates.
14+
* [ipquery](https://ipquery.io/): a flexible api for vpn detection, geolocation, and threat intelligence.
15+
* [mullvad](https://mullvad.net/en): VPN provider.
16+
* [spamhaus](https://www.spamhaus.org/): Updated existing analyzer to support IPv6.
17+
* [bbot](https://github.com/blacklanternsecurity/bbot): multipurpose scanner.
18+
* [debloat](https://github.com/Squiblydoo/debloat): remove excess garbage from bloated executables.
19+
20+
521
## [v6.3.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.3.1)
622
This release provides fixes to the recent added ARM support. (ARM build for v6.3.0 was broken due to some dependencies)
723

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### DO NOT CHANGE THIS VALUE !!
22
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
33
# this variable must start with "REACT_APP_" to be used in the frontend too
4-
REACT_APP_INTELOWL_VERSION=v6.3.1
4+
REACT_APP_INTELOWL_VERSION=v6.4.0
55
# if you want to use a nfs volume for shared files
66
# NFS_ADDRESS=

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intelowl",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"private": true,
55
"proxy": "http://localhost:80/",
66
"dependencies": {

0 commit comments

Comments
 (0)