blag
blag
Installing this on a public-facing web server leaves the elasticsearch server open to the world on port 9200. There are two ways to fix this. 1. From [ServerFault](http://serverfault.com/a/247180): ``` iptables...
# TL;DR All developers using this package should immediately stop using it, and developers should not use this package until this issue is fixed and previous insecure versions removed from...
The [Python packaging specifications](https://packaging.python.org/specifications/core-metadata) indicate that the [`license` parameter](https://packaging.python.org/specifications/core-metadata/#license) to `setup()` should be used in one of the following cases: * the license is not a selection from the “License”...
Should be applied after/on top of #39. I will rebase this on top of `master` once that gets merged in. The first six commits are from #39. TODO: * [x]...
This is my first attempt at this, so feedback and criticism is more than welcome! This is extremely similar to `email_extras.utils.send_mail`, but it's a mixin for mail backends. The main...
According to [#28095](https://code.djangoproject.com/ticket/28095), the signature of `Widget.build_attrs()` changed from: ```python class Widget(...): # ... def build_attrs(self, attrs, **kwargs): # ... ``` to: ```python class Widget(...): # ... def build_attrs(self, attrs,...
This PR removes a few features deprecated and removed in Django 4.0, and updates the Travis configuration.
## SUMMARY The weekend CI tests for all 100+ StackStorm Exchange packs failed again this weekend: ```python #!/bin/bash ~/ci/.circle/test ; ~/ci/.circle/exit_on_py3_checks $? Traceback (most recent call last): File "/home/circleci/ci/.circle/validate.py", line...
This PR refactors the `FileWatchSensor` from the `linux` pack, to remove it's dependency on `logshipper`, and use `watchdog` instead. Upstream `logshipper` hasn't been touched in years, so we switched to...