RISON Decode
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
RISON decoding is broken. Found the below reference on the initial commit.
Well, almost. RISON Decode operation is broken. The "decode option" dropdown contains 3 `undefined` options, and makes it unusable. Replacing l.31 `type: "editableOption",` with `type: "option",` should do the trick.
Thanks tho.
_Originally posted by @baphael in https://github.com/gchq/CyberChef/issues/1023#issuecomment-2072603935_
Contributor guide
Research direction
Start by locating the RISON Decode operation and inspect the line 31 configuration referenced in the issue. Confirm the decode option dropdown currently renders three undefined entries, then verify that the dropdown presents usable named options after the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100