Skip to content

3.3.2#1232

Merged
regulartim merged 22 commits intomainfrom
develop
Apr 16, 2026
Merged

3.3.2#1232
regulartim merged 22 commits intomainfrom
develop

Conversation

@regulartim
Copy link
Copy Markdown
Member

@regulartim regulartim commented Apr 14, 2026

Checklist for creating a new release

  • Change version number in pyproject.toml and run uv lock
  • 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 19 commits April 9, 2026 09:00
* update dependencies for node_linters

* update frontend dependencies

* sync package-lock.json
…ints. Closes #1129 (#1152)

* feat(feeds): add min_expected_interactions filter param to feed endpoints

Signed-off-by: Sanchit2662 <sanchit2662@gmail.com>

* test(feeds): add tests for min_expected_interactions filter param

Signed-off-by: Sanchit2662 <sanchit2662@gmail.com>

---------

Signed-off-by: Sanchit2662 <sanchit2662@gmail.com>
#1159 (#1170)

* [#1159] Move helper functions to greedybear/utils and update imports

* Fix imports and update tests after moving helper functions to greedybear/utils

* fix test

---------

Co-authored-by: tim <46972822+regulartim@users.noreply.github.com>
Bumps library/nginx from 1.29.7-alpine to 1.29.8-alpine.

---
updated-dependencies:
- dependency-name: library/nginx
  dependency-version: 1.29.8-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 [prettier](https://github.com/prettier/prettier) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  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 [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.10.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.9...0.15.10)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.10
  dependency-type: direct:development
  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>
* test: add tests for auth API helpers

* fixing the linting

* fixing small stuff

* fixing nitpick issues

---------

Co-authored-by: tim <46972822+regulartim@users.noreply.github.com>
* expose attacker_country_code in feeds JSON response and response serializer

* add country_code filter parameter to feeds API

* add tests for attacker_country_code in response and country_code filter

* fix missing attacker_country_code in FeedsResponseSerializer test
…1220)

* fix(tests): make extraction strategy tests env-independent (#1201)

- Fix TypeError in test_get_url_downloads by setting
  mock_payload_record.payload_request = False to prevent unconfigured
  Mock from entering threatfox_submission path

- Add @override_settings(THREATFOX_API_KEY='') to all extraction
  strategy test classes that call extract_from_hits, ensuring tests
  are deterministic regardless of local .env configuration:
  - TestCowrieExtractionStrategy
  - TestGenericExtractionStrategy
  - TestHeraldingExtractionStrategy
  - TestHeraldingCredentialClassification
  - TestTannerExtractionStrategy
  - TestTannerAttackClassification
  - TestTannerRfiExtraction

Closes #1201

* style: fix formatting in tests/test_serializers.py
* Add Spamhaus DROP v4 cronjob

Signed-off-by: Drona Raj Gyawali <dronarajgyawali@gmail.com>

* refactor code

Signed-off-by: Drona Raj Gyawali <dronarajgyawali@gmail.com>

---------

Signed-off-by: Drona Raj Gyawali <dronarajgyawali@gmail.com>
…tamp"] fields. Closes #1193 (#1217)

* fix: apply parse_timestamp() to Cowrie session fields. Closes #1193

* test: assert last_seen is naive datetime in command-input and dedup tests
…1212)

* Full validation passed

* ruff qualified

* scanner only sources

* adding more test cases

* single form used

* order by id
#1190 (#1211)

* fix: transition feeds_consume to allowlist for token revocation (#1190)

* test: add regression tests for token revocation bypass

* refactor: move test imports to module level per review feedback
… (#1237)

* link source IPs to credentials in heralding strategy

* add tests for heralding credential source linking
* Move Ruff configuration to `pyproject.toml`

* trigger CI

* fix .pre-commit-config.yaml
@regulartim regulartim marked this pull request as ready for review April 16, 2026 06:14
@regulartim regulartim requested a review from mlodic April 16, 2026 06:20
@regulartim regulartim merged commit 4462228 into main Apr 16, 2026
7 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.