From 7ff1a37c03057aa8e70bb92d646636ffb52a13a2 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 24 Feb 2026 12:24:45 +0100 Subject: [PATCH] chore: replace generic email addresses with GitHub references Replace generic @netresearch.de email addresses with GitHub-native mechanisms (Issues, Security Advisories, repository URLs). - Remove email from package metadata (composer.json, ext_emconf.php) - Add support/issues URLs to package metadata - Replace security contact with GitHub Security Advisories - Replace support/contact emails with GitHub Issues links - Remove email from PHP docblock @author tags - Use OCI labels in Dockerfiles --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c462102..065a97e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -166,7 +166,7 @@ Releases are automated via GitHub Actions: - **Issues**: [GitHub Issues](https://github.com/netresearch/phpbu-docker/issues) - **Discussions**: [GitHub Discussions](https://github.com/netresearch/phpbu-docker/discussions) -- **Security**: security@netresearch.de +- **Security**: [GitHub Security Advisories](https://github.com/netresearch/phpbu-docker/security/advisories/new) ## License