You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#170, #501 - Replaced the Python re module with regex. This addresses a unicode parsing error in the re module which prevented the correct identification of some punycode encoded FQDN values.
#508 - Add a signal handler for SIGTERM to the Eventbus.main() function. This allows for gracefully shutting down a dmon which was started in a Docker contain. Previously, SIGTERM was not caught and caused the Python process to close ungracefully.
#509 - Removed Python 3.7 from test matrix until synapse.async library is removed.
#509 - Fixed a bug in formTufoByProp which allowed the formation of nodes which were valid props, but not actually forms.
#509 - Fixed a bug in storm that prevented setting read-only properties on nodes which may not have had the read-only property present.
Documentation
#503 - Added docstrings to inet.py, dns.py and files.py models.
#505 - Added link to docker for the vertexproject/synapse images.
#510 - Added docs for running PostgreSQL cortex tests manually with Docker.
#511 - Added code style guidelines to indicate the preference of the regex module over the use of re.