diff --git a/ChangeLog b/ChangeLog index bb3c2e0..5574cff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Change version numbers to use Semantic Versioning (x.y.z) * Add support for generating CSV (comma-separated value) format, to make this tool easier to integrate into larger toolsuites. + * Fixed a number of issues - and even a few bugs - found by the + Python static analysis tool pylint. + * Document in CONTRIBUTING.md how to contribute to the project. * Change version number to 2.0.0, because we have a subtle interface change that won't affect most people but it *may* affect those who use postprocess diff --git a/README b/README index 3c1618d..793deb6 100644 --- a/README +++ b/README @@ -43,5 +43,8 @@ vulnerabilities in programs that cannot be built or cannot be linked. Flawfinder also doesn't get as confused by macro definitions and other oddities that more sophisticated tools have trouble with. +We love contributions! For more information on contributing, see +the file CONTRIBUTING.md. + Flawfinder is released under the GNU GPL license version 2 or later (GPL-2.0+). See the COPYING file for license information.