Vlad Grigorescu

Results 14 issues of Vlad Grigorescu

Been tracking down a JSON formatting problem in `to_json`. The simplest test case I can find is a string from one of the values in `SSL::ct_logs`, `"\x07\xd4\xb7o"` In Bro 2.6.3,...

Complexity: Substantial
Type: Bug :bug:
Area: Scripting

Some system managers (systemd, launchd) support socket-based activation, in the old inetd style. The system manager listens on a socket (AF_INET, AF_UNIX, or others), and then when something comes in,...

feature request

I think this is the underlying issue to zeek/zeekctl#24 Since Python2 is now end-of-lifed, I built Zeek 3.0.2 with `--with-python=/bin/python3`. However, trying to import the bindings gives: ``` [zeek@zeek-box ~]$...

Component: Python Bindings

Add the ability to export search results.

TypeError at /health/ string indices must be integers Request Method: GET Request URL: http://localhost/Brownian/health/ Django Version: 1.4.1 Exception Type: TypeError Exception Value: string indices must be integers Exception Location: /var/www/Brownian/lib/python2.7/site-packages/Brownian/view/templatetags/es_extras.py...

Some options in the interface for being able to query logs with different prefixes; for some people that have multiple Bro clusters logging to the same ES cluster.

The time selection field on the query pages is currently broken. Also, a way to specify custom times must be created.

Create a nice page for alerts, that allows the alerts to be ACK-ed or cleared.

#### Describe the bug Trying to install the dev branch on the latest Debian. The Debian package depends on python3-django-jsonfield, which is not available in Bookworm, and it looks like...

Versions --- ``` iocage --version; freebsd-version Version 1.2 14.0-RELEASE-p4 ```` Commands and output --- Running with no v6 works as expected: ``` iocage set ip6_addr="none" test_cage; iocage start test_cage; iocage...