Skip to content

v2.3.3

Latest

Choose a tag to compare

@greogory greogory released this 15 Jan 02:07
· 56 commits to main since this release
Immutable release. Only release title and notes can be modified.
f8c0fa2

What's Changed

Added

  • CodeQL exclusion config (.github/codeql/codeql-config.yml) to suppress false positive alerts:
    • py/weak-cryptographic-algorithm - SHA1 required by HIBP API protocol
    • py/path-injection - safe_path_join() validation exists
    • py/clear-text-logging-sensitive-data - redact_sensitive() in use

Changed

  • Synced all documentation version references to 2.3.2.2
  • Updated Dockerfile version label
  • Updated DOCKER.md and DOCKER_PUBLISH_INSTRUCTIONS.md

Docker

docker pull ghcr.io/greogory/hibp-checker:2.3.3
docker pull ghcr.io/greogory/hibp-checker:latest

Full Changelog: v2.3.2.2...v2.3.3