← all tags

Tagged Security

18 postsRSS ↗
Sep 15, 2026·5 min read

Experimenting with automatic memory in Codex and Claude

After rewriting my skills and clearing memory, Codex and Claude felt better to use. My next experiment is to disable automatic memory, informed by research on context and memory poisoning.

AICodexClaude Code+2 more
Sep 04, 2026·3 min read

Getting sudo to use Touch ID on macOS

macOS can authenticate sudo with Touch ID through pam_tid.so. The update-safe setup is one line in /etc/pam.d/sudo_local, with the normal password prompt left as a fallback.

macOSTerminalTouch ID+1 more
Apr 09, 2026·9 min read

How copilot_here filters Docker requests through a socket broker

Why I built a brokered Docker socket instead of sharing the raw one, how the two-phase request inspection works, and the limits of those checks.

copilot_hereDockerSecurity+1 more
Apr 02, 2026·6 min read

Reducing package supply-chain risk with release-age checks and lockfiles

Configuring a delay before adopting new package versions, keeping repeatable installs with lockfiles, and understanding what these controls can and cannot prevent.

SecuritynpmSupply Chain+5 more
Dec 18, 2025·2 min read

Comparing AI responses to a plaintext-secrets request

GPT-5.2 refused a request to write deployment secrets into a script, while Claude 4.5 Sonnet complied. What that interaction changed about how I assess agent behaviour.

copilot_hereAISecurity+4 more
Nov 28, 2025·8 min read

copilot_here: November 2025 Updates - ARM64, .NET 10, Airlock & More

November updates add native ARM64 images, .NET 10, PowerShell Core integration, Airlock network controls, host path mapping, and configurable directory mounts.

copilot_hereDockerDevOps+4 more
Nov 22, 2025·4 min read

Restricting macOS settings for a child's account

The account setup and System Settings restrictions I chose for a family Mac, while keeping school Wi-Fi access available and managing NextDNS separately.

macOSParentingSecurity+1 more
Oct 03, 2025·8 min read

Running GitHub Copilot CLI in Docker with copilot_here

My Docker setup for running GitHub Copilot CLI with access to a project directory, including installation, image variants and the limits of that isolation.

copilot_hereDockerGitHub+3 more
Aug 19, 2025·6 min read

Securing Your Site: A Practical HSTS Preloading Guide for Cloudflare Users

Learn why HSTS should not be an application concern and follow this practical guide to correctly configure it at the edge with Cloudflare, getting your site onto the HSTS preload list for maximum security.

SecurityCloudflareHSTS+2 more
Sep 01, 2022·1 min read

Playing with Azure and Terraform

I recently presented "Playing with Azure and Terraform" at our user group locally in Durban, there were some requests for a recording so I thought I'd share it here 😊 We play with a lot of different tech in this session like GitHub Codespaces, Azure, Cloudflare and Snyk

SecurityAzureAzure SQL+10 more
Aug 24, 2022·1 min read

Scanning Infrastructure as Code (IaC) for vulnerabilities

In the modern world where it feels like every sentence has a Dev⭐Ops word in it, 1 that is probably used more than most is DevSecOps.When teams focus on DevSecOps they make sure to integrate security into every phase of development, this includes scanning for vulnerabilities as soon as possible. This videos shows you briefly how you can use Snyk to scan your terraform templates for vulnerabilities from your CLI as well as part of every commit pushed to GitHub.

SecurityTerraformIaC+4 more
Aug 11, 2022·3 min read

Managing GitHub secrets using terraform

In this video we'll take a look at Managing GitHub secrets using terraform as well as federated identities from GitHub into Azure. You should only be storing secrets if you absolutely need to, in this demo although we are only accessing storage accounts the change from a storage connection string to Azure Federated Identity means that we can access any of resource the identity has access too using RBAC which is a much better overall approach.

SecurityAzureTerraform+2 more
Mar 21, 2022·1 min read

Setting up commit signature verification for GitHub

Ever wondered why some commits show verified and others don't? Take a look at how you can make sure all your commits are verified. Commands from this video are available in this gist https://gist.github.com/DevStarOps/6c88482ecd632ba04d68d9e15590b4a2

SecuritygitVerified Commits+3 more
Jul 22, 2021·1 min read

Allow project users to manage Permissions Groups in Azure DevOps

In this video I'm going to show you... How to allow project users to manage Permissions Groups in Azure DevOps that aren't project administrators

SecurityAzure DevOpsPostman+1 more
Mar 24, 2020·5 min read

Create pfx certificate file for Azure Web Apps from Cloudflare origin cert using openssl

Every time I create a new project using Azure Web Apps or even IIS and I need to add a pfx file for end to end https, Cloudflare gives you a private key and certificate but you can't use those directly with Azure Web Apps and I keep forgetting how to do this exactly so as I do sometimes I'm going to post the steps so that it's helpful to others as well as future me.

SecurityAzureLinux+2 more
Mar 18, 2020·8 min read

The importance of regression testing and real world security consequences

Organizations often put a lot of effort around testing their products, they'll put tons of effort in unit testing, integration testing across their UI and API layers but sometimes have a strategy of covering everything. This doesn't always add value to their pipelines because the metric that is being chased is not value which agreeably is a hard thing to measure but rather it's a coverage metric. To start with I don't know if testing strategy is what was happening for TicTocTrack but is something that is definitely highlighted as something that would have been valuable for them. A security vulnerability discovered around a year ago from a fellow MVP and security expert Troy Hunt was patched and then earlier this year I re-discovered it

SecurityTesting
Feb 15, 2018·9 min read

Setting up 2 factor authentication and email verification with .net core 2.0

Today I played with a new .net core template just to see what the authentication options were out the box and was surprised to see just how easy it is to go from nothing to having a base project that has authentication fully baked in with 2 factor authentication and email verification.

Securitydotnet coreJust Coding
Aug 06, 2017·3 min read

Connecting agents to TFS using integrated security on http from external domain

If you have TFS on the domain but you are trying to connect agents to it from outside the domain and TFS is not running on https then this post is for you.

SecurityVSTS / TFSDigi Cert+3 more