pycaption is a caption reading/writing module. Use one of the given Readers to
read content into a CaptionSet object, and then use one of the Writers to output
the CaptionSet into captions of your desired format.
ok jasper@
Bottle is a fast and simple micro-framework for small web applications. It
offers request dispatching (URL routing) with URL parameter support, templates,
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
template engines - all in a single file and with no dependencies other than the
Python Standard Library.
ok jasper@
dnsreplay tool:
"The issue is a stack-based buffer overflow occurring when replaying a
specially crafted PCAP file with the `--ecs-stamp` option enabled,
leading to a denial of service or potentially arbitrary code execution.
Regardless of this issue, we do not advise the use of dnsreplay with
untrusted PCAP files."
https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2018-02.html
- always call pledge(2) with a string literal, instead of subtracting
promises from a mutable string. Makes it easier to see what privileges
remain.
- call pledge(2) later in the initialization, so that we don't need to
care about too many promises eg "flock".
- always use "cpath" in the main process - needed at least if --pidfile
is passed.
Tested in basic setup, started as root with chroot and started as
_hitch, config reload still works.
ok kn@ (maintainer)
that converts the test results into a html document. Ship the build
log so that compiler and linker errors can be reported. Rework
installing the source files so that they are complete. Install the
buildonly programs. Copy source files and logs to result directory
for better reports. Use colon consistently as separator in build
log.