forked from google/localtoast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (51 loc) · 1.9 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
1.1.7:
* L1+L2 benchmarks for Rocky Linux
* L2 benchmarks for distro-independent Linux and COS
* Documentation for building Localtoast with SQL scanning capabilities
* Small fixes in COS benchmarks
1.1.6:
* Add support for CassandraDB, ElasticSearch, and CentOS7
* Miscellaneous benchmark fixes
1.1.5:
* Add numerous runtime / memory usage optimizations
* Fix race condition caused by opening files multiple times
* Fix smaller TODOs
* Add scan timeout support
* Display more information about failed recursive checks
1.1.4:
* Miscellaneous benchmark fixes
* Remove the Basel-related build files
* Make building compatible with older Go versions
* More work on de-duplicating benchmark configs
1.1.3:
* Make compilation with "go build" possible
* Fix some of the checks in the COS benchmark config
* Start work on de-duplicating benchmark configs
1.1.2:
* Add more detailed error logging
* Set a maximum traversal depth to mitigate loops in cyclic filesystems
* Expand the RepeatConfig instruction capabilities
1.1.1:
* Add option to skip symlinks during traversal
* Add option to skip specific replacements in the RepeatConfig
* Remove unused API functions
* Fix some TODOs
* Make instruction deserialization more robust
1.1.0:
* Add core functionality for SQL scanning
* Add script for creating reduced benchmark config files
* Implement CheckAlternatives
* Add more features for the RepeatedOptions and ProcessDir instruction
1.0.2:
* Force garbage collection during file traversal to improve memory usage a bit
1.0.1:
* Switch to using Grafeas's Compliance proto for the benchmark configs
* Add CLI arg for chrooting
* Add CLI arg for opting out files from being traversed
1.0.0:
* Add CLI args for opting out files from the scan results
* Add initial benchmark config file for COS 89
* Implement more file check instructions
0.0.1:
* Initial version
* Add the basic scanner structure and support for some file check instructions