thebeanogamer / hstsparser

A tool to parse Firefox and Chrome HSTS databases into forensic artifacts!
https://blog.daniel-milnes.uk/hsts-for-forensics-you-can-run-but-you-cant
MIT License
26 stars 2 forks source link

Bump pefile from 2021.9.3 to 2023.2.7 #107

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pefile from 2021.9.3 to 2023.2.7.

Release notes

Sourced from pefile's releases.

v2023.2.7

What's Changed

Finally @​pombredanne's great suite of tests (forked from https://github.com/pombredanne/pefile-tests) now runs for regression tests and coverage as a GitHub Action. "Making a coverage badge" was helpful in setting up tests and coverage reporting.

New Contributors

Full Changelog: https://github.com/erocarrera/pefile/compare/v2022.5.30...v2023.2.7

pefile 2022.5.30

  • Merged pull request #344 from elicn/faster-reloc: Speed up relocation process
  • Merged pull request #175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory
  • Turn data into a bytearray to avoid copying data around (from elicn)
  • Merged pull request #343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average)
  • Merged pull request #340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements
  • Removed legacy Python 2 code
  • Miscellaneous other fixes.
Commits
  • 1ab2807 Run full test suite in all Python and OS versions
  • 7507fe9 Update version for new release 2023.2.7
  • 00c42f7 Ran black
  • 97af4b5 "Touch" README.md
  • f3020e5 Add --ignore-errors switch to the json command
  • 02efb96 Add --ignore-errors flag to coverage report
  • aaae38a Use forked tests and minor tweaks to pefile
  • eca5a6b Tweak repo cloning step
  • 9b8aa53 Attempt to run test from external repo
  • 537da3e Enable macos in test workflow
  • 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
thebeanogamer commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like pefile is up-to-date now, so this is no longer needed.