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 python-flirt from 0.8.10 to 0.9.2 #1074

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps python-flirt from 0.8.10 to 0.9.2.

Release notes

Sourced from python-flirt's releases.

v0.9.2

no major code changes, primarily a packaging release.

v0.9.1

adds

  • pylancelot: add be2utils module for BinExport2 utilities
  • pylancelot: script to show strings by function

changes

  • update a bunch of dependencies

fixes

  • BinExport2: better handle thunk call graph edges

v0.9.0

This release adds support for generating BinExport2 representations from Lancelot workspaces. Going forward, BinExport2 may be the recommended way of interacting with Lancelot results. While we could provide our own API that approximates all the information already in BinExport2 (functions, basic blocks, instructions, control flow, etc.), it takes a lot of work to design and maintain, and isn't as portable. So, we'll experiment with using BinExport2 as the "output API".

new features

  • export Workspace to a BinExport2 representation
  • provide DynamicConfiguration for libraries that want to provide variable configurations to a workspace
  • add function_hints to config to specify known function addresses
  • pylancelot: build for more platforms, including PyPy on Linux

breaking changes

  • remove pwa project (unused)
  • remove jslancelot project (unused)
  • remove smoke tool (use BinExport2 instead)
  • pylancelot: replace local API with BinExport2 representation
  • pylancelot: remove Python 3.8 support

other changes

  • add cranelift, mold configuration for development
  • add direnv+nix configuration for development
  • add justfile
  • pylancelot: pass logging messages to Python logging via pyo3-log

fixed bugs

Full Changelog: williballenthin/lancelot@v0.8.10...v0.9.0

Commits
  • 491fad6 v0.9.2
  • 31516b0 ci: build more whls (#217)
  • 3a2ddd5 clippy
  • bf613ab ci: use concurrency groups to avoid excess builds
  • c44849e v0.9.1
  • b341f44 build(deps): update hexyl requirement from 0.14 to 0.15 (#215)
  • 3cf5c36 build(deps): update thiserror requirement from 1 to 2 (#216)
  • 8209da4 binexport2: better handle thunk call graph edges
  • 9c4bf64 show-strings-by-function: use rich for coloring
  • ffbe522 pylancelot: add script to show strings by function
  • 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 <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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Bumps [python-flirt](https://github.com/williballenthin/lancelot) from 0.8.10 to 0.9.2.
- [Release notes](https://github.com/williballenthin/lancelot/releases)
- [Commits](williballenthin/lancelot@v0.8.10...v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python-flirt-0.9.2 branch from 2b93d3e to 53228c2 Compare November 19, 2024 18:19
@mr-tz mr-tz merged commit 92d40dc into master Nov 20, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-flirt-0.9.2 branch November 20, 2024 11:33
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