diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-12 18:24:06 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-12 18:24:06 +0200 |
commit | 241007acd22cc1cbb9ffc201d48ead62b9ece093 (patch) | |
tree | f05320319fbd68a458af20b3393631247cd65f94 /issues/strict-hex-parsing.md | |
parent | b06f07550957ba8ba4ff237332f16147a29a6dd2 (diff) |
added issue about strict hex parsing
Diffstat (limited to 'issues/strict-hex-parsing.md')
-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..003ff86 --- /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 `binascii` library already +outputs lower-case hex, but it also parses upper-case hex. Needs to be fixed. |