diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-12-08 09:58:17 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-12-08 09:58:17 +0100 |
commit | ada17b1688d0a5257d65217b2aba77905afda566 (patch) | |
tree | e13efba1930aabdc8e6a6486a4d50365fdd9bdea /issues | |
parent | 7576a1ebd03e1d7e68bd1701b8bff8159230fe19 (diff) | |
parent | 241007acd22cc1cbb9ffc201d48ead62b9ece093 (diff) |
Merge branch 'main' of git.sigsum.org:sigsum-witness-py
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..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. |