- 01 Mar, 2022 2 commits
-
-
Kevin Daudt authored
To match the new CLI structure, adjust the invocation to match it.
-
Kevin Daudt authored
This will report invalid secfix entries, either because the version is incorrect, or the vulnerability identifier is incorrect.
-
- 24 Feb, 2022 1 commit
-
-
Kevin Daudt authored
cobra is more flexible than the default flags package, and you can use it to easily implement subcommands.
-
- 26 Dec, 2021 1 commit
-
-
Kevin Daudt authored
The goal of nq was to make sure only one instance of the update script was running. The problem is that nq does not write the log output to stdout, but rather to dedicated files. This makes it harder to see the output with docker(-compose) logs. Use `flock`, which is meant for these scenarios and provides the output of the script to stdout.
-
- 25 Jun, 2021 4 commits
-
-
Kevin Daudt authored
-
Kevin Daudt authored
This makes it possible to monitor that the secdb is still updated.
-
Kevin Daudt authored
The licence is installed to `/var/www/html`. When html does not exist yet, the file will actually end up as `html` in the `/var/www` directory, due to the missing '/' at the end.
-
Kevin Daudt authored
See merge request !5
-
- 08 Jun, 2021 1 commit
-
-
Ariadne Conill authored
we determined the secdb will be licensed under CC-BY-SA licensing terms last week in #alpine-security IRC.
-
- 28 Apr, 2021 1 commit
-
-
Kevin Daudt authored
This implementation does not suffer from the issue that lua has, where it cannot distinguish from an empty list and an empty array, without having to resort to post processing to fix issues. See merge request !4
-
- 27 Apr, 2021 3 commits
-
-
Kevin Daudt authored
Things like traefik, and the webnetwork are production settings. Put those settings in a separate file that can be symlinked to `docker-compose.override.yml` on the production host.
-
Kevin Daudt authored
Build the go secdb application and adopt generate_secdb.sh to run it.
-
Kevin Daudt authored
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
-
- 01 Feb, 2021 1 commit
-
-
Natanael Copa authored
Add 3.13 support See merge request !3
-
- 27 Jan, 2021 1 commit
-
-
tomer authored
-
- 05 Jun, 2020 3 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
- 21 Feb, 2020 9 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-
- 19 Feb, 2020 2 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
-