OpenRailAssociation / OpenRailAssociation/github-org-manager
Check username-ID mapping before each run
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14
- Forks
- 6
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 8
Description
The username is mutable. For security reasons, we may need a username-ID snapshot like uv.lock, which is generated by cli and checked before each run. If it does not match, raise an error to inform users to update usernames and re-generate snapshot.
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.
Research direction
Start at the CLI entry point and inspect how uv.lock is generated and checked before each run. Define the username-ID snapshot flow so a mismatch raises an informative error; done means username changes are detected before execution and users are told to update usernames and regenerate the snapshot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100