Commit Graph

1028 Commits

Author SHA1 Message Date
MaineK00n
2265a72c67 change support changelog.(Debian.)gz 2020-08-07 01:25:51 +09:00
MaineK00n
765b9fd5eb change log format(delete newline) 2020-08-06 23:38:28 +09:00
MaineK00n
d7bc9667f6 change print format 2020-08-06 23:36:30 +09:00
MaineK00n
ee646f326c change error, log format 2020-08-06 23:26:34 +09:00
MaineK00n
bb3609b1a6 change separate raspbian implementation from util 2020-08-06 21:30:05 +09:00
MaineK00n
28bfbf0cca change skip package for raspbian in OVAL DB 2020-08-06 16:02:52 +09:00
MaineK00n
6673cd8c42 change confidence for Raspbian 2020-07-31 17:59:13 +09:00
MaineK00n
59e2d5f166 change to useScannedCves from ovalSupproted 2020-07-31 16:36:58 +09:00
MaineK00n
72e3f4458d fix oval support Amazon Linux :refs #824 2020-07-31 16:32:42 +09:00
MaineK00n
b947568232 add comment 2020-07-30 10:27:31 +09:00
MaineK00n
6472c85af5 change make ChangelogDir once 2020-07-30 10:22:31 +09:00
MaineK00n
7aa5638694 change solve one TODO 2020-07-30 09:51:46 +09:00
MaineK00n
57d3f2d8c1 change error handling 2020-07-30 07:17:27 +09:00
MaineK00n
ff42144c45 change Changelog fetch part to function 2020-07-30 07:11:26 +09:00
MaineK00n
cbf70e105f add take note of TODO 2020-07-30 05:10:53 +09:00
MaineK00n
4e85a413f7 add changelog preprocessing for Raspbian 2020-07-29 13:22:20 +09:00
MaineK00n
9d920b8a39 change grep Package for Raspbian at fast-scan mode 2020-07-29 10:11:41 +09:00
MaineK00n
6313f44c5d add Raspbian Changelog support policy 2020-07-28 12:11:55 +09:00
MaineK00n
3207c36451 note Raspbian Scan Policy 2020-07-28 09:03:20 +09:00
MaineK00n
c896bfd256 change replace MaineK00n/goval-dictionary@raspberrypi-oval 2020-07-28 01:50:09 +09:00
MaineK00n
df839fbdce change use r.Family because family has a large impact 2020-07-28 00:58:13 +09:00
MaineK00n
e7e29af3da change gost do not use r.Family 2020-07-15 00:44:43 +09:00
MaineK00n
61e35a5581 change do not use r.Family 2020-07-15 00:13:38 +09:00
MaineK00n
3dab5e2b2c change raspberry pi os use debian oval at report 2020-07-14 22:08:16 +09:00
MaineK00n
b169ef622e change: never refer to ChangeLog 2020-07-14 17:57:08 +09:00
takuzoo
11a7a0c934 Display metasploit module information for each detected CVE-IDs (#1011)
* add metasploit

* fix go deps

* fix msf report

* fix msfdb server port number

* delete non-unique msfdb url from fulltext report

* fix(report): validate msfdb config on report (#1)

* fix(msfdb): update deps (go-msfdb)

* version up go-msfdb v0.1.0

Co-authored-by: Kota Kanbe <kotakanbe@gmail.com>
v0.11.0
2020-07-03 14:05:07 +09:00
sadayuki-matsuno
89f49b0e29 Fix trivy parser test (#1014)
* fix trivy parser test

* fixed parser data
v0.10.0
2020-06-24 17:14:43 +09:00
Kota Kanbe
72457cbf8e bump up version 2020-06-24 10:57:39 +09:00
Kota Kanbe
c11ba27509 fix(libscan): include a lockfile path of libs (#1012) 2020-06-24 10:46:00 +09:00
segatomo
8a611f9ba6 add diff-mode info (#1008) 2020-06-19 16:07:14 +09:00
Kota Kanbe
4a73875e4d bump up version (#1007) v0.9.8 2020-06-17 12:21:26 +09:00
shopper
d9d5e612ff Support ProxyJump option when using ssh command (#1004)
* Add proxyjump func

* Run go mod tidy

* Run make fmt
2020-06-17 12:15:12 +09:00
Kota Kanbe
4d8599e4fc update deps (#1006)
see https://github.com/knqyf263/go-apk-version/pull/1
2020-06-16 07:48:07 +09:00
Norihiro NAKAOKA
59c7061d29 Fix SSH failure due to .ssh/config owner (#1005)
* use -F option, success configtest and scan

* add sshConfigPath in config.toml

* Use sshConfigPath in config.toml when using ssh -F

* change -ssh-config to deprecated

* fix typo

* add sshConfigPath in tomltemplate
2020-06-16 05:48:31 +09:00
segatomo
996557c667 support alpine3.11 (#1002) 2020-06-12 13:42:11 +09:00
ahulab
519fb19a77 Added ReportedAt time for server mode reports (#996)
- Fixes #928
2020-06-11 11:42:04 +09:00
kazuminn
36456cb151 feat(wordpress): Cache WpVulnDB (#989)
* add wpVulnCache

* fix bug

* add test

* fmt

* fix bug

* refactor

* fix bug
2020-06-05 16:08:28 +09:00
sadayuki-matsuno
4ae87cc36c Fix releaser (#988)
* fix releaser

* fix releaser

* fix releaser

* fix releaser

* add 32 bit releaser and add exit code  in cmd

* delete 32 bit releaser

* fix
2020-06-05 15:04:06 +09:00
shopper
b37df89fb1 Support SMTPS when using report -to-email (#991)
* Add smtps func

* Add SMTPS implementation

* fix error message
2020-06-05 14:42:01 +09:00
sadayuki-matsuno
d18e7a751d add trivy parser (#981)
* add trivy parser

* fix test

* format

* add title and summary

* add trivy parse command

* add uploader

* set args by env

* add README

* add err check

* fix

* fix

* fix

* fix test

* update trivy

* refactor

* delete require uuid

* delete uuid from trivy parser

Co-authored-by: Kota Kanbe <kotakanbe@gmail.com>
2020-05-29 18:06:45 +09:00
kazuminn
8d5ea98e50 add -wp-ignore-inactive flag which ignores inactive plugin or themes (#974)
* command

* config

* ignore inactive

* fix

* add test

* fmt

* add unset test

* rename

* add test

* refactor

* fix

* refactor

* refactor

* fix golangci-lint error
2020-05-29 15:27:47 +09:00
Kota Kanbe
835dc08049 fix .golangci.yml v0.9.6 2020-05-27 20:33:57 +09:00
Kota Kanbe
62c9409fe9 add a github actions config (#985)
* add a github actions config

* fix(log): Don't create a log dir when testing

* remove a meaningless test case

* Thanks for everything, Mr, Travys.

* add golangci

* add goreleaser.yml

* add tidy.yml

* add golang-ci

* fix many lint warnings
2020-05-27 20:11:24 +09:00
Kota Kanbe
2374f578ed Bump up version 2020-05-26 09:32:10 +09:00
shopper
34e2f033d8 add kernelnames ubuntu20.04 (#982) 2020-05-22 12:19:07 +09:00
kazuminn
420825cacc remove append (#978) 2020-05-20 13:55:07 +09:00
Kota Kanbe
466ec93d8e bump up version v0.9.5 2020-05-08 17:15:25 +09:00
Kota Kanbe
3f5bb6ab29 fix(scan): alpine detection #965 (#966)
* fix(scan): alpine detection #965

* use knqyf263/go-apk-version
2020-05-08 16:12:01 +09:00
Kota Kanbe
ebe5f858c8 update trivy, and unsupport image scanning feature (#971)
* update trivy, fanal. unsupport image scanning

* Update models/library.go

Co-authored-by: Teppei Fukuda <teppei@elab.ic.i.u-tokyo.ac.jp>

* add -no-progress flag to report/tui cmd

* Display trivy vuln info to tui/report

* add detection method to vulninfo detected by trivy

* fix(uuid): change uuid lib to go-uuid #929 (#969)

* update trivy, fanal. unsupport image scanning

* Update models/library.go

Co-authored-by: Teppei Fukuda <teppei@elab.ic.i.u-tokyo.ac.jp>

* add -no-progress flag to report/tui cmd

* Display trivy vuln info to tui/report

* add detection method to vulninfo detected by trivy

* unique ref links in TUI

* download trivy DB only when lock file is specified in config.toml

Co-authored-by: Teppei Fukuda <teppei@elab.ic.i.u-tokyo.ac.jp>
2020-05-08 15:24:39 +09:00
Kota Kanbe
9dd025437b fix(uuid): change uuid lib to go-uuid #929 (#969) 2020-05-06 14:14:07 +09:00