secdb: add go implementation
Lua has just a single structure, namely a table, which is used for both lists and maps. This poses a problem when a list is empty, because it's not able to distinguish between the 2, and will default to a map. This implementation: * Defines the exact structure * Writes out json and yaml at the same time * Fetches release, instead of statically defining it in-line And because it's statically built, has no dependencies except musl. See: #2
src/.gitignore
0 → 100644
src/go.mod
0 → 100644
src/go.sum
0 → 100644
src/secfixes.go
0 → 100644
src/structures.go
0 → 100644
Please register or sign in to comment