-
Notifications
You must be signed in to change notification settings - Fork 180
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
added unittests for redis_manager.py #944
Merged
AlyaGomaa
merged 489 commits into
stratosphereips:develop
from
Sekhar-Kumar-Dash:patch-53
Oct 21, 2024
Merged
added unittests for redis_manager.py #944
AlyaGomaa
merged 489 commits into
stratosphereips:develop
from
Sekhar-Kumar-Dash:patch-53
Oct 21, 2024
Conversation
This file contains 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
… slips modules observables, instead, use the printer, which is an observable
…default ip otherwise
…heir corresponding flow object
…ate between suricata flows and conn.log flows
…er instead of slips utils to avoid circular imports
… of having one "port" field
…Dash/patch-49 # Conflicts: # .github/workflows/unit-tests.yml
…ending on the timezone
added test for evidence handler
… used slips threshold, used twid width, etc.
…nt_more_info Print more info
…ot/pip/install/develop/redis-5.1.1 build(deps): bump redis from 5.0.8 to 5.1.1 in /install
…-evidence-handler Better logging of IDMEF errors and normalize the confidence of all evidence to range from 0 to 1
added unit tests for alert handler
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ot/pip/install/develop/pre-commit-4.0.1 build(deps): bump pre-commit from 3.8.0 to 4.0.1 in /install
…ekhar-Kumar-Dash/patch-53 # Conflicts: # .github/workflows/CI-production-testing.yml # .github/workflows/CI-staging.yml
Thanks for the tests! @Sekhar-Kumar-Dash 🚀 |
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.
Fixes Issue #803
Changes proposed
added unittests for redis_manager.py
Check List (Check all the applicable boxes)