Kota Kanbe
|
ed063f6534
|
Enable to scan without sudo on amazon linux
|
2016-09-06 16:26:51 +09:00 |
|
Kota Kanbe
|
c8a9bdc517
|
Merge pull request #152 from sadayuki-matsuno/delete_sqlite
delete sqlite3
|
2016-09-06 13:19:07 +09:00 |
|
Sadayuki Matsuno
|
595729cdf8
|
delete sqlite3
|
2016-09-06 12:25:47 +09:00 |
|
Kota Kanbe
|
6119f79748
|
Merge pull request #166 from future-architect/yum-parse-err
Fix parse Error for yum check-update #165
|
2016-09-06 10:59:46 +09:00 |
|
Kota Kanbe
|
d4fb46c9ba
|
Fix parse Error for yum check-update #165
|
2016-09-06 10:57:11 +09:00 |
|
Kota Kanbe
|
c41301afca
|
Merge pull request #164 from future-architect/Change_docker_scripts_for_high_speed_jvn_fetch
Change scripts for data fetching from jvn
|
2016-09-05 10:34:07 +09:00 |
|
Kota Kanbe
|
50fd80830e
|
Change scripts for datafetch from jvn under setup/docker/dockerfile/scripts
see https://github.com/kotakanbe/go-cve-dictionary/pull/21
|
2016-09-05 10:28:52 +09:00 |
|
Kota Kanbe
|
1c203b4272
|
Merge pull request #162 from tjinjin/fix_vulsrepo_setup
Fix: setup vulsrepo
|
2016-08-31 00:43:16 +09:00 |
|
tjinjin
|
c545e9045d
|
Fix: setup vulsrepo
|
2016-08-31 00:31:35 +09:00 |
|
Kota Kanbe
|
2721dc0647
|
Merge pull request #160 from usiusi360/Fix-docker-vulsrepo-install
Fix-docker-vulsrepo-install
|
2016-08-30 14:16:39 +09:00 |
|
Kota Kanbe
|
51d13f4234
|
Merge pull request #161 from future-architect/remove-deprecated-options
Remove deprecated options -use-unattended-upgrades,-use-yum-plugin-security
|
2016-08-30 12:40:39 +09:00 |
|
Kota Kanbe
|
a60a5d6eab
|
Remove deprecated options -use-unattended-upgrades,-use-yum-plugin-security
|
2016-08-30 12:37:03 +09:00 |
|
Kota Kanbe
|
5959235425
|
Merge pull request #158 from itchyny/regexp-must-compile
Reduce regular expression compilation
|
2016-08-29 18:00:13 +09:00 |
|
Takayuki Ushida
|
d8e6d4e5fc
|
Fix-docker-vulsrepo-install
|
2016-08-27 21:56:09 +09:00 |
|
itchyny
|
7dfc9815b3
|
Reduce regexp compilation
- use regexp.MustCompile instead of regexp.Compile
- use strings.HasPrefix instead of regular expression when it is enough
|
2016-08-26 20:39:31 +09:00 |
|
Kota Kanbe
|
0c53b187a4
|
Merge pull request #159 from tjinjin/fix_vulsrepo_path
Fix bug: Vuls on Docker
|
2016-08-26 11:50:37 +09:00 |
|
tanaka masato
|
42dadfed8f
|
Fix VulRepo path
|
2016-08-26 11:18:49 +09:00 |
|
Kota Kanbe
|
a46c603c77
|
Update README.ja.md
|
2016-08-24 16:00:22 +09:00 |
|
Kota Kanbe
|
ad0020d9a6
|
Update README.md
|
2016-08-24 15:46:26 +09:00 |
|
Kota Kanbe
|
a224f0bfd4
|
Merge pull request #156 from future-architect/add-testcase-153
Add testcases for #153
|
2016-08-23 19:31:14 +09:00 |
|
Kota Kanbe
|
d8dc3650d3
|
Add testcases for #153
|
2016-08-23 19:26:34 +09:00 |
|
Kota Kanbe
|
30f7527f10
|
Merge pull request #155 from usiusi360/Fix-CVE-ID-is-truncated-to-4-digits
Fix CVE-ID is truncated to 4 digits
|
2016-08-23 15:58:50 +09:00 |
|
Takayuki Ushida
|
b1f5bdd8b2
|
Fix CVE-ID is truncated to 4 digits
|
2016-08-20 21:23:31 +09:00 |
|
Kota Kanbe
|
c8e7c8b9fa
|
Update README.ja.md
|
2016-08-18 17:39:46 +09:00 |
|
Kota Kanbe
|
30bf3223f8
|
Update README.md
|
2016-08-18 17:39:13 +09:00 |
|
Kota Kanbe
|
886710ec30
|
Update README.md
|
2016-08-18 17:19:03 +09:00 |
|
Kota Kanbe
|
510dc8d828
|
Update README.ja.md
|
2016-08-18 17:17:26 +09:00 |
|
Kota Kanbe
|
5ff7b2aab4
|
Merge pull request #151 from future-architect/enable-to-scan-on-centos-non-root
Fix yum update --changelog stalled when non-root ssh user on CentOS #150
|
2016-08-18 16:25:00 +09:00 |
|
kota kanbe
|
1e33536205
|
Fix yum update --changelog stalled when non-root ssh user on CentOS #150
|
2016-08-18 16:20:01 +09:00 |
|
kota kanbe
|
8b264a564a
|
Bump up version
v0.1.5
|
2016-08-16 20:24:33 +09:00 |
|
Kota Kanbe
|
227da93c13
|
Merge pull request #148 from future-architect/remove-ask-sudo-password
Disable -ask-sudo-password for security reasons
|
2016-08-16 11:12:02 +09:00 |
|
kota kanbe
|
f939041606
|
Disable -ask-sudo-password for security reasons
|
2016-08-16 11:09:01 +09:00 |
|
Kota Kanbe
|
e5b1a0bef8
|
Merge pull request #149 from kit494way/fix-scan-debian
Fix apt command to scan correctly when system locale is not english
|
2016-08-15 11:31:58 +09:00 |
|
KITAGAWA Yasutaka
|
b9404d0880
|
Fix apt command to scan correctly when system locale is not english
|
2016-08-14 01:05:23 +09:00 |
|
Kota Kanbe
|
d6f12868be
|
Merge pull request #144 from future-architect/update-readme
Update README #138
|
2016-08-01 08:35:24 +09:00 |
|
kota kanbe
|
b79e96f6cf
|
Update README #138
|
2016-08-01 08:33:44 +09:00 |
|
Kota Kanbe
|
b066cc819e
|
Merge pull request #143 from future-architect/sudo-require-tty
Fix no tty error while executing with -external-ssh option
|
2016-07-29 17:59:21 +09:00 |
|
kota kanbe
|
4b669a0d49
|
Fix no tty error while executing with -external-ssh option
|
2016-07-29 17:56:20 +09:00 |
|
Kota Kanbe
|
5e9de5d91a
|
Merge pull request #138 from tai-ga/master
Support high-speed scanning for CentOS
|
2016-07-27 18:43:28 +09:00 |
|
Masahiro Ono
|
da68b061e3
|
Fix release string that contains "centos"
|
2016-07-27 13:15:13 +09:00 |
|
Masahiro Ono
|
6c3802071f
|
Add error handling to getChangelogCVELines
|
2016-07-27 13:13:07 +09:00 |
|
Masahiro Ono
|
ad84f09bce
|
Merge pull request #1 from tai-ga/fix-parse-allchangelog
Fix checklogic of detecting packagename line in changelog.
|
2016-07-27 13:10:31 +09:00 |
|
kota kanbe
|
04166632d3
|
Fix checklogic of detecting packagename line in changelog.
|
2016-07-27 10:58:53 +09:00 |
|
Kota Kanbe
|
376238b1ad
|
Merge pull request #142 from dtan4/fix-typo
Fix a typo
|
2016-07-26 10:04:21 +09:00 |
|
Masahiro Ono
|
4f0dbff059
|
Fix golint errors of scan/redhat.go
|
2016-07-25 14:36:56 +09:00 |
|
Daisuke Fujita
|
f506e2b50a
|
Fix a typo
|
2016-07-24 16:34:36 +09:00 |
|
kota kanbe
|
88d2fbf5e2
|
Add performance considerations to README
|
2016-07-22 18:17:14 +09:00 |
|
Kota Kanbe
|
7fd8cc5449
|
Merge pull request #141 from sadayuki-matsuno/wrong_log_package
wrong log packages
|
2016-07-22 12:09:34 +09:00 |
|
Sadayuki Matsuno
|
d033463b34
|
wrong log packages
|
2016-07-22 12:07:13 +09:00 |
|
Kota Kanbe
|
740208cf74
|
Merge pull request #140 from mikkame/fix-docker-howto
Remove unnecessary step in readme of docker setup
|
2016-07-21 15:49:34 +09:00 |
|