Vuls v0.1.5 Release Notes

Release Date: 2016-08-16 // over 7 years ago
  • Full Changelog

    Implemented enhancements:

    • Enable to scan without running go-cve-dictionary as server mode #84
    • ๐Ÿ‘Œ Support high-speed scanning for CentOS #138 (tai-ga)
    • โž• Add configtest subcommand. skip un-ssh-able servers. #134 (kotakanbe)
    • ๐Ÿ‘Œ Support -report-azure-blob option #130 (kotakanbe)
    • โž• Add optional key-values that will be outputted to JSON in config #117 (kotakanbe)
    • ๐Ÿ”„ Change dir structure #115 (kotakanbe)
    • โž• Add some validation of loading config. user, host and port #113 (kotakanbe)
    • ๐Ÿ‘Œ Support scanning with external ssh command #101 (kotakanbe)
    • Detect Platform and get instance-id of amazon ec2 #95 (kotakanbe)
    • โž• Add -report-s3 option #92 (kotakanbe)
    • โž• Added FreeBSD support. #90 (justyntemme)
    • โž• Add glide files for vendoring #89 (kotakanbe)
    • ๐Ÿ›  Fix README, change -cvedbpath to -cve-dictionary-dbpath #84 #85 (kotakanbe)
    • โž• Add option for it get cve detail from cve.sqlite3. #81 (ymd38)
    • โž• Add -report-text option, Fix small bug of report in japanese #78 (kotakanbe)
    • โž• Add JSONWriter, Fix CVE sort order of report #77 (kotakanbe)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿณ Docker: Panic #76
    • ๐Ÿ›  Fix apt command to scan correctly when system locale is not english #149 (kit494way)
    • ๐Ÿ”’ Disable -ask-sudo-password for security reasons #148 (kotakanbe)
    • ๐Ÿ›  Fix no tty error while executing with -external-ssh option #143 (kotakanbe)
    • ๐Ÿ“ฆ wrong log packages #141 (sadayuki-matsuno)
    • ๐Ÿ›  Fix platform detection. #137 (Rompei)
    • ๐Ÿ›  Fix nil pointer when scan with -cve-dictionary-dbpath and cpeNames #111 (kotakanbe)
    • โœ‚ Remove vulndb file before pkg audit #110 (kotakanbe)
    • โž• Add error handling when unable to connect via ssh. status code: 255 #108 (kotakanbe)
    • Enable to detect vulnerabilities on FreeBSD #98 (kotakanbe)
    • ๐Ÿ›  Fix unknown format err while check-update on RHEL6.5 #93 (sadayuki-matsuno)
    • ๐Ÿ›  Fix type of SMTP Port of discovery command's output #88 (kotakanbe)
    • ๐Ÿ›  Fix error msg when go-cve-dictionary is unavailable #84 #86 (kotakanbe)
    • ๐Ÿ›  Fix error handling to avoid nil pointer err on debian #83 (kotakanbe)
    • ๐Ÿ›  Fix nil pointer while doing apt-cache policy on ubuntu #76 #82 (kotakanbe)
    • ๐Ÿ›  fix log import url #79 (sadayuki-matsuno)
    • ๐Ÿ›  Fix error handling of gorequest #75 (kotakanbe)
    • ๐Ÿ›  Fix freezing forever when no args specified in TUI mode #73 (kotakanbe)
    • mv version.go version/version.go to run main.go without compile #71 (sadayuki-matsuno)

    Closed issues:

    • SSh password authentication failed on FreeBSD #99
    • ๐Ÿ› BUG: -o pipefail is not work on FreeBSD's /bin/sh. because it isn't bash #91
    • ๐Ÿ‘‰ Use ~/.ssh/config #62
    • SSH ciphers #37

    ๐Ÿ”€ Merged pull requests: