diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-12 18:20:00 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-12 18:20:00 +0200 |
commit | 20fe52a60d5ea1f36e2e675fa684f6012ab620fe (patch) | |
tree | 7c65722e1774ed464c9860d6ea3a79ca3df3a237 /issues | |
parent | 903a57b9dc25e3093ff4d3d2a259ce1650070055 (diff) |
added issue about strict hex parsing
Diffstat (limited to 'issues')
-rw-r--r-- | issues/strict-hex-parsing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/strict-hex-parsing.md b/issues/strict-hex-parsing.md new file mode 100644 index 0000000..9155ef1 --- /dev/null +++ b/issues/strict-hex-parsing.md @@ -0,0 +1,5 @@ +# Strict hex parsing +reported by: rgdd + +Our API spec requires use of lower-case hex. The `encoding/hex` library already +outputs lower-case hex, but it also parses upper-case hex. Needs to be fixed. |