base64url can't decode own coded strings
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| basez (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Working task:
echo -n -e "\x3c\xf4\
3cf4c6868f79
Non-working task:
echo -n -e "\x3c\xf4\
base64url: invalid input
Fixed in upstream:
2019-08-03 Milan Kupcevic
* base64.c: Properly decode base64url encoded strings.
Fixed in Debian (bullseye)
basez (1.6-4) sid; urgency=medium
* Properly decode base64url encoded strings (closes: #931041)
-- Milan Kupcevic Sun, 04 Aug 2019 00:53:50 -0400
$ echo -e 'oo\x80' | base64url | base64url -d
base64url: invalid input
Ubuntu 18.04
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package basez - 1.6.2-1
---------------
basez (1.6.2-1) sid; urgency=medium
* new upstream release
- properly decode base64url encoded strings (lp: #1862515)
* set standards version to 4.5.0
* set debhelper compatibility to 11
* d/patch/build: reorganize installdirs tasks
* d/patch/
-- Milan Kupcevic <email address hidden> Mon, 10 Feb 2020 01:02:28 -0500
Changed in basez (Ubuntu): | |
status: | Confirmed → Fix Released |
Would the fix be backported to Ubuntu 18.04?
Status changed to 'Confirmed' because the bug affects multiple users.