Member-only story
Turn Your AI Security Findings Into Repeatable Automated Checks
I took the security findings Q gave me and created deterministic tests that I added to run with my unit tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚙️ Security Automation (Pre-AI). The Code.
⚙️ AI Automation. The Code.
🔒 Related Stories: Cybersecurity | Penetration Tests
💻 Free Content on Jobs in Cybersecurity | ✉️ Sign up for the Email List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Forgive me I had to republish this story, so my subscribers may have gotten it twice due to a Medium glitch.
Pre-cursers to this post that explain how the code was derived
Learning Rust in one day — I used it to write a service that has logging, configuration, and periodically prints a configured message.
Then I tried to make the code more production-ready, including fixing security problems:

