Commit Graph

379 Commits (cc081a921d39f34624e079854f3d542e20770e81)

Author SHA1 Message Date
Raphaël Vinot cc081a921d fix: Make sure the test suite passes 2022-11-11 14:59:41 +01:00
Raphaël Vinot 2eff2b7127
Merge pull request #37 from CIRCL/dependabot/github_actions/codecov/codecov-action-3
build(deps): bump codecov/codecov-action from 1 to 3
2022-11-11 12:35:58 +01:00
Raphaël Vinot c761d0a06f
Merge pull request #36 from CIRCL/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4
2022-11-11 12:35:41 +01:00
Raphaël Vinot 57b1832294
Merge pull request #35 from CIRCL/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2022-11-11 12:35:28 +01:00
dependabot[bot] 3c61dec31a
build(deps): bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 11:12:48 +00:00
dependabot[bot] 228fabd794
build(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 11:12:42 +00:00
dependabot[bot] f4eac27589
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 11:12:40 +00:00
Raphaël Vinot 606d1e8174 chg: Disable fraunhoferlibrary for now. 2022-11-11 12:02:10 +01:00
Raphaël Vinot 4e4e479a0f chg: Bump deps 2022-11-11 11:25:41 +01:00
Raphaël Vinot 62b46044f2 chg: Bump deps 2022-03-21 09:57:05 +01:00
Raphaël Vinot 82b00666ca chg: Bump deps 2022-01-13 08:39:20 +01:00
Raphaël Vinot 090bacec29 chg: Bump all dependencies 2020-11-30 17:06:56 +01:00
Raphaël Vinot 847b1cdf28 chg: Use Github actions, move to poetry 2020-11-30 16:58:01 +01:00
Raphaël Vinot c916b4bf8e
Merge pull request #28 from CIRCL/dependabot/pip/cryptography-3.2
build(deps): bump cryptography from 3.0 to 3.2
2020-10-27 23:45:30 +01:00
dependabot[bot] d9b9de68f4
build(deps): bump cryptography from 3.0 to 3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.0 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.0...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 22:02:22 +00:00
Raphaël Vinot 12eecb1438
Merge pull request #26 from bofrese/ignore_system_files
Ignoring system files and directories. Temporary fix for CSV files
2020-09-08 12:33:47 +02:00
Bo Frese 3c2b98e91b Removed print statement when overriding ext. 2020-09-06 15:56:33 +02:00
Bo Frese 5be5d5212c Ignoring system files and directories. Temporary fix for CSV files 2020-09-03 13:00:52 +02:00
Raphaël Vinot 852002e4c8 fix: undefined variable, missing f-formated string marking 2020-08-10 11:20:18 +02:00
Raphaël Vinot 024c3611a4 chg: Bump deps 2020-07-28 14:30:19 +02:00
Raphaël Vinot bd2702ac9b chg: Bump travis 2020-07-28 13:16:44 +02:00
Raphaël Vinot a834cfea39 fix: Don't fail on create dir if an intermediate is missing 2020-01-16 13:36:20 +01:00
Raphaël Vinot c723f90611 chg: Bump requirements.txt 2020-01-16 13:18:25 +01:00
Raphaël Vinot c0eb5996a2 chg: Bump changelog 2020-01-16 12:56:03 +01:00
Raphaël Vinot 41d02f944f chg: Bump dependencies 2020-01-16 12:52:48 +01:00
Raphaël Vinot 55b56c2422 fix: Do not fail if a file couldn't be copied 2020-01-16 11:36:44 +01:00
Raphaël Vinot f3cbeb87e4 fix: Archives support 2020-01-15 17:51:51 +01:00
Raphaël Vinot 6b8ba32ccd fix: Properly create parents directories. 2020-01-15 17:22:56 +01:00
Raphaël Vinot 9f74587cc1 fix: Set the right destination path. 2020-01-15 16:35:43 +01:00
Raphaël Vinot e25acb05d7 fix: Keep the whole path on the destination key 2020-01-15 15:30:49 +01:00
Raphaël Vinot a9b670467a chg: Bump requirements file 2020-01-14 14:30:29 +01:00
Raphaël Vinot 2fb8db047a fix: PDF processing 2020-01-13 21:20:58 +01:00
Raphaël Vinot f88a0c8291 fix: Support Python 3.6 2020-01-13 17:50:50 +01:00
Raphaël Vinot d0f7d1bf81 new: Add typing everywhere, use pathlib when possible 2020-01-13 17:37:19 +01:00
Raphaël Vinot 9989a0769a chg: Bump requirements.txt 2019-10-29 14:11:34 +01:00
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