Lines 1-18
Link Here
|
1 |
The Bro Package Manager makes it easy for Bro users to install |
|
|
2 |
and manage third party scripts as well as plugins for Bro and |
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 |
|
18 |
WWW: https://github.com/bro/package-manager/ |