New features and bug fixes#88
Open
ag-michael wants to merge 3 commits intoMISP:masterfrom
Open
Conversation
added 3 commits
July 12, 2020 19:08
- LONGTEXT causes sqlalchemy issues, LONGBLOB works great! changed README accordingly. - Added documentation on how to configure gunicorn to run the production opentaxii server ** misp_taxii_hooks/hooks.py - Add auto_publish feature - Add exception handling - For MISP.search() `(controller="attributes", value=str(attrib))` was not working at all, changed it to more specific `(controller="attributes", value=str(attrib))` - Set the default `distribution` to 0 (Your Organization Only), inadvertent sharing of TLP-RED intel could be very bad! This should be configurable in the future - systemd/journald was taking up lots of ram thanks to gunicorn's excessive logging. I set some of the very noisy `log.info` to `log.debug` ** scripts/run-taxii-poll.py - Added rate limiting feature - Continue polling when individual blocks fail to push to the local server ** config/config.default.yaml - Added auto_publish setting ** scripts/install-remote-server.sh - Added rate_limit related config lines
|
This pull request introduces 1 alert when merging ccf06b7 into 2300977 - view on LGTM.com new alerts:
|
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.
Changelog
README.md
misp_taxii_hooks/hooks.py
(controller="attributes", value=str(attrib))was not working at all, changed it to more specific(controller="attributes", value=str(attrib))distributionto 0 (Your Organization Only), inadvertent sharing of TLP-RED intel could be very bad! This should be configurable in the futurelog.infotolog.debugscripts/run-taxii-poll.py
config/config.default.yaml
scripts/install-remote-server.sh