Deep-copy bindings before giving to actions/guards
Open
- Dominant language
- Go
- Stars
- 122
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Otherwise an action/guard could modify (non-primitive) binding values.
Contributor guide
Research direction
Start by tracing how bindings are passed into actions and guards, the entry points named in the issue. Check how non-primitive values are represented and copied, then verify that an action or guard cannot mutate the original bindings; the issue provides no file or test names, so the relevant tests must be located in the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100