24.2.20
What's Changed
Core
- fix(handler): increase tar handler debug log verbosity level. by @qkaiser in #721
- fix(processing): do not process Java module image files by default. by @qkaiser in #720
- parser: support regex style begin-end anchors (
^
,$
) by @vlaci in #723 - add search_chunks fuzzing with atheris by @qkaiser in #722
- fix(models): adapt chunk's contains() definition. by @qkaiser in #755
- fix(squashfs): fixed end_of_data_offset calculation by @qkaiser in #765
- fix(handlers): handle dangling symlinks in MultiFile handlers. by @qkaiser in #773
- Fix SafeTarFile symlinks extraction by @e3krisztian in #775
CI
- feat(ci): use Apple M1 runner in build-nix. by @qkaiser in #741
- Fix #724. build: Add darwin aarch64 to supported architectures by @ljrk0 in #743
- chore(ci): release version tagged container images. by @qkaiser in #762
- fix(ci): docker image tags fail if comment is present. by @qkaiser in #736
- fix docker image tagging by @qkaiser in #737
- fix(ci): use unique artifacts names by @qkaiser in #739
- Fix docker build by @qkaiser in #740
Dependencies
- chore(deps-dev): bump mkdocs-material from 9.5.4 to 9.5.7 by @dependabot in #745
- chore(deps): bump cryptography from 42.0.1 to 42.0.2 by @dependabot in #747
- chore(deps-dev): bump ruff from 0.1.14 to 0.2.0 by @dependabot in #748
- chore(deps): upgrade pyright to 1.1.349 by @qkaiser in #749
- chore(deps): upgrade pytest-cov to 4.1.0, pytest to 8.0.0 by @qkaiser in #738
- chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #760
- chore(deps-dev): bump mkdocs-material from 9.5.7 to 9.5.9 by @dependabot in #758
- chore(deps-dev): bump ruff from 0.1.15 to 0.2.1 by @dependabot in #759
- chore(deps): upgrade e2fsprogs to v1.47.0-3.ok2. by @qkaiser in #772
- chore(deps-dev): bump ruff from 0.2.1 to 0.2.2 by @dependabot in #781
- chore(deps): bump cryptography from 42.0.2 to 42.0.3 by @dependabot in #780
- chore(deps-dev): bump pytest from 8.0.0 to 8.0.1 by @dependabot in #779
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #735
- chore(deps): bump actions/checkout from 2 to 4 by @dependabot in #734
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in #733
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #732
- chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #731
- chore(deps-dev): bump ruff from 0.1.13 to 0.1.14 by @dependabot in #730
- chore(deps): bump pluggy from 1.3.0 to 1.4.0 by @dependabot in #726
- chore(deps): bump cryptography from 41.0.7 to 42.0.1 by @dependabot in #727
New Contributors
Full Changelog: 24.1.22...24.2.20