WaboSign 1.3.2
CI green-up patch. No functional or security changes.
Fixed
- app/models/user.rb —
Style/RedundantRegexpEscape(Rubocop): removed unnecessary\-escapes inside theFULL_EMAIL_REGEXPcharacter classes ([.'+\-]→[.'+-],[.\-]→[.-]). Semantics unchanged. - config/brakeman.ignore — added fingerprint for the
LinkToHrefXSS warning onsubmissions_filters/_filter_modal.html.erb: Brakeman tracksparams[:path]taint through thefilter_pathconditional assignment introduced in 1.3.1; thestart_with?('/')guard is the actual mitigation. - .github/workflows/ci.yml — replaced
docusealco/pdfium-binaries(deleted repo, returns 404) withbblanchon/pdfium-binariesas the pdfium binary source for the RSpec job. Same tarball layout (lib/libpdfium.so), no other changes.
Notes
- Released image:
ghcr.io/wabolabs/wabosign:1.3.2(also tagged:latest).