diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 19:39:03 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 19:39:03 +0200 |
commit | 15e7048f5807e549d8a2b5cb656887edd192df48 (patch) | |
tree | 3eef873ef5ee3fe32ddcd7a322c83490ed778e77 /issues/strict-hex-parsing.md | |
parent | 367aac5fa4073a925b24bd3bc8ac2105fea63cfe (diff) |
move issues to a common pad
Diffstat (limited to 'issues/strict-hex-parsing.md')
-rw-r--r-- | issues/strict-hex-parsing.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/issues/strict-hex-parsing.md b/issues/strict-hex-parsing.md deleted file mode 100644 index 003ff86..0000000 --- a/issues/strict-hex-parsing.md +++ /dev/null @@ -1,5 +0,0 @@ -# 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. |