Skip to content

1.6.1#508

Merged
mlodic merged 19 commits intomainfrom
develop
Apr 30, 2025
Merged

1.6.1#508
mlodic merged 19 commits intomainfrom
develop

Conversation

@mlodic
Copy link
Copy Markdown
Member

@mlodic mlodic commented Apr 29, 2025

Checklist for creating a new release

  • Change version number in docker/.version and in .env_template
  • Verify CI Tests
  • Verify that the PR is named with a correct version number like x.x.x
  • Merge the PR to the main branch. The release will be done automatically by the CI

Note: Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.

regulartim and others added 18 commits February 26, 2025 08:04
* add configurable retention periods

* add clean up cronjob

* add and schedule celery task

* change retention period for IOCs

* only delete CowrieSessions if they have no associated CommandSequence
* converted feed type field to list

* linter

* honeypot enum
* remove "honeypot" values from API result

* rename field in feature extraction

* prevent outdated training data to be used

* adapt tests
* check for missing features before prediction

* split up get_current_data method and add get_data_by_pks method

* add logic for scoring only specific IoCs

* add method to update scores after extraction

* execute score update after extraction

* adapt tests

* merge update methods to avoid code duplication

* fix return type
* single task for train and update

* black

* black

* adjust
* replace deprecated datetime.utcnow() with datetime.now()
the two methods produce the identical result, as the time zone is set to UTC in settings.py

* replace deprecated elasticsearch parameters

* remove USE_L10N setting, deprecated in django 5
Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) from 2.0.28 to 2.0.29.

---
updated-dependencies:
- dependency-name: uwsgi
  dependency-version: 2.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps library/nginx from 1.27.4-alpine to 1.27.5-alpine.

---
updated-dependencies:
- dependency-name: library/nginx
  dependency-version: 1.27.5-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [celery](https://github.com/celery/celery) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: celery
  dependency-version: 5.5.1
  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 [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.2...3.16.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-version: 3.16.0
  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 [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.34.0 to 3.35.0.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.34.0...v3.35.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  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 [numpy](https://github.com/numpy/numpy) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@mlodic mlodic requested a review from regulartim April 29, 2025 15:58
@mlodic mlodic merged commit 04aee42 into main Apr 30, 2025
3 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.

3 participants