Skip to content

Releases: future-architect/vuls

v0.13.7

04 Dec 07:03
9497365
Compare
Choose a tag to compare

Changelog

9497365 update pkg (#1087)
101c44c Change .goreleaser to build binaries for arm, 386, amd64 at release. (#1082)
ffd745c fix a compile error #1083 (#1084)
5fea4ea feat(nocgo): enable to build with CGO_ENABLED=0 (#1080)

v0.13.6

25 Nov 04:58
1f61004
Compare
Choose a tag to compare

Changelog

1f61004 feat(scan): IgnoredJSONKyes to clear values in result json #1071 (#1078)
3f8de02 fix(portscan): to keep backward compatibility before v0.13.0 (#1076)

v0.13.5

18 Nov 01:35
d02535d
Compare
Choose a tag to compare

Changelog

d02535d fix(debian): false negative of kernel cves with rdb backend (#1075)
75fceff refactor(report): format-csv (#1072)
ebd3834 add(report) -format-csv option (#1034)

v0.13.4

05 Nov 11:16
93059b7
Compare
Choose a tag to compare

Changelog

93059b7 feat(report): IgnoredJSONKyes to clear values in result json (#1071)

v0.13.3

05 Nov 06:42
2fc3462
Compare
Choose a tag to compare

Changelog

2fc3462 fix(libscan): Fix false detection of a vulnerability in the library (#1070)

v0.13.2

31 Oct 05:24
f78dab5
Compare
Choose a tag to compare

Changelog

f78dab5 fix(fast-root): affectedProcs, ports bug (#1067)

v0.13.1

23 Oct 08:00
edb324c
Compare
Choose a tag to compare

Changelog

edb324c fix(portscan): ignore loopback address on remote scan (#1062)

v0.13.0

19 Oct 08:59
83bcca6
Compare
Choose a tag to compare

New features

experimental: add smart(fast, minimum ports, silently) TCP port scanner #1060

Now Vuls can do port scanning to make related vulnerabilities more noticeable.
The current implementation is native go (net.DialTimeout) without using Nmap etc. (We are considering more practical scans in the future)
Since the vuls know the vulnerable process and listening ports, it requires only the minimum required port scan, so Vuls can scan very lightly without a network noise.

portscan

Changelog

83bcca6 experimental: add smart(fast, minimum ports, silently) TCP port scanner (#1060)
a124518 fix: hard-coded version #1057 (#1059)
94bf630 Expand negative grep match for any error for lib scans. (#1056)
31bb33f ignore apk warning (#1052)
4b680b9 fix(scan-freebsd): also get installed with pkg info #1042 (#1051)

v0.12.3

11 Sep 05:20
8a8ab8c
Compare
Choose a tag to compare

Changelog

8a8ab8c feat(libscan): enable to scan vulns of libs with pseudo #1035 (#1050)
8146f5f update readme (#1049)

v0.12.2

04 Sep 06:49
425c585
Compare
Choose a tag to compare

Changelog

425c585 Support for smtp LOGIN authentication (#1048)