-
-
Notifications
You must be signed in to change notification settings - Fork 490
Changelog 6.4.0 #2866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changelog 6.4.0 #2866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you copy from the last changelog, you could add a line where you can describe the added plugins (take the one from the list created by Fede4) and the usual line about maintenance
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new features are in the backend part and will be supported in the UI in the next releases. | |
This release mostly provides important changes in the backend part that will be supported in the UI in the next releases. |
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Analyzable: Representation of an observable or sample: every job is linked to the analyzable scanned. | |
* Analyzable: Representation of an observable or a sample: every job is linked to the scanned analyzable. |
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. |
There was a problem hiding this comment.
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
* 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. | ||
* Engine: Evaluate user reports and data get from the analyzers to assign a score to the job. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Engine: Evaluate user reports and data get from the analyzers to assign a score to the job. | |
* Engine: Evaluate user reports and data got from the analyzers to assign a score to the job. |
example of a type of score would help
(Please add to the PR name the issue/s that this PR would close if merged by using a Github keyword. Example:
<feature name>. Closes #999
. If your PR is made by a single commit, please add that clause in the commit too. This is all required to automate the closure of related issues.)Description
Please include a summary of the change and link to the related issue.
Type of change
Please delete options that are not relevant.
Checklist
develop
dumpplugin
command and added it in the project as a data migration. ("How to share a plugin with the community")test_files.zip
and you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERS
playbook by following this guide.url
that contains this information. This is required for Health Checks._monkeypatch()
was used in its class to apply the necessary decorators.MockUpResponse
of the_monkeypatch()
method. This serves us to provide a valid sample for testing.# This file is a part of IntelOwl https://github.com/intelowlproject/IntelOwl # See the file 'LICENSE' for copying permission.
Black
,Flake
,Isort
) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.tests
folder). All the tests (new and old ones) gave 0 errors.DeepSource
,Django Doctors
or other third-party linters have triggered any alerts during the CI checks, I have solved those alerts.Important Rules