Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
# Contributing

Contributions are welcome! Please:

1. Fork the repository
2. Create a feature branch from `main`
3. Ensure all CI checks pass
2. Create a feature branch
3. Ensure SPDX headers on all files
4. Submit a pull request

## Standards

This project follows the [Rhodium Standard Repository (RSR)](https://github.com/hyperpolymath/standards) conventions.

## License

By contributing, you agree that your contributions will be licensed under PMPL-1.0-or-later (with MPL-2.0 as automatic legal fallback).
**Author:** Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
14 changes: 6 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@

## Reporting a Vulnerability

If you discover a security vulnerability, please report it responsibly:
**Email:** j.d.a.jewell@open.ac.uk

- **Email:** j.d.a.jewell@open.ac.uk
- **Do NOT** open a public issue for security vulnerabilities
**Response timeline:**
- Acknowledgement within 48 hours
- Initial assessment within 7 days
- Fix or mitigation within 90 days

We will acknowledge receipt within 48 hours and provide a detailed response within 7 days.

## Supported Versions

Only the latest release on the `main` branch is supported with security updates.
**Safe harbour:** We will not pursue legal action against security researchers who follow responsible disclosure.
Loading