Commit Graph

  • fe78940e6f Add better error message on encoding problems David A. Wheeler 2019-09-22 15:22:17 -0400
  • f1fdd59da5 Improve docs on character encoding David A. Wheeler 2019-09-22 15:21:11 -0400
  • a3ff9a89d6
    Merge pull request #10 from jhachenbergerSIT/cleanup David A. Wheeler 2019-09-22 14:07:21 -0400
  • fa5d5f217d
    Remove unused files Julien Hachenberger 2019-09-02 13:09:06 +0200
  • 38cfae4000 Update version number to upcoming 2.0.11 David A. Wheeler 2019-06-23 19:43:09 -0400
  • 3d054d7438 Update ChangeLog 2.0.10 David A. Wheeler 2019-06-22 14:54:00 -0400
  • 422473be6d Bugfix: when opening diffhitlist, use 'rb' mode David A. Wheeler 2019-06-22 14:49:42 -0400
  • d35fd2718a Update version number now David A. Wheeler 2019-05-19 22:55:14 -0400
  • f5abbfc701 Document what changed in version 2.0.9. 2.0.9 David A. Wheeler 2019-05-19 22:45:04 -0400
  • 627fd605dc Note --diffhitlist fix in ChangeLog David A. Wheeler 2019-05-17 19:51:50 -0400
  • 8f8353df07 Add unit test for --diffhitlist option Labidurie Jerome 2019-05-17 10:08:33 +0200
  • 280dc4a295 Fix Hitlist comparison by adding __eq__() & __ne__() to Hit class Labidurie Jerome 2019-05-17 10:00:41 +0200
  • 1e2e6f590f
    Merge pull request #6 from elfring/construct_string_literals_without_using_plus_operators Jon Hood 2019-02-26 10:27:04 -0600
  • 69084a95bb Construction of string literals without using plus operators Markus Elfring 2019-02-26 13:09:04 +0100
  • d42ecdba1d Fix indentation (pylint) David A. Wheeler 2019-02-25 23:33:57 -0500
  • 59a4d42a33 Update test values for version number David A. Wheeler 2019-02-25 23:30:58 -0500
  • 872ec190ac
    Merge pull request #4 from elfring/use_augmented_assignments David A. Wheeler 2019-02-25 23:26:21 -0500
  • 3b8ca7b34a Usage of augmented assignment statements Markus Elfring 2019-02-25 21:49:41 +0100
  • e4f4d4a34b Set version number for next release (2.0.9) David A. Wheeler 2019-01-21 18:54:01 -0500
  • f5dac7d8d7 Update ChangeLog 2.0.8 David A. Wheeler 2019-01-21 18:32:12 -0500
  • 9206c93517 Update documentation David A. Wheeler 2019-01-21 17:30:28 -0500
  • 49a2289fe3 _ftcsat should be _ftcscat. Thanks to Lucas Ramage David A. Wheeler 2019-01-12 11:53:27 -0500
  • 8d6cfec002 Update correct test results to match memcpy change David A. Wheeler 2018-12-19 08:12:33 -0500
  • 3c9bf48736 Fixes #19 - don't warn if memcpy call includes sizeof(first arg) Michael Clark 2018-12-18 17:11:23 -0700
  • 27ee4b0c8c Update test results for new version number David A. Wheeler 2018-10-08 18:58:01 -0400
  • fccc59cdcb Update for next version (2.0.8) David A. Wheeler 2018-10-08 18:55:52 -0400
  • 6abb7c524b Fix SourceForge bug #14 No special warning for filename with long dash 2.0.7 David A. Wheeler 2018-10-06 19:11:21 -0400
  • 006a39e966 Fix SourceForge #18 Renamed file still referenced by other files David A. Wheeler 2018-10-06 18:46:09 -0400
  • 79d7dbdc0f Add latest info to ChangeLog David A. Wheeler 2018-09-30 21:54:30 -0400
  • da8b2016e0 Change vesion number to 2.0.7 David A. Wheeler 2018-09-30 21:42:56 -0400
  • 530a88a395 Change www.dwheeler.com to dwheeler.com David A. Wheeler 2018-09-30 21:35:11 -0400
  • 13d8cc9efa Fix PYTHONEXT error in makefile David A. Wheeler 2018-09-30 21:26:43 -0400
  • 3021892deb Halt if --listrules and --html are invoked simultaneously David A. Wheeler 2018-09-30 21:20:48 -0400
  • 86eef5aa00 Fix installation, including a misspelling of "command" David A. Wheeler 2018-09-30 21:15:03 -0400
  • 0eed96c22d Remove unused global variables David A. Wheeler 2018-09-30 21:08:48 -0400
  • fdd8a3bf47 Do not halt on unterminated parameter list in C code David A. Wheeler 2018-09-30 20:43:13 -0400
  • dbb7ef1622 Merge branch 'nickthetait_branch' after fixing conflicts David A. Wheeler 2018-09-30 20:35:03 -0400
  • 8e12d79029 Fix a comment nickthetait 2018-05-01 21:57:54 -0600
  • a037bed859 Document that in release we must push tags David A. Wheeler 2018-04-04 11:39:38 -0400
  • 54039e0bd5 Fix flawfinder man page (e.g., fix the title of my book) 2.0.6 David A. Wheeler 2018-04-04 11:31:07 -0400
  • c6480a884c Convert installation instructions to markdown and cleanup wording a little nickthetait 2018-03-15 23:07:09 -0600
  • e9304cb50f Standardize formatting of commands or code in documentation nickthetait 2018-03-15 22:55:00 -0600
  • 265f8ce140 Broaden an ignore rule nickthetait 2018-03-15 22:36:41 -0600
  • cda1b97c2e Standardize membership checking style nickthetait 2018-03-14 01:08:25 -0600
  • 7e5531da5b Standardize whitespace between functions nickthetait 2018-03-14 00:54:25 -0600
  • aeac180dbb Fix leading whitespace before comments nickthetait 2018-03-14 00:53:25 -0600
  • db09996c01 Convert README to use markdown nickthetait 2018-03-14 00:09:21 -0600
  • 23c1a7e289 Fix test case to work on Ubuntu nickthetait 2018-03-13 23:56:49 -0600
  • d7ce082024 Add "--error-level" option for continuous integration systems David A. Wheeler 2018-01-27 18:11:52 -0500
  • ba8e4bf6b6 Add some material to ChangeLog David A. Wheeler 2018-01-26 00:28:52 -0500
  • 196943f223 Add release_process.md documentation and tweak makefile David A. Wheeler 2018-01-26 00:26:36 -0500
  • 34a58911d3 Update version numbers David A. Wheeler 2018-01-26 00:24:39 -0500
  • cc84bdedfd Fix typo in README David A. Wheeler 2018-01-26 00:07:36 -0500
  • 2691ac6de5 Use https:, not http:, for cwe.mitre.org David A. Wheeler 2018-01-25 23:52:35 -0500
  • 6380038c34 Fix CWE hyperlinks with trailing ! or / David A. Wheeler 2018-01-25 23:48:05 -0500
  • f91e3ea60b Note in man page that the extension .c++ is supported David A. Wheeler 2018-01-25 23:40:36 -0500
  • 9d1378e110 Fix typo in gsignal|ssignal rule David A. Wheeler 2018-01-25 23:29:37 -0500
  • 2c4e1d996b Update version# 2.0.5 David A. Wheeler 2017-11-16 21:08:27 -0500
  • 6b350e7bdd Call make using $(MAKE) David A. Wheeler 2017-11-16 21:01:23 -0500
  • 5f1b87ab51 "make check" tests against both python2 AND python3 David A. Wheeler 2017-11-16 20:07:12 -0500
  • 90269a2c75 Add documentation about #if, #ifdef, and #if 0 David A. Wheeler 2017-09-24 22:50:10 -0400
  • 9299168b47 Update ChangeLog to show highlights David A. Wheeler 2017-09-24 22:14:07 -0400
  • 5aa1dec7f7 Update www.dwheeler.com URLs to use https David A. Wheeler 2017-09-23 20:45:03 -0400
  • 4d589859dc Change array to tuple David A. Wheeler 2017-09-23 20:41:45 -0400
  • 6f513af900 Always report hit counts correctly, even if ignored using -m David A. Wheeler 2017-09-23 20:36:50 -0400
  • e06e2ba3df update CWE, risk, and discussion for C++14 STL functions Jon Hood 2017-09-14 13:16:22 -0500
  • 22507eabdb Update tests to pass (new rules, so rule count changed) David A. Wheeler 2017-09-09 20:47:08 -0400
  • 05ad330a53 Merge /u/squinky86/flawfinder-2/ branch master into master David A. Wheeler 2017-09-10 00:45:36 +0000
  • 1b7199ea16 add detection of errant equal, mismatch, and is_permutation Jon Hood 2017-09-08 13:20:28 -0500
  • e522ea7291 add detection of crypt_r function Jon Hood 2017-09-07 13:47:10 -0500
  • 0c4dbe8cc0 Tweak makefile to prevent unnecessary failures 2.0.4 David A. Wheeler 2017-09-02 21:15:02 -0400
  • 77121b15ed Update ChangeLog (we support pip installs) David A. Wheeler 2017-09-02 21:09:41 -0400
  • 9a55bdd175 In makefile, add warning in comment about using upload-pypi David A. Wheeler 2017-09-02 21:04:18 -0400
  • 3ecde32e8e Update INSTALL.txt and README to note pip install David A. Wheeler 2017-09-02 21:03:02 -0400
  • 24992c0f08 Update version to 2.0.4 David A. Wheeler 2017-09-02 20:46:45 -0400
  • 1df337cb8b Add test - sanity check of setup.py David A. Wheeler 2017-09-02 20:15:19 -0400
  • ec31c822dd Mark version as 2.0.3 David A. Wheeler 2017-09-02 20:03:44 -0400
  • 1c9eba3f47 In setup.py, switch from distutils to setuptools and declare Python 3 okay David A. Wheeler 2017-09-02 19:56:58 -0400
  • d4bc234667 Add simple .gitignore file David A. Wheeler 2017-09-02 18:06:28 -0400
  • 23e8cee364 Rename test-diff-0005 to follow other filename conventions David A. Wheeler 2017-09-02 15:45:08 -0400
  • d38535419f Update version number to 2.0.2 2.0.2 David A. Wheeler 2017-08-26 17:56:29 -0400
  • cead0828ef Add documentation about encoding David A. Wheeler 2017-08-26 17:51:27 -0400
  • b1d1b2e74d Update ChangeLog David A. Wheeler 2017-08-26 17:51:14 -0400
  • 09c14ab42d Note Python versioning issues with pickle in flawfinder.1 man page. David A. Wheeler 2017-08-26 16:51:17 -0400
  • e97254a5f3 Document in README that we accept Python 3 as well as Python 2.7 David A. Wheeler 2017-08-26 16:18:33 -0400
  • 339763c644 Add test for saving/loading hitlist, add Python3 fixes for it David A. Wheeler 2017-08-26 16:15:17 -0400
  • b2556b7348 Add some warnings about -P to help users use it properly David A. Wheeler 2017-08-26 15:52:04 -0400
  • 608bc45b6d Add test for -P (patch) option, which tests diff handling David A. Wheeler 2017-08-26 15:42:35 -0400
  • 203115edc3 Update book title David A. Wheeler 2017-08-26 15:28:22 -0400
  • a19a2bb694 Don't output "saving hitlist..." if quiet David A. Wheeler 2017-08-26 15:13:35 -0400
  • 58e56cad03 Minor update of man page David A. Wheeler 2017-08-26 14:55:09 -0400
  • b5c17e2969 Add "All tests pass!" if they do at completion of test suite David A. Wheeler 2017-08-26 11:21:03 -0400
  • 64c8f8dcbb Add test_004 integration test (ensure single-line and minimum are working) David A. Wheeler 2017-08-26 11:15:51 -0400
  • 62c1db1141 Rename "input" to avoid redefining built-in David A. Wheeler 2017-08-26 11:00:04 -0400
  • ad0d06cced Remove unnecessary import of os.path David A. Wheeler 2017-08-26 10:55:02 -0400
  • 57929a1c60 Fix some Python3 stragglers, so flawfinder runs on Python 2 or 3 David A. Wheeler 2017-08-23 22:01:34 -0400
  • cdea1a214a Update comments David A. Wheeler 2017-08-23 21:55:35 -0400
  • 48a6b3982b Modify flawfinder to work in Python 2 *and* Python 3 - this passes tests David A. Wheeler 2017-08-23 21:45:22 -0400
  • 90777b6980 Split up tests in makefile David A. Wheeler 2017-08-23 21:12:23 -0400
  • a59ca71bc2 Add PYTHON macro to the makefile David A. Wheeler 2017-08-23 21:02:08 -0400