alephdata / ingest-file

Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
GNU Affero General Public License v3.0
54 stars 25 forks source link

Bump olefile from 0.46 to 0.47 #567

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps olefile from 0.46 to 0.47.

Release notes

Sourced from olefile's releases.

olefile v0.47

  • 2023-12-01 v0.47:
    • fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
    • fixed issue #156: write_sect now correctly detects when data is larger than the sector size
    • use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @​hugovk)
    • added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @​mak)
    • olefile is now distributed as a wheel package (PR #130 by @​hugovk)
    • olefile will not close a file handle if it was provided by the caller (PR #121 by Christian Herdtweck, issue #120)
    • added method get_userdefined_properties (PR #114 by Malwrologist @​DissectMalware)
    • added exceptions OleFileError and NotOleFileError to replace IOError (PR #110 by Ken Peterson @​TheElementalOfCreation)
    • removed support for Python 3.4 (PR #118 by @​hugovk)
Changelog

Sourced from olefile's changelog.

Detailed CHANGELOG

olefile.py

  • 2023-11-30 v0.47.dev6:
    • fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
    • fixed issue #156: write_sect now correctly detects when data is larger than the sector size
    • removed method get_document_variables, to be integrated in oletools (Word specific feature)
    • use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @​hugovk)
  • 2020-10-07 v0.47.dev4:
    • added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @​mak)
    • olefile is now distributed as a wheel package (PR #130 by @​hugovk)
    • olefile will not close a file handle if it was provided by the caller (PR #121 by Christian Herdtweck, issue #120)
  • 2019-05-08 v0.47.dev3:
    • added methods get_userdefined_properties and get_document_variables (PR #114 by Malwrologist @​DissectMalware)
  • 2019-04-28 v0.47.dev2:
  • 2019-04-20 v0.47.dev1:
  • 2018-09-09 v0.46 PL:
    • official v0.46 release
  • 2018-09-05 v0.46dev2 PL:
    • fixed issue #96, disabled the VT dictionary which was not used anymore
  • 2018-08-23 v0.46dev1 PL:
  • 2018-01-15 v0.45dev5 PL:
    • fixed issue #79, added missing constants to __all__
  • 2018-01-07 v0.45dev4 PL:
  • 2017-11-20 v0.45dev3 PL:
    • fixed issue #81, raise an exception when attempting to open a stream after the file was closed.
  • 2017-11-05 v0.45dev2 PL:
    • fixed issue #31, set all attributes in OleFileIO.__init__, use force_FAT=True in loaddirectory
    • fixed issue #56, tests folder now included in the distribution package
    • fixed issues #70 and #73, an incorrect byte order is now ignored

(TODO: reverse order to have latest changes on top, use MD formatting)

History from PIL 1.1.6:
1997-01-20 fl   Created
1997-01-22 fl   Fixed 64-bit portability quirk
2003-09-09 fl   Fixed typo in OleFileIO.loadfat (noted by Daniel Haertle)
2004-02-29 fl   Changed long hex constants to signed integers
</tr></table> 

... (truncated)

Commits
  • ae8e110 init: updated for v0.47
  • d04fea4 readme: updated for v0.47
  • 5d8905a olefile.py: bumped version to 0.47
  • c65dc90 setup.py: added python versions 3.9-3.12
  • 1b3fb1f doc: updated contributors list
  • c67f6ef doc: updated Howto.rst for v0.47
  • 628e0d0 doc: updated URLs in History.rst
  • 2cf1a46 doc: updated history until v0.47.dev6
  • be83ed8 Merge remote-tracking branch 'origin/master'
  • be21fa7 changelog: updated until v0.47.dev6
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions