Skip to content
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

v6.2.0 #2609

Merged
merged 131 commits into from
Jan 2, 2025
Merged

v6.2.0 #2609

merged 131 commits into from
Jan 2, 2025

Conversation

mlodic
Copy link
Member

@mlodic mlodic commented Dec 19, 2024

Checklist for creating a new release

  • If we changed/added Docker Analyzers, we need to configure Docker Hub / Dependabot properly.
  • I have already checked if all Dependabot issues have been solved before creating this PR.
  • Update CHANGELOG.md for the new version. Tag another maintainer to review the Changelog and wait for their feedback.
  • Change version number docker/.env
  • Verify CI Tests
  • Create release for the branch develop. Remember to prepend a v to the version number.
    Write the following statement there (change the version number):
please refer to the [Changelog](https://github.com/intelowlproject/IntelOwl/blob/develop/.github/CHANGELOG.md#v331)

WARNING: The release will be live within an hour!
  • Wait for dockerHub to finish the builds
  • Merge the PR to the master branch. Note: Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.
  • Remove the "wait" statement in the release description.
  • Publish new Post into official Twitter and LinkedIn accounts (change the version number):
published #IntelOwl vX.X.X! https://github.com/intelowlproject/IntelOwl/releases/tag/vX.X.X #ThreatIntelligence #CyberSecurity #OpenSource #OSINT #DFIR
  • If that was a major release or an important release, communicate the news to the marketing staff

0ssigeno and others added 30 commits August 29, 2024 08:44
Signed-off-by: 0ssigeno <s.berni@certego.net>
Signed-off-by: 0ssigeno <s.berni@certego.net>
* fix description

* fix id column
* changes

* removed log

* added test for pivoting with files in investigation

* fixed test

* updated test for rescan

* added backend test for rescan API

* recent scan fix

* support pivoting for files

* prettier

* added prettier ignore file for coverage

* added permission for rescan operation

* prettier

* added test

* improvement
Signed-off-by: 0ssigeno <s.berni@certego.net>
* document_urls_extraction

* added tests and samples

* fixed follina regex

* fixed string delimiter in lnk files url extraction

* fixed onenone test

* fixed strings_info tests max chars

* fixed migration number

* added all test files

* fixed XML attacks vuln

* fixed deepsource warnings

* removed subfolder zip test files

* added missing supported filetypes Lnk_Info migration

* added migration to lnk mimetype support

* wrong tests names

* fixed test_files path in CI

* added --malware_tools_analyzers in CI for tests

* removed CI malware analyzers because all_analyzers is present

* added temporary --malware_tools_analyzers

* added all analyzers just to make the tests pass

* added all analyzers just to make the tests pass

* added boxjs tests

* disabled mockup connetions for boxjs and strings_info

* fixed malware_analyzer_tools filename thug

* fixed deepsource missing method

* Manage missing directory

Signed-off-by: 0ssigeno <s.berni@certego.net>

* added missing pr contribution requirements

* fixed typo

* fixed typo

* added test for iocextract analyzer

* fixed pdf info without uris

* fixed assertTrue member in list with assertIn

* removed useless onenote playbook

* added playbook uris extraction

* Update pull_request_automation.yml

* changed playbook to execute

* reformatted

* changed playbook to execute

* added checks to load file data type

* updated test files

* made requested changes

* fixed migration order

* fixed migration order

* fixed migration order

* adjusted migrations, doc_info and others

* linter

* added conditional testing

* added testif

* added test for lnk file

* trying adjusting CI

* removed duplicated test

* prevent test from failing when skipping unhealthy containers tests

---------

Signed-off-by: 0ssigeno <s.berni@certego.net>
Co-authored-by: 0ssigeno <s.berni@certego.net>
Co-authored-by: Matteo Lodi <30625432+mlodic@users.noreply.github.com>
* added EditPlaybookConfig modal

* frontend tests

* added plugins  dropdown menu

* create buttons

* added pivot actions buttons

* adjusted pivot field

* fix

* prettier

* fix test

* adjusted useOrganizationStore

* adjusted PivotConfigForm

* prettier

* info icon

* fix tests

* fix

* added note

* fix

* fixes

* fixes

* refactor

* prettier
Signed-off-by: 0ssigeno <s.berni@certego.net>
Signed-off-by: 0ssigeno <s.berni@certego.net>
Signed-off-by: 0ssigeno <s.berni@certego.net>
Bumps [quark-engine](https://github.com/quark-engine/quark-engine) from 24.8.1 to 24.9.1.
- [Release notes](https://github.com/quark-engine/quark-engine/releases)
- [Commits](quark-engine/quark-engine@v24.8.1...v24.9.1)

---
updated-dependencies:
- dependency-name: quark-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [polyswarm-api](https://github.com/polyswarm/polyswarm-api) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/polyswarm/polyswarm-api/releases)
- [Commits](polyswarm/polyswarm-api@3.9.0...3.10.0)

---
updated-dependencies:
- dependency-name: polyswarm-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: 0ssigeno <s.berni@certego.net>
Signed-off-by: 0ssigeno <s.berni@certego.net>
Copy link
Contributor

@code-review-doctor code-review-doctor bot left a comment

Choose a reason for hiding this comment

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

Looks good. Worth considering though. View full project report here.

api_app/analyzers_manager/observable_analyzers/nvd_cve.py Outdated Show resolved Hide resolved
api_app/analyzers_manager/models.py Outdated Show resolved Hide resolved
api_app/analyzers_manager/models.py Outdated Show resolved Hide resolved
api_app/data_model_manager/models.py Outdated Show resolved Hide resolved
@mlodic mlodic requested a review from drosetti December 19, 2024 09:10
mlodic and others added 26 commits December 19, 2024 10:11
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Bumps [checkdmarc](https://github.com/domainaware/checkdmarc) from 5.5.0 to 5.7.9.
- [Release notes](https://github.com/domainaware/checkdmarc/releases)
- [Changelog](https://github.com/domainaware/checkdmarc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domainaware/checkdmarc/commits)

---
updated-dependencies:
- dependency-name: checkdmarc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [django-silk](https://github.com/jazzband/django-silk) from 5.2.0 to 5.3.2.
- [Release notes](https://github.com/jazzband/django-silk/releases)
- [Changelog](https://github.com/jazzband/django-silk/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-silk@5.2.0...5.3.2)

---
updated-dependencies:
- dependency-name: django-silk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 11.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...11.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fixes data model

* fix yara
* fix data model asn_rank

* fix node alpine

* revert fix node alpine
Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) from 4.8.0 to 5.1.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases)
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/docs/changes.rst)
- [Commits](django-auth-ldap/django-auth-ldap@4.8.0...5.1.0)

---
updated-dependencies:
- dependency-name: django-auth-ldap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removed info icon + added settings icon

* added new plugin config modals

* refactor

* adjusted analyzer and pivot modals

* adjusted backend tests

* adjusted existing tests

* adjusted pivots tests

* frontend tests

* adjusted PluginConfigViewSet

* prettier

* fixed test

* fix

* fixes

* frontend tests

* fixed PluginConfigModal

* changes

* prettier

* fixes

* adjusted view

* fix

* black

* fixes

* fix

* fix

* fix

* fixes

* prettier

* fixes

* adjusted org note

* changes
…2611)

* added data_model field in the raw plugin data

* frontend tests

* prettier
* added search page

* adjusted Search component

* fixed queries on elastic

* adjusted form

* updated serializer

* adjusted search page

* frontend test

* date fields

* prettier

* fix test

* added pagination

* updated frontend and also tests

* fixed test

* adjusted input field

* adjusted pagination

* fixed title

* added first requests

* capped downloaded page number

* fixed timezone

---------

Co-authored-by: drosetti <d.rosetti@certego.net>
* Added supported type domain to playbook PhishingExtractor

* Added dynamic port generation to avoid conflicts and raised max session

* Decreased sessions to 4

* Added user_agent parameter to phishing extractor and form compiler

---------

Co-authored-by: Matteo Lodi <30625432+mlodic@users.noreply.github.com>
@drosetti drosetti merged commit 0949248 into master Jan 2, 2025
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.