Update ChangeLog

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2021-01-09 13:35:30 -05:00
parent 48d45086b2
commit 6ec2611fac
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2021-01-09 David A. Wheeler
* Version 2.0.12
* If there are >0 hits, tell users how to ignore them as part of the
tool output.
* Various Windows improvments.
Ignore LoadLibraryEx if its third parameter is
LOAD_LIBRARY_SEARCH_SYSTEM32, as this is safe, and
remove the rule for InitialCriticalSection
(this is no longer a vulnerability on current widely-used versions
of Windows)
* Various C++ improvements. Add .hpp support for C++,
ignore "system::" to reduce false positives,
treat ' as digit separator when file extension is a C++ file
(for C++14).
2020-02-17 David A. Wheeler
* Version 2.0.11
* Provide a much more detailed error report, including recommended