blob: 93125798b97defed8bbb844efdaa1d344b626a76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
===============================================================================
Congratulations, you have installed %%PORTNAME%%!
%%PORTNAME%% does not ship any CVE database.
To download CVEs from 2002 until present run:
for i in `seq 2002 $(date +"%Y")`; \
do %%PORTNAME%% fetchnvd -years $i; \
done
After download, set the permissions of the CVE databases:
chown %%USERS%%:%%GROUPS%% /var/db/vuls/* /var/log/vuls/*
To enable %%PORTNAME%% and start:
sysrc go_cve_dictionary_enable="YES"
service %%PORTNAME%% start
===============================================================================
|