Jon Siwek

Results 11 issues of Jon Siwek

A collection of bugs/backports to potentially address in upcoming patch releases (e.g. 7.0.x). They get marked done when they are confirmed/backported into a release branch (e.g. `release/7.0`). # Zeek 7.0.4...

Type: Maintenance

Some follow-up tasks to the addition of C++/BIF Telemetry APIs in #1421: * Add a script-layer framework API built on top of BIFs (has potential to more convenient, less verbose...

Type: Enhancement
Area: Scripting
Area: Documentation

Initial investigations to remove Zeek-side batching were done in these PRs: * https://github.com/zeek/broker/pull/64 * https://github.com/zeek/zeek/pull/644 But findings indicate those changes may want to wait and re-evaluate after migrating to CAF...

Type: Enhancement
Type: Maintenance
Area: Broker

Moved from https://bro-tracker.atlassian.net/browse/BIT-71 Created by Robin Sommer at 2009-02-20T13:43:57.000-0600: > Forward declarations of events aren't correctly resolved when used inside a module namespace. The worst thing about this is that...

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

While looking into #1076 via #1081, I noticed things that could be investigated further for as minor improvements to Zeek's RNG: - Could replace `zeek::prng()` (formerly `bro_prng()`) implementation with `std::minstd_rand0`...

Type: Maintenance

i.e. address this: https://github.com/zeek/broker/blob/8899280694d8d5ad3aaa0a03cc99e4c3d3fd7887/ci/test.sh#L10-L15 Otherwise, can be a matter of luck whether problems like https://github.com/zeek/broker/pull/153#issuecomment-742038602 get caught early.

Type: Maintenance
Component: Python Bindings

i.e. related to the following issues: https://github.com/bro/package-manager/issues/14 https://github.com/bro/package-manager/issues/15 https://github.com/ncsa/bro-simple-scan/issues/1 I think the changes in this PR are the way dependencies should be handled by this package. At least for the...

waiting-for-bro-release

People sometimes miss the more convenient `zkg autoconfig`, so we can check on first `install` whether script/plugin dirs are the default and emit a suggestion that they may want to...

Type: Enhancement

Moved from https://bro-tracker.atlassian.net/browse/BIT-1826 > Last night I upgraded a Bro installation from a late 2.4 version to git master and I realized that I didn't have an easy way to...

Difficulty: Easy
Type: Enhancement

Follow up to #3062, particularly bad9ac20aae0adbfdf5a285a10b31ca024d0cc04: in a CMake+Ninja build system using Windows OS and ISPC v1.25.1, I see ISPC object files always being treated as dirty and rebuilt. They...