Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump vivisect from 1.1.1 to 1.2.1 #2345

Merged
merged 6 commits into from
Sep 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps vivisect from 1.1.1 to 1.2.1.

Changelog

Sourced from vivisect's changelog.

V1.2.1 - 2024-07-24

Fixes

  • Fix an off by one issue in the LNK parser. ([#655](https://github.com/vivisect/vivisect/issues/655) <https://github.com/vivisect/vivisect/pull/655>_)
  • Fix Callgraph initialization and UI rendering ([#657](https://github.com/vivisect/vivisect/issues/657) <https://github.com/vivisect/vivisect/pull/657>_)
  • Fix an issue in readMemString where the last null byte of a wide string should be considered part of the terminator. ([#663](https://github.com/vivisect/vivisect/issues/663) <https://github.com/vivisect/vivisect/pull/663>_)
  • Add a missing ARM alias. ([#667](https://github.com/vivisect/vivisect/issues/667) <https://github.com/vivisect/vivisect/pull/667>_)
  • Fix default ARM arch name. ([#668](https://github.com/vivisect/vivisect/issues/668) <https://github.com/vivisect/vivisect/pull/668>_)

Devops

  • Update to large resource class in CI configuration. ([#526](https://github.com/vivisect/vivisect/issues/526) <https://github.com/vivisect/vivisect/pull/526>_)

Documentation

  • Fix the readthedocs build. ([#654](https://github.com/vivisect/vivisect/issues/654) <https://github.com/vivisect/vivisect/pull/654>_)

V1.2.0 - 2024-07-15

Features

  • Various vtrace improvements. ([#406](https://github.com/vivisect/vivisect/issues/406) <https://github.com/vivisect/vivisect/pull/406>_)
  • Defer emucode analysis pass until after pointertables analysis. ([#561](https://github.com/vivisect/vivisect/issues/561) <https://github.com/vivisect/vivisect/pull/561>_)
  • Add API accessible architecture maturity information. ([#588](https://github.com/vivisect/vivisect/issues/588) <https://github.com/vivisect/vivisect/pull/588>_)
  • Open xrefs and menu items in a new memory view or function graph. ([#600](https://github.com/vivisect/vivisect/issues/600) <https://github.com/vivisect/vivisect/pull/600>_)
  • Step in the same memory map and fix saving to a file. ([#608](https://github.com/vivisect/vivisect/issues/608) <https://github.com/vivisect/vivisect/pull/608>_)
  • Allow readMemStringto handle Wide Strings. ([#609](https://github.com/vivisect/vivisect/issues/609) <https://github.com/vivisect/vivisect/pull/609>_)
  • Cobra dcode upgrades. ([#610](https://github.com/vivisect/vivisect/issues/610) <https://github.com/vivisect/vivisect/pull/610>_)
  • Various VivServer enhancements. ([#615](https://github.com/vivisect/vivisect/issues/615) <https://github.com/vivisect/vivisect/pull/615>_)
  • Add a pretty printer for PE files. ([#620](https://github.com/vivisect/vivisect/issues/620) <https://github.com/vivisect/vivisect/pull/620>_)
  • Propagate symbolik translator down into calling conventions to ease performance issues. ([#621](https://github.com/vivisect/vivisect/issues/621) <https://github.com/vivisect/vivisect/pull/621>_)
  • Deal with uninitialized data sections in PE files.

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
  • No CHANGELOG update needed

Bumps [vivisect](https://github.com/vivisect/vivisect) from 1.1.1 to 1.2.1.
- [Changelog](https://github.com/vivisect/vivisect/blob/master/CHANGELOG.rst)
- [Commits](vivisect/vivisect@v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: vivisect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add bug fixes, new features, breaking changes and anything else you think is worthwhile mentioning to the master (unreleased) section of CHANGELOG.md. If no CHANGELOG update is needed add the following to the PR description: [x] No CHANGELOG update needed

@github-actions github-actions bot dismissed their stale review September 10, 2024 14:44

CHANGELOG updated or no update needed, thanks! 😄

@mr-tz mr-tz merged commit 7b101b3 into master Sep 11, 2024
28 checks passed
@mr-tz mr-tz deleted the dependabot/pip/vivisect-1.2.1 branch September 11, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant