671 B
671 B
Self-Described Binary Document Proof of Concept
This repo contains a proof of concept/demo code that implements the Self-Described Binary Document format. This format is described in a series of blog posts starting at https://crispbyte.dev/blog/2024-01-07-01-SDBD/. This code is most definitely not production ready.
Issues
- The
Document
data type violates some of the requirements set for metadata header lists. - It has at least one securiy issue in that
content-name
is not checked for being a valid filename. - It doesn't do much useful.
- It implements version 1 of the format which really needs to be worked into a version 2 before wide-spread use.