From 89f0a41e8baefddf2c6962a8f0eee71dfd124d21 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 9 Dec 2021 11:14:31 +0100 Subject: added issues --- issues/fix-strict-hex-parsing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 issues/fix-strict-hex-parsing.md (limited to 'issues/fix-strict-hex-parsing.md') diff --git a/issues/fix-strict-hex-parsing.md b/issues/fix-strict-hex-parsing.md new file mode 100644 index 0000000..bab188e --- /dev/null +++ b/issues/fix-strict-hex-parsing.md @@ -0,0 +1,10 @@ +**Title:** Fix strict hex parsing
+**Date:** 2021-12-09
+ +# Summary +Fix so that sigsum-log-go is strict about lower-case hex parsing. + +# Description +The current sigsum-log-go implementation uses "encoding/hex" which accepts +upper-case and lower-case hex. This is a violation of the Sigsum API +specification and needs to be fixed: upper-case hex must be rejected. -- cgit v1.2.3