forked from google/localtoast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
45 lines (37 loc) · 1.39 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
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