NEWS: Add entry for Community ID

This commit is contained in:
Arne Welzel 2023-04-21 19:50:48 +02:00
parent b90351b7e6
commit 547e1b6280

5
NEWS
View file

@ -100,6 +100,11 @@ New Functionality
To disable this functionality, pass ``--disable-javascript`` to configure. To disable this functionality, pass ``--disable-javascript`` to configure.
- Zeek now provides native "Community ID" support with a new bif called
``community_id_v1()``. Two policy scripts ``protocols/conn/community-id-logging``
and ``frameworks/notice/community-id`` extend the respective logs with a
community_id similar to what the external zeek-community-id plugin provides.
- Introduce a new command-line option ``-V`` / ``--build-info``. It produces - Introduce a new command-line option ``-V`` / ``--build-info``. It produces
verbose output in JSON format about the repository state and any included verbose output in JSON format about the repository state and any included
plugins. plugins.