GeekMasher's Blog

SQL Injection in Rust; still possible?

SQL Injection in Rust; still possible?
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 →

ZSH Guide

ZSH Guide
One of the core elements of a developers, operations, and security engineers system is having a powerful shell... Read more →

Dotfiles Guide

Dotfiles Guide
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 →

Debugging CodeQL Databases using Partial Paths

Debugging CodeQL Databases using Partial Paths
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 →

Quibble: Part 1 - Designing a Container Security Tool

Quibble: Part 1 - Designing a Container Security Tool
Quibble is a container security tool I built to support my Homelab container setup using Docker and Podman compose! This is part 1 of a series to talk about the different components and features I will be building into Quibble... Read more →