diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2020-12-08 11:26:57 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2020-12-08 11:26:57 +0000 |
commit | de7c95c2cad488bb5636fbf945b4e59a94b1c7a1 (patch) | |
tree | 68a52ca0a55981736e5856486a245b2ab9e67a11 /security/vuls/files/patch-subcmds_tui.go | |
parent | Update lang/erlang-runtime23 to version 23.1.5. (diff) |
security/vuls: Update to 0.9.0
This patch updates from v0.6.1 to only v0.9.0 [1] for
a smooth upgrade experience. The next one will update
from 0.9.0 to 0.13.7 [2].
[1] https://github.com/future-architect/vuls/releases/tag/v0.9.0
[2] https://github.com/future-architect/vuls/releases
PR: 251654
Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer)
Approved by: tcberner (mentor)
Notes
Notes:
svn path=/head/; revision=557282
Diffstat (limited to 'security/vuls/files/patch-subcmds_tui.go')
-rw-r--r-- | security/vuls/files/patch-subcmds_tui.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/vuls/files/patch-subcmds_tui.go b/security/vuls/files/patch-subcmds_tui.go new file mode 100644 index 000000000000..733e5661f86d --- /dev/null +++ b/security/vuls/files/patch-subcmds_tui.go @@ -0,0 +1,11 @@ +--- subcmds/tui.go.orig 2020-12-04 00:20:42 UTC ++++ subcmds/tui.go +@@ -111,7 +111,7 @@ func (p *TuiCmd) SetFlags(f *flag.FlagSet) { + + f.StringVar(&p.cveDict.Type, "cvedb-type", "", + "DB type of go-cve-dictionary (sqlite3, mysql, postgres or redis)") +- f.StringVar(&p.cveDict.SQLite3Path, "cvedb-path", "", "/path/to/sqlite3") ++ f.StringVar(&p.cveDict.SQLite3Path, "cvedb-path", "", "/var/db/vuls/cve.sqlite3") + f.StringVar(&p.cveDict.URL, "cvedb-url", "", + "http://go-cve-dictionary.com:1323 or DB connection string") + |