openedx / openedx/openedx-authz
Epic: Hardening pass and fixes
Open
@bmtcril is already working on this.
Since May 28, 2026.
- Dominant language
- Python
- Stars
- 0
- Forks
- 9
- Avg merge
- 13d 9h
- Merged PRs (30d)
- 9
Description
I'm going through the critical flows as thoroughly as possible and writing some new tests to try to catch weird edge cases up front. This is just documenting the work that I'm doing and batching the resulting issues / fixes in one place.
Each of these should result in new tests being added to prevent regressions:
- Check engine and matcher
- Scope parser fuzzing
- Check internal API for privilege escalation
- Check REST API full matrix
- Check concurrency & cache race conditions
- Check policy file handling and management commands
Issues found so far (all low severity, or proactive cleanup / nits):
#301
#302
#303
#304
#306
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.