Kota Kanbe
9128e2748b
Refactoring
2017-08-09 16:15:24 +09:00
Kota Kanbe
7f8c975bd7
Avoid concurrent Map writes
2017-08-09 16:15:24 +09:00
Kota Kanbe
8b6c841b1e
Fix TestCase
2017-08-09 16:15:24 +09:00
Kota Kanbe
4fcdea3ccb
Implement -format-full-text
2017-08-09 16:15:24 +09:00
Kota Kanbe
3be11cf52f
Implement format-short-text
2017-08-09 16:15:24 +09:00
Kota Kanbe
b285cb0e57
Remove CRUD funcs of CveContents
2017-08-09 16:15:24 +09:00
Kota Kanbe
dd5a7920e5
Add JSON Version
2017-08-09 16:15:24 +09:00
Kota Kanbe
cfb848918f
Change structure of ScanResult.[]VulnInfo to Map
2017-08-09 16:15:24 +09:00
Kota Kanbe
b977558f38
Change structure of VulnInfo.Pacakges to []string
2017-08-09 16:15:24 +09:00
Kota Kanbe
210e3dc990
Change ScanResult.Packages structure to Map
2017-08-09 16:15:24 +09:00
Kota Kanbe
f36671784e
Fix testcase
2017-08-09 16:15:24 +09:00
Kota Kanbe
d626cc8a8b
Rename PackageInfoList to Packages
2017-08-09 16:15:24 +09:00
Kota Kanbe
f26b61d773
Change CveContents data type to map
2017-08-09 16:15:24 +09:00
Kota Kanbe
12c2d3cbc6
Fix test cases
2017-08-09 16:15:24 +09:00
Kota Kanbe
209ca704de
Fixed a bug caused by capturing epoch number on RedHat.go
2017-08-09 16:15:24 +09:00
Kota Kanbe
2e37d3adc1
Improve sort logics
2017-08-09 16:15:24 +09:00
Kota Kanbe
509fb045b6
Refactoring diff logic
2017-08-09 16:15:24 +09:00
Kota Kanbe
a2c364f9eb
Refacotring
2017-08-09 16:15:23 +09:00
Kota Kanbe
17a4e532c1
Fix testcase
2017-08-09 16:15:23 +09:00
Kota Kanbe
c103b79ec2
Change models structure
2017-08-09 16:15:23 +09:00
Kota Kanbe
b545b5d0a3
Unify the models of NVD, JVN, OVAL
2017-08-09 16:15:23 +09:00
Kota Kanbe
342a1c6cff
Refactoring
2017-08-09 16:15:23 +09:00
Kota Kanbe
aafbdcd34d
Fix testcase
2017-08-09 16:15:23 +09:00
Kota Kanbe
ec092501c3
[BreakingChange]Remove models.ScanHistory
2017-08-09 16:15:23 +09:00
Kota Kanbe
bb708db89f
Make it work on FreeBSD
2017-08-09 16:15:23 +09:00
Kota Kanbe
085a9dcb79
Fix Test Case
2017-08-09 16:15:23 +09:00
Kota Kanbe
037e12b0bd
Add Ubuntu Support
2017-08-09 16:15:23 +09:00
Kota Kanbe
c9ab956f8f
Make it work on Amazon Linux
2017-08-09 16:15:23 +09:00
Kota Kanbe
587c87b3a0
Fix RHEL oval scan
2017-08-09 16:15:23 +09:00
Kota Kanbe
1a319859eb
Include RHEL, CentOS epoch number in version
2017-08-09 16:15:23 +09:00
knqyf263
c989c31aeb
Support RHEL
2017-08-09 16:15:23 +09:00
Kota Kanbe
e5d32c8764
Debian Report using OVAL
2017-08-09 16:15:23 +09:00
Kota Kanbe
23c177ed4a
-package-list-only for Debian
2017-08-09 16:15:23 +09:00
knqyf263
10a27042b5
Support Debian
2017-08-09 16:15:23 +09:00
Takayuki Ushida
2cec20c7ee
Fix when reading tui config.toml ( #441 )
2017-08-08 20:35:04 +09:00
sadayuki-matsuno
7ecd09f497
fast go test ( #435 )
2017-06-24 00:51:48 +09:00
sadayuki-matsuno
8bf7f6cac5
fix typo ( #433 )
2017-06-24 00:51:12 +09:00
sadayuki-matsuno
067a2315df
Add support for PostgreSQL as a DB storage back-end ( #431 )
2017-06-20 17:29:44 +09:00
ryurock
fecd1ad464
typo README.js.md ( #426 )
2017-04-24 23:30:05 +09:00
Kota Kanbe
a3f2555bc1
Add TOC to README ( #425 )
...
Add TOC to README
2017-04-22 21:02:26 +09:00
Teppei Fukuda
5bf4cd46ff
Enable -timeout option when detecting OS ( #410 )
2017-04-22 18:39:13 +09:00
elfgoh
f878e225cc
Fixing #420 where lock and manifest have moved to TOML ( #421 )
...
https://github.com/golang/dep/pull/342
2017-04-14 15:06:37 +09:00
Ján Koščo
eb2598f3b3
Define timeout for vulnerabilities scan and platform detection ( #414 )
2017-04-09 16:25:45 +09:00
Kota Kanbe
e20a59b991
SSH Hostkey check ( #417 )
...
* Add Hostkey check as default behavior when SSH
2017-04-06 18:08:55 +09:00
Kota Kanbe
703c142659
Change NVD URL to new one ( #419 )
2017-04-06 18:08:24 +09:00
Kota Kanbe
8335b40368
Add some testcases ( #418 )
2017-04-06 13:09:51 +09:00
Kota Kanbe
05884c2d29
Change default ssh method from go library to external command ( #416 )
...
* Change default ssh method from go library to external command
2017-04-06 12:00:09 +09:00
Teppei Fukuda
33b2aa2d52
Add containers-only option to configtest ( #411 )
2017-04-04 14:34:56 +09:00
Kota Kanbe
9ab0622886
Fix SSH dial error ( #413 )
...
Error message:
[Apr 2 13:36:49] DEBUG [localhost] Failed to Dial to u16, err: ssh: must specify HostKeyCallback, Retrying in 552.330144ms...
It is caused by breaking changes of Go library.
https://go-review.googlesource.com/c/38701/
2017-04-02 14:01:30 +09:00
Kota Kanbe
b33cd54916
Update deps, Change deps tool from glide to dep ( #412 )
2017-04-01 20:06:28 +09:00