GeekMasher's Blog
SecuriTree is a Neovim plugin which allows you to run TreeSitter queries in your IDE and report them to the end user as issues... Read more →
I wanted to know 2 simple questions: can I still get SQL Injection in Rust? What controls are in place to protect against it in SQLx? In the Rust community, we talk about ‘Rust is secure’ but is this from just memory related bugs or other security issues too?... Read more →
One of the core elements of a developers, operations, and security engineers system is having a powerful shell... Read more →
Setting up your dotfiles the correct way can be a pain but it doesn’t have to be. Take a look at this post on how I setup and handle my dotfiles... Read more →
Update (Nov 2023):
⚠️ This post is a little out of date as CodeQL uses the new parameterized modules. Checkout the updated queries here.
During my GitHub Personal Development this week, I decided to write this blog post about debugging in CodeQL using a technique called ‘partial paths’. This is a technique that I have used in the past to debug queries and the CodeQL dataflow graph so I thought it would be a good idea to write a blog post about it.... Read more →