Skip to content
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

New features and bug fixes #88

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2020

  1. Bugfix: the attribute search in hooks.py

    ag-michael committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    c0ebb38 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. ** README.md

    - 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
    ag-michael committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    20fb5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf06b7 View commit details
    Browse the repository at this point in the history