diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 594b265..7e244ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,13 +1,13 @@ # Clone the repository -git clone https://github.com/hyperpolymath/squisher-corpus.git -cd squisher-corpus +git clone https://github.com/hyperpolymath/pons.git +cd pons # Using Nix (recommended for reproducibility) nix develop # Or using toolbox/distrobox -toolbox create squisher-corpus-dev -toolbox enter squisher-corpus-dev +toolbox create pons-dev +toolbox enter pons-dev # Install dependencies manually # Verify setup @@ -17,7 +17,7 @@ just test # Run test suite ### Repository Structure ``` -squisher-corpus/ +pons/ ├── src/ # Source code (Perimeter 1-2) ├── lib/ # Library code (Perimeter 1-2) ├── extensions/ # Extensions (Perimeter 2) @@ -86,10 +86,10 @@ Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md) an Look for issues labelled: -- [`good first issue`](https://github.com/hyperpolymath/squisher-corpus/labels/good%20first%20issue) — Simple Perimeter 3 tasks -- [`help wanted`](https://github.com/hyperpolymath/squisher-corpus/labels/help%20wanted) — Community help needed -- [`documentation`](https://github.com/hyperpolymath/squisher-corpus/labels/documentation) — Docs improvements -- [`perimeter-3`](https://github.com/hyperpolymath/squisher-corpus/labels/perimeter-3) — Community sandbox scope +- [`good first issue`](https://github.com/hyperpolymath/pons/labels/good%20first%20issue) — Simple Perimeter 3 tasks +- [`help wanted`](https://github.com/hyperpolymath/pons/labels/help%20wanted) — Community help needed +- [`documentation`](https://github.com/hyperpolymath/pons/labels/documentation) — Docs improvements +- [`perimeter-3`](https://github.com/hyperpolymath/pons/labels/perimeter-3) — Community sandbox scope --- diff --git a/SECURITY.md b/SECURITY.md index 1ed5203..6afa40f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,23 +1,5 @@ # 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 @@ -40,7 +22,7 @@ We take security seriously. We appreciate your efforts to responsibly disclose v The preferred method for reporting security vulnerabilities is through GitHub's Security Advisory feature: -1. Navigate to [Report a Vulnerability](https://github.com/hyperpolymath/squisher-corpus/security/advisories/new) +1. Navigate to [Report a Vulnerability](https://github.com/hyperpolymath/pons/security/advisories/new) 2. Click **"Report a vulnerability"** 3. Complete the form with as much detail as possible 4. Submit — we'll receive a private notification @@ -203,7 +185,7 @@ If we cannot reach agreement on disclosure timing, we default to 90 days from yo The following are within scope for security research: -- This repository (`hyperpolymath/squisher-corpus`) and all its code +- This repository (`hyperpolymath/pons`) and all its code - Official releases and packages published from this repository - Documentation that could lead to security issues - Build and deployment configurations in this repository @@ -322,7 +304,7 @@ Recognition includes: To stay informed about security updates: - **Watch this repository**: Click "Watch" → "Custom" → Select "Security alerts" -- **GitHub Security Advisories**: Published at [Security Advisories](https://github.com/hyperpolymath/squisher-corpus/security/advisories) +- **GitHub Security Advisories**: Published at [Security Advisories](https://github.com/hyperpolymath/pons/security/advisories) - **Release notes**: Security fixes noted in [CHANGELOG](CHANGELOG.md) ### Update Policy @@ -348,7 +330,7 @@ To stay informed about security updates: ## Security Best Practices -When using Squisher Corpus, we recommend: +When using Pons, we recommend: ### General @@ -371,7 +353,7 @@ When using Squisher Corpus, we recommend: ## Additional Resources - [Our PGP Public Key](https://github.com/hyperpolymath.gpg) -- [Security Advisories](https://github.com/hyperpolymath/squisher-corpus/security/advisories) +- [Security Advisories](https://github.com/hyperpolymath/pons/security/advisories) - [Changelog](CHANGELOG.md) - [Contributing Guidelines](CONTRIBUTING.md) - [CVE Database](https://cve.mitre.org/) @@ -383,8 +365,8 @@ When using Squisher Corpus, we recommend: | Purpose | Contact | |---------|---------| -| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/squisher-corpus/security/advisories/new) or j.d.a.jewell@open.ac.uk | -| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/squisher-corpus/discussions) | +| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/pons/security/advisories/new) or j.d.a.jewell@open.ac.uk | +| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/pons/discussions) | | **Other enquiries** | See [README](README.md) for contact information | --- @@ -399,7 +381,7 @@ This security policy may be updated from time to time. Significant changes will --- -*Thank you for helping keep Squisher Corpus and its users safe.* 🛡️ +*Thank you for helping keep Pons and its users safe.* 🛡️ ---