-
Notifications
You must be signed in to change notification settings - Fork 296
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
ENH: Caching, advanced mapping and separating events for MISP Feed output bot #2509
Open
kamil-certat
wants to merge
17
commits into
certtools:develop
Choose a base branch
from
kamil-certat:misp_feed_mapping
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
5caa3e0
ENH: Add possibility to delay generating MISP Feed
kamil-certat efb761d
Add documentation. Fix code compatibility
kamil-certat b38bbf7
Fix spelling
kamil-certat 659b941
ENH: Add attribute mapping
kamil-certat 62a87e3
ENG: Add support for creating separated MISP Events
kamil-certat 2b8b617
Revert early copying message
kamil-certat 3006220
FIX: Handle not existing fields with manual mapping
kamil-certat 6b2f8b7
ENH: Add option to extend default info
kamil-certat 3c86980
Fix typos
kamil-certat d014e93
ENH: add support for tagging
kamil-certat b1ac8e2
Fix generating on restart
kamil-certat 85ddfb3
ENH: Add tagging, check, and improved docs
kamil-certat 7c33962
DOC: Update documentation about CacheMixin
kamil-certat 05f4aef
Adjust to pycodestyle
kamil-certat c57121a
Fix typo
kamil-certat 2b8fac7
Clean up imports in tests
kamil-certat c4f6b7e
Merge branch 'develop' into misp_feed_mapping
sebix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens when set to 0 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've looked in the code, and it looks like in such case, this would be a ValueError. However, you can use "0 hours" what should result in creating a new MISP event for every IntelMQ event.