Hi there!
My name is Dieter Van der Stock.
I keep myself occupied with:
Always feel free to send me an e-mail, at “mail at thisdomain” (Can’t feed the spambots). Or reach out on LinkedIn.
A hosted service to perform regular security scans.
It was great fun to build, but once it came time to launch I realised I had little to no interest in selling it. I might dig it up again at some point, I’m still proud of what I made.
An API for CVE vulnerability information.
When working on vulnerability management I had a need to retrieve detailed CVE information in a vulnerability reporting process that I put together. At the time there was no API available, even though the data was published for free by NIST/NVD. So I made a little project that turned their daily json dumps into a simple API.
These days NIST publishes an API of their own, and halted the publishing of their json dumps, so the project is no longer active.
Fun to make, and easy to run. A daily cron job spit out static
json files to S3, which were directly addressed in the API, so it
didn’t need a full-time server.
It was probably one of my longest running projects with the least
amount of maintenance work required :-)