liftedinit / liftedinit/many-rs
[Tracking] QSP-13 Message destination check is missing in decode_request_from_cose_sign1
Open
Nobody has claimed this yet.
enhancement
security
- Dominant language
- Rust
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] Add validation for the to parameter.
Note that we should check it, but right now every backend has different public keys. Once we have a way to delegate keys we will be able to validate request destinations"
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 `decode_request_from_cose_sign1` entry point and examine how the request's `to` parameter and backend public keys are represented. The issue says destination validation depends on a future way to delegate keys, so confirm that prerequisite and define the validation behavior before implementing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend-api-design, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100