More summaries and tags
This commit is contained in:
@@ -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 user’s temp folder.
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
Reference in New Issue
Block a user