Merged
Conversation
Update Docker base image to onaio/python-deps:3.10.19-20260210 and regenerate all .pip files with latest package versions. Switch locale from en_US.UTF-8 to C.UTF-8 in Dockerfile runtime and docs stages, removing the locales package dependency.
Bump boto3 1.42.44->1.42.46, cryptography 46.0.4->46.0.5, pyxform 4.1.0->4.2.0; add lark 1.3.1 (new pyxform dep). Unpin pyxform in setup.cfg.
The jq regex used [^\n]+ (one or more) which failed on vulnerabilities with no fixed version, producing empty output. Use [^\n]* (zero or more) and sort by severity before taking top 10 results.
e9362b7 to
f53c81a
Compare
Configure Trivy VEX Hub with Docker Hardened Images advisories to filter out known non-exploitable CVEs (e.g. CVE-2023-45853) from scan results.
Replace --mount=type=ssh with --mount=type=secret to authenticate optional package installs via a GitHub token over HTTPS instead of SSH agent forwarding.
Regenerate all .pip files with latest dependency versions using pip-compile.
still needs refinement
| python-memcached | ||
| # XLSForm support | ||
| pyxform==4.1.0 | ||
| pyxform |
Contributor
There was a problem hiding this comment.
Do we not need to pin to an exact version anymore?
kelvin-muchiri
approved these changes
Feb 17, 2026
FrankApiyo
approved these changes
Feb 17, 2026
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.
Changes / Features implemented