diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 60861ca..39fcf50 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,24 +4,6 @@ Copyright (c) Jonathan D.A. Jewell --> # Security Policy - - We take security seriously. We appreciate your efforts to responsibly disclose vulnerabilities and will make every effort to acknowledge your contributions. ## Table of Contents @@ -62,19 +44,19 @@ If you cannot use GitHub Security Advisories, you may email us directly: | | | |---|---| -| **Email** | {{SECURITY_EMAIL}} | -| **PGP Key** | [Download Public Key]({{PGP_KEY_URL}}) | -| **Fingerprint** | `{{PGP_FINGERPRINT}}` | +| **Email** | security@metadatastician.art | +| **PGP Key** | [Download Public Key](https://metadatastician.art/.well-known/pgp-key.txt) | +| **Fingerprint** | `ABF3ECD932C2A04345EC9B3D2E725C6B831EA2B8` | ```bash # Import our PGP key -curl -sSL {{PGP_KEY_URL}} | gpg --import +curl -sSL https://metadatastician.art/.well-known/pgp-key.txt | gpg --import # Verify fingerprint -gpg --fingerprint {{SECURITY_EMAIL}} +gpg --fingerprint ABF3ECD932C2A04345EC9B3D2E725C6B831EA2B8 # Encrypt your report -gpg --armor --encrypt --recipient {{SECURITY_EMAIL}} report.txt +gpg --armor --encrypt --recipient ABF3ECD932C2A04345EC9B3D2E725C6B831EA2B8 report.txt ``` > **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media. @@ -374,7 +356,7 @@ When using anytype, we recommend: ## Additional Resources -- [Our PGP Public Key]({{PGP_KEY_URL}}) +- [Our PGP Public Key](https://metadatastician.art/.well-known/pgp-key.txt) - [Security Advisories](https://github.com/hyperpolymath/anytype/security/advisories) - [Changelog](CHANGELOG.md) - [Contributing Guidelines](CONTRIBUTING.md) @@ -387,7 +369,7 @@ When using anytype, we recommend: | Purpose | Contact | |---------|---------| -| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/anytype/security/advisories/new) or {{SECURITY_EMAIL}} | +| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/anytype/security/advisories/new) or security@metadatastician.art | | **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/anytype/discussions) | | **Other enquiries** | See [README](README.md) for contact information | diff --git a/.well-known/security.txt b/.well-known/security.txt index 8e5e958..d38c0b9 100644 --- a/.well-known/security.txt +++ b/.well-known/security.txt @@ -2,10 +2,9 @@ # RFC 9116 - security.txt # https://securitytxt.org/ -Contact: mailto:{{SECURITY_EMAIL}} +Contact: mailto:security@metadatastician.art Expires: 2026-12-31T23:59:59.000Z -Encryption: {{PGP_KEY_URL}} +Encryption: https://metadatastician.art/.well-known/pgp-key.txt Preferred-Languages: en Canonical: https://github.com/hyperpolymath/anytype/.well-known/security.txt Policy: https://github.com/hyperpolymath/anytype/blob/main/SECURITY.md -Hiring: https://{{WEBSITE}}/careers