You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/RELEASE.md
+63-7Lines changed: 63 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,58 @@
1
1
# CVE Binary Tool Release Notes
2
2
3
+
## CVE Binary Tool 2.0
4
+
5
+
Release date: Coming soon
6
+
7
+
This release features code from our three successful Google Summer of Code students!
8
+
9
+
*@SingHrmn made improvements to our output formats, including adding a
10
+
new HTML human-readable report format. You can try out a demo at <https://intel.github.io/cve-bin-tool/>
11
+
* Read [Harmandeep's final GSoC report](https://gist.github.com/SinghHrmn/dd83b31b22bf73e45bd8489117e20a96) for more details.
12
+
13
+
*@Niraj-Kamdar improved the performance of cve-bin-tool and its tests,
14
+
provided significant code modernization and added input modes so you can now
15
+
add and re-use triage data with your scans.
16
+
* Read [Niraj's final GSoC report](https://dev.to/nirajkamdar/cve-binary-tool-gsoc-final-report-4nlk) for more details
17
+
18
+
*@SaurabhK122 added a huge number of new checkers to the tool, both in this release and the previous one.
19
+
* Read [Saurabh's final GSoC report](https://gist.github.com/SaurabhK122/a32947749fde10cfea80bdbd1f388da6) for more details
20
+
21
+
Thanks also to the mentors who worked with our students this year: @terriko, @pdxjohnny, @meflin, @mdwood-intel and unofficial mentor @anthonyharrison who helped us considerably with real-world feedback.
22
+
23
+
This release also includes contributions from the following new contributors:
24
+
25
+
*@anthonyharrison
26
+
*@imsahil007
27
+
*@chaitanyamogal
28
+
*@Rahul2044
29
+
*@Wicket7000
30
+
*@willmcgugan
31
+
*@kritirikhi
32
+
*@sakshatshinde
33
+
34
+
## CVE Binary Tool 1.1.1
35
+
36
+
Release Date: 9 Nov 2020
37
+
38
+
This point release includes fixes so documentation will build and display correctly on readthedocs. There are no functional changes to the code.
39
+
40
+
## CVE Binary Tool 2.0 alpha release
41
+
42
+
Release Date: 29 Oct 2020
43
+
44
+
This is an alpha release for people interested in trying out an early preview of 2.0. Major features include performance improvements, triage options, new output modes, and many new checkers thanks to our Google Summer of Code students @Niraj-Kamdar, @SinghHrmn and @SaurabhK122 . Thanks for an incredibly productive summer!
45
+
46
+
We are expecting to make some documentation improvements before the final release, which we hope to have out next week.
47
+
48
+
## CVE Binary Tool 1.1
49
+
50
+
Release Date: 29 Oct 2020
51
+
52
+
This is an alpha release for people interested in trying out an early preview of 2.0. Major features include performance improvements, triage options, new output modes, and many new checkers thanks to our Google Summer of Code students @Niraj-Kamdar, @SinghHrmn and @SaurabhK122 . Thanks for an incredibly productive summer!
53
+
54
+
We are expecting to make some documentation improvements before the final release, which we hope to have out next week.
55
+
3
56
## CVE Binary Tool 1.0
4
57
5
58
Release Date: 20 Apr 2020
@@ -15,6 +68,7 @@ There are now three output formats:
15
68
* JSON (suitable for machine parsing)
16
69
17
70
And 17 new checkers (as well as improved tests for some of the old):
71
+
18
72
* binutils
19
73
* bluez
20
74
* bzip2
@@ -70,7 +124,6 @@ And I'd like to make a quick list of our previous contributors, some of whom hav
70
124
*@terriko
71
125
*@wzao1515
72
126
73
-
74
127
Thanks also to the many people who reported bugs and helped us make things
75
128
better!
76
129
@@ -79,21 +132,22 @@ of Code -- not only have you made our code better, but you've also helped us
79
132
improve our onboarding process and just brought a huge amount of energy to
80
133
this project in 2020.
81
134
82
-
83
-
84
135
## CVE Binary Tool 0.3.1
136
+
85
137
Release Date: 27 Nov 2019
86
138
87
139
This release contains fixes so the CVE Binary Tool handles the new CVSS 3.1 data correctly.
88
140
89
141
You may also notice some new checkers thanks to our Hacktoberfest participants! We're still working on more robust tests before they're fully supported, but we figured it was more fun to give you the preview than specifically withold them. Have fun, and please file bugs if anything doesn't work for you so we know how to best to target our testing.
90
142
91
143
## CVE Binary Tool 0.3.0
144
+
92
145
Release date: 13 Aug 2019
93
146
94
147
The 0.3.0 release adds Windows support to the cve-bin-tool, with many thanks to @wzao1515 who has been doing amazing work as our Google Summer of Code Student!
95
148
96
149
New checkers in this release:
150
+
97
151
* icu
98
152
* kerberos
99
153
* libgcrypt
@@ -102,18 +156,20 @@ New checkers in this release:
102
156
* systemd
103
157
104
158
New flags:
105
-
* -s / --skip
159
+
160
+
* -s / --skip
106
161
* allows you to disable a list of checkers
107
-
* -m / --multithread
162
+
* -m / --multithread
108
163
* lets the scanner run in multithreaded mode for improved performance
109
-
* -u / --update
164
+
* -u / --update
110
165
* allows you to choose if the CVE information is updated. Default is daily.
111
166
112
167
This release also contains a number of bugfixes and improved signatures.
113
168
114
169
Many thanks to our new contributors in this release:
0 commit comments