fix(sec): patch 3 critical CVEs, bump to v0.1.5 (closes #164)#172
Merged
Conversation
- Bump version 0.1.4 -> 0.1.5 in all 3 version files - Add CHANGELOG entry for 3 critical OpenSSL CVEs (CVE-2026-31789) affecting libssl3t64, openssl, openssl-provider-legacy - Dockerfile apt-get upgrade already pulls openssl 3.5.5-1~deb13u2 fix on rebuild; no Dockerfile change needed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
Rebuilds the production Docker image to pick up
openssl 3.5.5-1~deb13u2, resolving 3 critical CVE-2026-31789 findings detected by automated Trivy scanning (issue #164). Bumps version to 0.1.5.The 3 criticals are all CVE-2026-31789 (OpenSSL heap buffer overflow on 32-bit systems from large X.509 certificate processing) affecting
libssl3t64,openssl, andopenssl-provider-legacy. The fix was released in Debian asopenssl 3.5.5-1~deb13u2after the v0.1.4 image was built. The existingapt-get upgrade -yin the production Dockerfile stage picks up the patched packages on every rebuild — no Dockerfile changes are needed.Changes
packages/parser-core/pyproject.toml,packages/parser-core/src/bankstatements_core/__version__.py,packages/parser-free/pyproject.toml)Type
Testing
make docker-integrationpassed locally (Docker daemon unavailable in agent environment; CI Trivy gate will verify 0 criticals on rebuilt image)Checklist
Downstream impact
bankstatements_core(exported class, function, or exception)