3.3.2#1232
Merged
regulartim merged 22 commits intomainfrom Apr 16, 2026
Merged
Conversation
* 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>
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>
* 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
* Move Ruff configuration to `pyproject.toml` * trigger CI * fix .pre-commit-config.yaml
mlodic
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist for creating a new release
pyproject.tomland runuv lockmainbranch. The release will be done automatically by the CINote: Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.