Cyphon Versions Save

Open source incident management and response platform.

1.6.7

5 years ago

Third party dependency security patches:

  • requests
  • urllib
  • django

1.6.6

5 years ago

Changed

  • alerts.models + cyphon.settings.conf: added conditional setting ALERTS.DISABLE_COLLECTION_SEARCH to determine if alert should search backend storage for missing alert data. (09c246b)

1.6.5

5 years ago

Fixed

  • Dockerfile: changed apk packages to download libressl instead of openssl due to multiple packages upgrading from open to libre. (75172dc)

Changed

  • requirements.txt: removed cryptography from dependencies due to it depending on openssl and since it is not used in the project anymore. (f707446)

1.6.4

6 years ago

Added

  • cyphon.settings.conf: added CYCLOPS.API_TIMEOUT to settings file (249c0ef)

Fixed

  • setup.py: fixed failing CI build due to pip 10 update moving all it's internal API to ._internal (92417d1)

1.6.3

6 years ago

Added APPUSERS.ONLY_SHOW_STAFF to settings file.

1.6.2

6 years ago

Prevents exceptions from locking Streams (https://github.com/dunbarcyber/cyphon/issues/392) and fixes some broken functional tests.

1.6.1

6 years ago

Fixes bug caused by null values in numeric comparisons, optimizes Alert queries to prevent timeouts, and updates Cyclops to version 0.5.4.

1.6.0

6 years ago

Improves efficiency of Monitors using polling, and incorporates Cyclops 0.5.3 to add advanced search capabilities.

1.5.3

6 years ago

Fixes issues with NLTK data and Monitor creation.

1.5.2

6 years ago

Fixes issue with Stream object admin page that can cause timeouts.