Commit Graph

394 Commits (main)

Author SHA1 Message Date
Raphaël Vinot 4bc2c7bc72 Merge branch 'master' of github.com:CIRCL/PyCIRCLean 2019-10-29 14:09:36 +01:00
Raphaël Vinot ad9c198742 chg: Bump dependencies 2019-10-29 14:09:28 +01:00
Raphaël Vinot fe810dc83a
Update README.md 2019-09-13 01:08:50 +02:00
Raphaël Vinot c9d0dd9d4e
Update README.md 2019-09-08 20:33:28 +02:00
Raphaël Vinot 8dbbcc3d82
Update README.md 2019-09-08 20:33:12 +02:00
Raphaël Vinot d8d9127b82 chg: Bump changelog 2019-09-02 10:46:57 +02:00
Raphaël Vinot 8af6f44c49 fix: Initialize is_empty_file 2019-08-29 13:04:15 +02:00
Raphaël Vinot 697ad80090 chg: Add default & tested requirements 2019-08-29 11:54:20 +02:00
Raphaël Vinot fa6e4e4447 chg: Bump dependencies 2019-08-29 11:45:14 +02:00
Raphaël Vinot 97b2edb184 chg: Update oletools usage 2019-08-29 11:44:52 +02:00
Raphaël Vinot 546a19caab fix: Encrypted is an indicator 2019-08-29 11:16:05 +02:00
Raphaël Vinot 4234c183c8 Merge branch 'master' of github.com:CIRCL/PyCIRCLean 2019-08-29 10:53:19 +02:00
Raphaël Vinot 2b576964e3 chg: [Travis] Use bionic 2019-08-29 10:53:11 +02:00
Raphaël Vinot 87e734b567
Merge pull request #25 from seamustuohy/empty_txt_files
Don't mark empty files as dangerous.
2019-07-27 20:38:43 +02:00
seamus tuohy c45617c35f Don't mark empty files as dangerous.
This commit stops filecheck from marking empty files as dangerous.
The current code sees the MIMETYPE difference between None and the expected
mimetype as dangerous. But, empty files are just empty, not dangerous.
2019-07-27 12:15:04 -04:00
Raphaël Vinot 0a2c78bd76 chg: Bump dependencies
Fix CVE-2019-11324 (urllib3)
2019-04-19 22:15:08 +02:00
Raphaël Vinot 06d509b335 fix: Travis build improvements 2019-03-18 15:06:07 +01:00
Raphaël Vinot e83acd5d00 fix: Avoid failing on files with aliased mimetypes. 2019-03-18 14:55:45 +01:00
Raphaël Vinot 0fb7242472 chg: Bump Dependencies 2019-03-18 13:23:23 +01:00
Raphaël Vinot 3466553a04 chg: Bump PDFid 2019-02-10 19:54:00 +01:00
Raphaël Vinot 7f7dec2058 chg: Use pipenv. 2019-02-10 18:19:50 +01:00
Raphaël Vinot da8cd5fa6d chg: Bump Changelog 2018-01-29 17:13:48 +01:00
Raphaël Vinot 91e3f8ad5d chg: Force python3 in filecheck 2018-01-29 17:12:12 +01:00
Raphaël Vinot 56f0ebb442 chg: Put all open in with statements 2017-12-21 16:06:41 +01:00
Raphaël Vinot 9d65f2b79c chg: Give more time to travis to run 2017-12-21 14:15:58 +01:00
Raphaël Vinot 67c650e3a0 fix: Also skip non-existing files. 2017-12-21 13:47:46 +01:00
Raphaël Vinot 32a9197b88 fix: Properly handle images and directories 2017-12-21 13:29:09 +01:00
Raphaël Vinot de365a67bd new: Add counter-measures against TOCTOU attacks 2017-12-20 18:11:41 +01:00
Raphaël Vinot d94b3fd1a3 Merge pull request #21 from dputtick/dev
Changes for v2.2
2017-10-02 10:43:17 +02:00
Dan Puttick 1af32b5414 Update changelog and setup.py for 2.2 2017-10-01 23:12:17 -04:00
Dan Puttick a22127a66a Add tox to dev-requirements 2017-10-01 22:45:47 -04:00
Dan Puttick 3e6f1af2be Move config back into filecheck temporarily 2017-08-25 20:20:08 -04:00
Dan Puttick 99a2882874 Add filecheck to packages in setup.py 2017-08-25 19:18:41 -04:00
Dan Puttick 5f8c4615f0 Remove failing nightly build from Travis 2017-08-22 17:49:48 -04:00
Dan Puttick e0cad3a7f0 Add application/audio mimetypes to Config 2017-08-22 17:38:04 -04:00
Dan Puttick d80fb6d33a Add alias for .ogg files 2017-08-22 17:13:33 -04:00
Dan Puttick 77e0d55f95 Add comment clarifying 7zip command 2017-08-11 20:02:05 -04:00
Dan Puttick a1585113cd Fix issue with rar mimetypes
* Also removed some xfails from file catalog for tests that are now passing
2017-08-11 18:41:00 -04:00
Dan Puttick 7b275c7e6f Rename bin/ to filecheck/ 2017-08-10 18:12:30 -04:00
Dan Puttick 058a446d78 Fix log for symlinks to files that don't exist 2017-08-07 17:57:42 -04:00
Dan Puttick 5ca1f70fe2 Add dev requirements to Makefile 2017-08-07 17:22:27 -04:00
Dan Puttick f065d6ef23 Typo in Makefile 2017-08-07 17:19:49 -04:00
Dan Puttick 21a3feb40d Add condition skip to filecheck logging tests 2017-08-07 17:18:15 -04:00
Dan Puttick 8c4ed4617a Fix description string in filecheck.py 2017-08-07 17:17:59 -04:00
Dan Puttick 27ca31ffd2 Update install and contributing.md 2017-08-07 17:17:10 -04:00
Dan Puttick d03b634988 Add Makefile 2017-08-07 17:11:58 -04:00
Dan Puttick bc8dd10813 Update README 2017-08-07 16:25:36 -04:00
Dan Puttick bc1ecf83ab Add run_filecheck_single_file.py to scripts/ 2017-08-07 15:24:17 -04:00
Dan Puttick d86f1f78f9 Fix line wrapping in helpers.py 2017-08-07 12:09:22 -04:00
Dan Puttick 7db95c3889 Set exec bits to 0 in safe_copy 2017-08-07 11:48:32 -04:00