This repository was archived by the owner on Nov 26, 2024. It is now read-only.
Releases: intercloud/gobinsec
Releases · intercloud/gobinsec
v0.10.2
v0.10.1
v0.10.0
Added -wait option
Added -wait option on command line to ensure that we don't exceed NVD API call rate
Added cache logging anf timeout configuration
New features:
- Added
-cachecommand 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
0.7.1 Release 0.7.1
Using buildinfo and YAML file cache
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
There are now 3 ways to install Gobinsec:
- With Go install
- With install script
- With binary archive
Added SQLite cache
SQLite cache replaces memory cache as default one.
Try using Memcached before Memcachier
0.5.1 Release 0.5.1