From 15e7048f5807e549d8a2b5cb656887edd192df48 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 30 Mar 2022 19:39:03 +0200 Subject: move issues to a common pad --- issues/dont-bootstrap-at-0.md | 3 --- issues/strict-hex-parsing.md | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 issues/dont-bootstrap-at-0.md delete mode 100644 issues/strict-hex-parsing.md diff --git a/issues/dont-bootstrap-at-0.md b/issues/dont-bootstrap-at-0.md deleted file mode 100644 index 69eb347..0000000 --- a/issues/dont-bootstrap-at-0.md +++ /dev/null @@ -1,3 +0,0 @@ -Don't allow --bootstrap-log for a tree with size 0. - -Dec 30 16:50:53 stat sigsum-log-start.sh[141684]: W1230 16:50:53.113446 141684 handler.go:52] handler error glasswing-butterfly/get-consistency-proof: OldSize(0) must be larger than zero 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. -- cgit v1.2.3