shanna (Shane Hanna)
- Login: shanna
- Registered on: 10/04/2017
- Last sign in: 10/05/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/04/2017
-
01:29 PM Ruby Bug #13970 (Rejected): Base64 urlsafe_decode64 unsafe use of tr.
- A lot of the base64 module lacks duck typing or nice errors.
For example the `urlsafe_decode64` function never checks `str` is something that behaves like a string and will respond to `tr`.
If you pass `nil` by mistake you end up wit...