Stefan Grönke
Stefan Grönke
When attempting to stop a service that is not yet installed on the target system, the letsencrypt role exists with an error. We should therefore check if a specific service...
In a secure environment it is not acceptable to download and execute a script as root, that came from an untrusted source. The certbot repository is cloned from GitHub without...
- minor optimizations - be explicit with comparisons
A segmentation fault occurs when reading data with `null` values. ``` $ python3.6 -c "import ucl; text = ucl.dump({ 'a': None }); print(text); ucl.load(text)" a = null; Segmentation fault (core...
When the remote server provides an invalid encryption certificate for the host, there should be an option allowing to ignore host mismatches. In this case the flag `--insecure` or `-i`...
Commit https://github.com/jceel/py-libzfs/commit/8ed656e278e556b2f56ce28889a96ab9ec47dea0 does not build on HardenedBSD-11 and FreeBSD-11.0 ## HardenedBSD ``` # python3.6 setup.py build running build running build_py copying libzfs.c -> build/lib.freebsd-11.1-STABLE-HBSD-amd64-3.6 running build_ext cythoning libzfs.pyx to libzfs.c...
### Description Content size changes when opening the drawer on Windows. ### Expected outcome The window content size does not change when activating the drawer. ### Actual outcome The scroll-bar...
- Add unit test for nested brackets (`?foo[bar[]]=baz`) ``` # params containing brackets within brackets not ok 211 should be deeply equivalent --- operator: deepEqual expected: |- { a: {...
Search parameters with closing square bracket in nested property names are parsed incorrectly. Here demonstrated with `/?search[withbracket[]]=foobar`: ```javascript > var qs = require("qs"); undefined > input = { search: {...
MariaDB support UUID type, which is stored in binary format. String conversion tampers the expected data, while the data in fact should hex encoded and (to match with the string...