More summaries and tags

This commit is contained in:
2026-01-16 11:12:03 -05:00
parent 1191fd0af0
commit 0ea515752c
17 changed files with 154 additions and 8 deletions

View File

@@ -2,7 +2,16 @@
author: "Halvo (Human)"
title: "Concurrency: Summations of Secure Coding in C and C++"
date: 2023-06-29
tags:
- file-io
- secure-coding
- c
- cpp
- permissions
- least-privilege
draft: false
summary: |
A breezy guide to keeping file operations safe: validate paths, lock down permissions, and never let a privileged process wander into a users temp folder.
---
## Introduction