This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from 9ed3d554 warn about culture sensitive substring assertions
add e7dd1d76 fix a signature verification bypass in the release scripts
add 874ac2d0 remove graphify
add 4e761fdb require PowerShell 7.4 in the release scripts
add 77af21ab redact connection strings by keyword allowlist
add 2e5cc831 verify in a GnuPG home of its own, not with --keyring #313
new 34e42894 Harden the release scripts and connection string redaction
#313
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yaml | 7 +
.gitignore | 14 -
CLAUDE.md | 10 -
graphify-out/graph.json | 154467 ------------------
graphify-out/manifest.json | 2252 -
scripts/build-preview.ps1 | 4 +-
scripts/build-release.ps1 | 4 +-
scripts/verify-release.Tests.ps1 | 86 +
scripts/verify-release.ps1 | 38 +-
scripts/verify-release.sh | 25 +-
.../313-redact-connection-string-allowlist.xml | 13 +
src/changelog/3.4.1/313-require-powershell-74.xml | 14 +
.../3.4.1/313-verify-release-keys-bypass.xml | 15 +
src/log4net.Tests/Appender/AdoNetAppenderTest.cs | 20 +-
src/log4net/Appender/AdoNetAppender.cs | 32 +-
.../antora/modules/ROOT/pages/release-review.adoc | 9 +-
16 files changed, 219 insertions(+), 156791 deletions(-)
delete mode 100644 graphify-out/graph.json
delete mode 100644 graphify-out/manifest.json
create mode 100644 scripts/verify-release.Tests.ps1
create mode 100644
src/changelog/3.4.1/313-redact-connection-string-allowlist.xml
create mode 100644 src/changelog/3.4.1/313-require-powershell-74.xml
create mode 100644 src/changelog/3.4.1/313-verify-release-keys-bypass.xml