Lines 1-18
Link Here
|
1 |
The Bro Package Manager makes it easy for Bro users to install |
1 |
The Zeek Package Manager makes it easy for Zeek users to install and manage |
2 |
and manage third party scripts as well as plugins for Bro and |
2 |
third party scripts as well as plugins for Zeek and ZeekControl. |
3 |
BroControl. The command-line tool is preconfigured scripts as |
|
|
4 |
well as plugins for Bro and BroControl. The command-line tool |
5 |
is preconfigured to download packages from the Bro package source, |
6 |
a GitHub repository that has been setup such that any developer |
7 |
can request their Bro package be included. See the README file |
8 |
of that repository for information regarding the package submission |
9 |
process. NOTE: It's left up to users to decide for themselves |
10 |
via code review, GitHub comments/stars, or other metrics whether |
11 |
any given package is trustworthy as there is no implied guarantees |
12 |
that it's secure just because it's been accepted into the default |
13 |
package source. See the package manager documentation for further |
14 |
usage information, how-to guides, and walkthroughs. For offline |
15 |
reading, it's also available in the doc/ directory of the |
16 |
source code distribution. |
17 |
|
3 |
|
18 |
WWW: https://github.com/bro/package-manager/ |
4 |
The command-line tool is preconfigured to download packages from the Zeek |
|
|
5 |
package source, a GitHub repository that has been setup such that any developer |
6 |
can request their Zeek package be included. |
7 |
|
8 |
See the README file of that repository for information regarding the package |
9 |
submission process. |
10 |
|
11 |
NOTE: |
12 |
|
13 |
It's left up to users to decide for themselves via code review, GitHub |
14 |
comments/stars, or other metrics whether any given package is trustworthy as |
15 |
there is no implied guarantees that it's secure just because it's been accepted |
16 |
into the default package source. See the package manager documentation for |
17 |
further usage information, how-to guides, and walkthroughs. |
18 |
|
19 |
WWW: https://github.com/zeek/package-manager/ |