Zeekscript

Latest version: v1.2.9

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

1.2.47

* Fix race in project Makefile (Benjamin Bannier, Corelight)

The Makefile did not work correctly when used with `-jN` with `N>1`
since `test` did not declare its dependency on `build`.

This patch makes that dependency explicit, and also declares `build` as
PHONY so it is always run.

* Fix file selection of pre-commit hook (Benjamin Bannier, Corelight)

The `files` field expects a regexp, not a shell glob. We'd previously
select any file containing `zeek` in its name instead of files ending in
`.zeek`.

With this patch we use the intended selection.

1.2.43

* Add languages to README code blocks (Benjamin Bannier, Corelight)

* Mention pre-commit hook now that we got a release (Benjamin Bannier, Corelight)

1.2.34

* Drop dependency on pytest in default setup (Benjamin Bannier, Corelight)

We can execute our test suite just fine with built-in tooling, so there
was no need to force developers to install `pytest` by default (they can
still use it though).

1.2.32

* Export pre-commit hook (Benjamin Bannier, Corelight)

This allows directly using this repo as a pre-commit hook.

1.2.15

* Reflect removal of init tokens from the grammar (Christian Kreibich, Corelight)

* Allow identity comparison for Node objects (Christian Kreibich, Corelight)

1.2.12

* Bump Github actions to current versions (Christian Kreibich, Corelight)

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.