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
Paul Furtado
d4bec0dd9a
Add --user root to docker exec command ( #389 )
...
* Add --user root to docker exec command
If containers were run with their user set to something other than root,
docker exec will exec the command in the container as that user by
default. Unfortunately, this causes many package manager commands to
fail. This commit adds --user root to the docker exec command so that
commands executed inside the container will always run as root.
* Use numerical id for root rather than name
2017-03-31 18:58:00 +09:00
Teppei Fukuda
bdf6efeaac
Merge pull request #401 from knqyf263/fix_readme
...
Remove duplicate command in README
2017-03-31 12:13:53 +09:00
hogehogehugahuga
74431ca63f
fix report option Loaded error-info ( #406 )
2017-03-30 23:45:18 +09:00
knqyf263
c90be385ef
Remove duplicate command
2017-03-24 16:50:32 +09:00
Kota Kanbe
b0d9c0b550
Update Changelog
v0.3.0
2017-03-24 14:55:28 +09:00
Kota Kanbe
9255132f9b
Bump up version
2017-03-24 14:37:48 +09:00
大沼
d5c0092fa3
fix typo ( #394 )
2017-03-24 00:25:23 +09:00
Teppei Fukuda
c7019debb9
Notify the difference from the previous scan result ( #392 )
...
add diff option
2017-03-23 23:58:05 +09:00
Kota Kanbe
7131270cad
Add timeout option to configtest ( #400 )
2017-03-23 20:52:25 +09:00
Kota Kanbe
af5a1204bc
Update README ( #387 )
...
Update Tutorial in README
2017-03-21 10:47:19 +09:00
Kota Kanbe
58afcfc49a
Fix nil-ponter in TUI ( #388 )
2017-03-17 16:46:42 +09:00
Avi Miller
986762ca85
Add Oracle Linux support ( #386 )
...
Adding support for Oracle Linux
2017-03-16 17:07:43 +09:00
Kota Kanbe
6342cf79f5
Merge pull request #383 from usiusi360/Fix_README
...
Fix README
2017-03-15 17:47:36 +09:00