Skip to content

Releases: trailofbits/mquire

1.2.6

20 Jun 17:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • linux: Improve page table discovery using init task's pgd by @alessandrogario in #121
  • memory: Shorten address Display/FromStr to paddr/raddr/vaddr format by @alessandrogario in #122
  • Alessandro/feature/mquire diagnostics table entry eviction by @alessandrogario in #123
  • cli: Improve SQL autostart directory structure, add tests for views by @alessandrogario in #124
  • inux: Add start_time and start_boottime to the tasks table by @alessandrogario in #126
  • build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 in the actions-all group by @dependabot[bot] in #128
  • build(deps): bump astral-sh/setup-uv from 7.4.0 to 7.6.0 in the actions-all group by @dependabot[bot] in #131
  • build(deps): bump the cargo-all group across 1 directory with 3 updates by @dependabot[bot] in #130
  • sqlite: Satisfy rusqlite Send + Sync requirements for vtab by @alessandrogario in #132
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 2 updates by @dependabot[bot] in #129
  • snapshot: Add support for virsh dump VM memory snapshots by @alessandrogario in #133
  • linux: Use lazy batched scanner for deterministic BTF selection by @alessandrogario in #134
  • build(deps): bump pygments from 2.19.2 to 2.20.0 in /integration-tests/sql-queries/verifier by @dependabot[bot] in #135
  • ci: update setup-uv pin to latest v7 (v7.6.0) by @alessandrogario in #136
  • docs: Hide test framework and justfile from language stats by @alessandrogario in #137
  • build(deps): bump boto3 from 1.42.73 to 1.42.76 in /integration-tests/sql-queries/verifier in the python-all group by @dependabot[bot] in #140
  • build(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 in the cargo-all group by @dependabot[bot] in #139
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 3 updates by @dependabot[bot] in #143
  • build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 in the actions-all group by @dependabot[bot] in #141
  • build(deps): bump the cargo-all group across 1 directory with 2 updates by @dependabot[bot] in #142
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 4 updates by @dependabot[bot] in #145
  • Various snapshot and linux fixes by @alessandrogario in #150
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 5 updates by @dependabot[bot] in #149
  • build(deps): bump the actions-all group with 3 updates by @dependabot[bot] in #148
  • build(deps): bump the cargo-all group with 2 updates by @dependabot[bot] in #147
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 6 updates by @dependabot[bot] in #151
  • build(deps): bump urllib3 from 2.6.3 to 2.7.0 in /integration-tests/sql-queries/verifier by @dependabot[bot] in #152
  • build(deps): bump the python-all group across 1 directory with 6 updates by @dependabot[bot] in #155
  • build(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.5 in the actions-all group by @dependabot[bot] in #153
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 4 updates by @dependabot[bot] in #159
  • build(deps): bump zizmorcore/zizmor-action from 0.5.5 to 0.5.6 in the actions-all group by @dependabot[bot] in #157
  • build(deps): bump the actions-all group with 2 updates by @dependabot[bot] in #160
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 2 updates by @dependabot[bot] in #162
  • Add support for Linux Kernels >= 7.x by @alessandrogario in #163
  • Update dependencies by @alessandrogario in #164
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 3 updates by @dependabot[bot] in #165
  • build: Update version to 1.2.6 by @alessandrogario in #166

Full Changelog: 1.2.5...1.2.6

1.2.5

14 Mar 09:59

Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

1.2.4

10 Mar 02:29

Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

24 Feb 16:50
77ac9c3

Choose a tag to compare

What's Changed

  • linux: Add TaskKind enum to classify tasks by @alessandrogario in #80
  • build: Add a justfile file for dev shortcuts by @alessandrogario in #81
  • Refactor CI jobs by @alessandrogario in #82
  • docs: readme updates by @alessandrogario in #83
  • Improve init task discovery for intel/linux by @alessandrogario in #84
  • build(deps): bump clap from 4.5.54 to 4.5.55 by @dependabot[bot] in #86
  • build(deps): bump boto3 from 1.42.35 to 1.42.37 in /integration-tests/sql-queries/verifier by @dependabot[bot] in #87
  • linux: Include the thread_node list in the task iterator by @alessandrogario in #88
  • linux: Add support for iterating tasks from the pid hash table by @alessandrogario in #85
  • build(deps): bump rich from 14.3.1 to 14.3.2 in /integration-tests/sql-queries/verifier by @dependabot[bot] in #92
  • build(deps-dev): bump ruff from 0.14.14 to 0.15.0 in /integration-tests/sql-queries/verifier by @dependabot[bot] in #90
  • build(deps): bump boto3 from 1.42.37 to 1.42.47 in /integration-tests/sql-queries/verifier by @dependabot[bot] in #94
  • build(deps): bump clap from 4.5.55 to 4.5.58 by @dependabot[bot] in #93
  • Update dependabot configuration by @dguido in #95
  • build(deps): bump the cargo-all group with 2 updates by @dependabot[bot] in #100
  • build(deps): bump the python-all group in /integration-tests/sql-queries/verifier with 2 updates by @dependabot[bot] in #101
  • docs: Fix CLI arguments help, update README.md by @alessandrogario in #102
  • build: Update version to 1.2.3 by @alessandrogario in #103

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

26 Jan 21:40
3413f48

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

06 Jan 13:43

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

29 Dec 18:07

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

26 Dec 12:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Apr 10:46

Choose a tag to compare