blob: d5a19c1851703a4da9e964cdf8dc041f800464bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[
{ type: install
message: <<EOM
Congratulations, you have installed %%PORTNAME%%!
To use vuls, install vuls on all your machines and activate the daily
periodic script using
sysrc -f /etc/periodic.conf daily_vuls_enable="YES"
and perhaps also add some config parameters; check the information header of
%%PREFIX%%/etc/periodic/daily/%%PORTNAME%%.
Configure vuls by editing %%ETCDIR%%/config.toml.
Vuls uses the port security/go-cve-dictionary to look up information about
packages' CVEs. Install that port separately somewhere in your infrastructure,
start the service and point vuls to it for CVE queries by editing vuls'
configuration in %%ETCDIR%%/config.toml and setting the cveDict url properly.
If you want to use vuls to collect reports from several nodes, set up the vuls
service somewhere in your infrastructure. Set it up by enabling it and start it
using service:
sysrc %%PORTNAME%%_enable="YES"
service %%PORTNAME%% start
Also consider installing security/vulsrepo to present the resports in a
friendly human-readable web gui.
EOM
}
]
|