https://github.com/zeek/packages
The default package source of the Zeek Package Manager. Wrote a package? See the README for how to get it included.
https://github.com/zeek/packages
bro network-monitoring nsm package-management packages pcap plugins security
Last synced: 4 months ago
JSON representation
The default package source of the Zeek Package Manager. Wrote a package? See the README for how to get it included.
- Host: GitHub
- URL: https://github.com/zeek/packages
- Owner: zeek
- Created: 2016-07-24T15:48:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T18:11:29.000Z (4 months ago)
- Last Synced: 2025-06-03T07:59:09.890Z (4 months ago)
- Topics: bro, network-monitoring, nsm, package-management, packages, pcap, plugins, security
- Homepage: https://packages.zeek.org
- Size: 671 KB
- Stars: 137
- Watchers: 34
- Forks: 121
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. _zeek/packages repository: https://github.com/zeek/packages
.. _Zeek Package Manager: https://github.com/zeek/package-manager
.. _Zeek package: https://docs.zeek.org/projects/package-manager/en/stable/package.html
.. _package index file: https://docs.zeek.org/projects/package-manager/en/stable/source.html#package-index-files
.. _pre-commit: https://pre-commit.com/Zeek Package Source
===================This is the default package source for the `Zeek Package Manager`_.
Package Submission Process
--------------------------Use the following process to submit packages (please only submit your
own work/packages):#. Create a `Zeek package`_. Make sure to set the ``tags``
and ``description`` metadata fields to help people discover
your package. Also make sure you put your the license information
for your package in a COPYING or LICENSE file.
#. Host your package's git repository at a public location.
E.g. put it on GitHub.
#. Fork this `zeek/packages repository`_ on GitHub.
#. Create a directory within your fork that with a name that uniquely
identifies you. E.g. if you're hosting packages on GitHub, name
the directory the same as your GitHub username. If you're hosting
it somewhere else, you could use a domain name or organization name
for the directory.
#. Put a `package index file`_ within the directory you just made.
#. Commit/push the changes you made to your fork.
#. Optional: Use `pre-commit`_ to verify your changes by running ``pre-commit run -a``.
#. Submit a *pull request*.