Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Releases: intercloud/gobinsec

v0.10.2

10 May 13:41
b992f4f

Choose a tag to compare

Changelog

v0.10.1

09 May 10:02
83f2929

Choose a tag to compare

Changelog

v0.10.0

09 May 09:46
9db9d9a

Choose a tag to compare

Changelog

Added -wait option

29 Apr 12:18
ccf371b

Choose a tag to compare

Added -wait option on command line to ensure that we don't exceed NVD API call rate

Added cache logging anf timeout configuration

27 Apr 15:34
cdafd05

Choose a tag to compare

New features:

  • Added -cache command line option to print cache information
  • Added timeout configuration

Timeout and Expiration configuration entries now have units. Thus:

  • To set one second timeout, you would write 1s
  • To set expiration of two hours and thirty minutes, you would write 2h30m

Fixed synchronization bug on file cache

25 Apr 16:22
7b80745

Choose a tag to compare

Using buildinfo and YAML file cache

19 Apr 09:44

Choose a tag to compare

In this release:

  • Using package buildinfo to get binary embedded dependencies list
  • Replaced SQLite file cache with YAML one to be able to build a static version of gobinsec

Added alternative installation methods

12 Apr 08:40

Choose a tag to compare

There are now 3 ways to install Gobinsec:

  • With Go install
  • With install script
  • With binary archive

Added SQLite cache

12 Apr 07:49
36969ca

Choose a tag to compare

SQLite cache replaces memory cache as default one.

Try using Memcached before Memcachier

14 Feb 16:05

Choose a tag to compare