Kota Kanbe
e750bd53fc
fix(report): fix the number of fixed/total in reporting ( #817 )
2019-05-20 14:30:29 +09:00
sadayuki-matsuno
98fee7b5d2
Implement Vuls's own error code ( #812 )
...
* add error pkg
* fix fmt format
* fix NewError -> New
* fix err msg format
2019-05-15 17:42:09 +09:00
sadayuki-matsuno
53aaea9fe2
add scannedVia field to know the way of access such as SSH, local or pseudo ( #811 )
...
* add sacnned via
* change scannedVia type to const
2019-05-15 13:33:09 +09:00
Chandrapal
824fbb6368
Updated config.toml reference url ( #809 )
...
* Update URL in scan.go
* Update URL in configtest.go
2019-05-10 07:11:30 +09:00
Kota Kanbe
80566b91ab
fix(report): exit 1 when scan result has errors ( #804 )
2019-04-25 15:09:29 +09:00
Kota Kanbe
533d05a1b5
fix(report): Error when GitHub integration failed ( #800 )
2019-04-15 21:51:04 +09:00
Kota Kanbe
6a1fc4fade
Merge branch 'master' of https://github.com/future-architect/vuls
...
* 'master' of https://github.com/future-architect/vuls :
fix goreleaser.yml
Add news to readme
v0.7.0
2019-04-08 21:19:12 +09:00
Kota Kanbe
9008d0ddf0
Add news to readme
2019-04-08 21:17:05 +09:00
Kota Kanbe
583f4577bc
fix goreleaser.yml
2019-04-08 19:51:58 +09:00
Kota Kanbe
e5716d5092
Add news to readme
2019-04-08 18:22:03 +09:00
Kota Kanbe
7192ae1287
Bump up version
2019-04-08 17:33:57 +09:00
kazuminn
99c65eff48
feat(scan): WordPress Vulnerability Scan (core, plugin, theme) ( #769 )
...
https://github.com/future-architect/vuls/pull/769
2019-04-08 17:27:44 +09:00
Josh Soref
91df593566
Editorial fixes ( #798 )
...
mostly suggested by app.grammarly.com
* articles
* brand name fixes
* hyphenation
* Oxford comma
* sorting lists
* spelling
2019-04-04 22:51:06 +09:00
sadayuki-matsuno
07aeaeb989
update go-exploitdb ( #797 )
2019-03-28 00:49:31 +09:00
sadayuki-matsuno
cfeecdacd0
update pkgs ( #796 )
2019-03-26 10:56:14 +09:00
sadayuki-matsuno
564dfa8b62
update cve dictionary ( #795 )
2019-03-26 10:10:40 +09:00
seph
75dd6f2010
Specify VOLUME using json syntax ( #791 )
...
When using a json array for VOLUME, values must be quoted. Else it's interpreted as a string, eg /[vuls
Fixes https://github.com/kotakanbe/goval-dictionary/issues/58
2019-03-22 16:30:23 +09:00
Kota Kanbe
e26fd0b759
fix(report): Critical Bug Fix for CPE based scanning #793 ( #794 )
2019-03-22 16:28:40 +09:00
Kota Kanbe
d630680a51
feat(slack): enable -format-one-line-text with -to-slack ( #792 )
2019-03-18 13:56:49 +09:00
Kota Kanbe
1723c3f6a0
fix(report): cpe match bug: go-cve-dictionary#120 ( #790 )
2019-03-15 21:31:21 +09:00
Kota Kanbe
53dd90302e
fix(scan): parse error on SUSE #515 ( #786 )
2019-03-12 17:36:27 +09:00
b3tyar
5c6e06b05e
Handle no-auth SMTP Servers and one liner email fix ( #772 )
...
* Handle no-auth SMTP Servers
* Remove unneeded else block
* Fix for Issue #633
2019-03-12 16:45:25 +09:00
Iskander (Alex) Sharipov
cf6fb0c8a5
models: fix no-op append calls ( #785 )
...
Fixed simplest cases of append calls that have no
effect aside from driving Go static analysis tools crazy.
One issue remains (#784 ) since I'm not sure
what would be the right behavior there.
2019-03-07 11:28:44 +09:00
sadayuki-matsuno
e0e71b2eae
add scanner info in -to-saas ( #783 )
2019-03-04 16:36:32 +09:00
sadayuki-matsuno
53f4a29fb1
change implemention of integration ( #780 )
2019-02-21 14:06:21 +09:00
Kota Kanbe
89d58d1abc
bump up version
v0.6.3
2019-02-20 14:58:49 +09:00
Kota Kanbe
d6b6969cb3
update README
2019-02-20 14:56:24 +09:00
kazuminn
e7bf6fa69d
feat(README): contiruters shield ( #778 )
...
* add contiruters shield
* Update README.md
* Update README.md
2019-02-20 12:20:56 +09:00
Kota Kanbe
6e51970b91
fix(discovery): show the template of GitHub Security Alerts integration to discovery subcommand
2019-02-20 12:08:22 +09:00
Kota Kanbe
56d7d43768
feat(report): GitHub security alerts integration ( #775 )
...
feat(report): integrate to GitHub security alerts
2019-02-20 12:04:10 +09:00
Shota Ito
256c99ffa2
Delete tab from output in case of No CVE-IDs ( #768 )
2019-01-25 00:21:41 +09:00
Takayuki Ushida
9c0bc3b13b
modify build time ( #766 )
2019-01-24 15:26:12 +09:00
Kota Kanbe
9b8a323d85
fix(report): detect 0 vulns for Amazon, FreeBSD, Raspbian ( #765 )
2019-01-24 11:49:33 +09:00
kota kanbe
3178c1e326
Merge branch 'master' of https://github.com/future-architect/vuls
...
* 'master' of https://github.com/future-architect/vuls :
Add Telegram support (#762 )
v0.6.2
2019-01-23 00:25:54 +09:00
kota kanbe
321d68e03a
Bump up version
2019-01-23 00:25:02 +09:00
Yao Ding
3d8753c621
Add Telegram support ( #762 )
...
* add telegram support
* format message
* remove debug print
* fix linting error
* add telegram to discover; group message by 10
* use chatID instead of channel
* apply refactor
* remove reduntant space
2019-01-23 00:19:16 +09:00
Tomoya Amachi
967c56909d
add ScannedIPv4Addrs and ScannedIPv6Addrs ( #764 )
2019-01-19 22:19:06 +09:00
Takayuki Ushida
7c4831d2d1
add build time ( #763 )
2019-01-18 13:13:50 +09:00
Shigechika AIKAWA
4b49e11a33
add(report) -format-list option to -to-email ( #761 )
2019-01-17 16:31:04 +09:00
Kota Kanbe
d84a6a8627
fix(oracle): vuls report returns different result each time in the case of Oracle Linux ( #759 )
...
https://github.com/kotakanbe/goval-dictionary/pull/56
2019-01-12 23:11:06 +09:00
sadayuki-matsuno
63b7f4a8db
delete paperr ( #758 )
2019-01-12 22:40:56 +09:00
yahharo
ca2160264a
Remove ThreadTimeStamp from message struct ( #756 )
...
- If `thread_ts` valus sent as empty string ("") to Slack, it returns error `invalid_thread_ts`
- When API try to send, it use `slack.PostMessageParameters`, not use `message`
2018-12-25 12:27:53 +09:00
Kota Kanbe
7842594f53
fix(scan): OS detection ssh timeout in first run #699 ( #753 )
2018-12-20 13:59:54 +09:00
Kota Kanbe
7db056102c
fix(report): overdetection for Red Hat/CentOS with redis backend ( #748 )
...
fix(report): miss detection for Red Hat/CentOS with redis backend
2018-12-06 15:29:28 +09:00
Tomoya Amachi
a5a800fa0a
add alert data to result json ( #747 )
...
* add alert data to result json
* delete omitempty from AlertDict
2018-12-05 15:38:23 +09:00
Tomoya Amachi
9147ec148d
Beautify alert ( #746 )
...
* update dep
* to make easy edit alert data manually
* fix alert data bug
2018-12-05 12:30:04 +09:00
sadayuki-matsuno
b3260588c6
fix(gost) update pkg to incorporate the latest gost ( #745 )
2018-12-04 17:33:31 +09:00
sadayuki-matsuno
7d31328271
export exploit func ( #744 )
2018-11-30 16:53:51 +09:00
Kota Kanbe
6e82981ee3
feat(report): Display CERT information to reports ( #741 )
...
* fix(tui): show JPCERT Alert URL in TUI
* feat(tui): show `!` when the CVE-ID corresponds to USCERT or JPCERT alert
* feat(report): display cert alert info to stdout report
* fix(report): Display CVEs detected by CPEs with -ignore-unfixed flag
2018-11-30 15:41:59 +09:00
Tomoya Amachi
9d7b115bb5
add JPCERT and USCERT alert dictionary ( #740 )
...
* add alert dictionary
* fix for sider review
* fix for sider review
2018-11-30 14:17:17 +09:00