Compare commits

..

2 Commits

Author SHA1 Message Date
f5f34d864f skeleton of general variables 2023-11-13 16:18:00 -05:00
c30b8214e0 Skeleton of variable names 2023-11-13 16:15:22 -05:00
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
title: "Variable Names: Code Complete Summations"
date: 2023-11-13
draft: true
---
# Introduction
The way variables are handled can have an outsized impact on security. There are a few ways to handle using variables that can mitigate some vulnerabilities.

View File

@@ -0,0 +1,10 @@
---
title: "Variable Names: Code Complete Summations"
date: 2023-11-13
draft: true
---
# Introduction
Something that is probably overlooked when talking about creating secure programs is variable names. It seems simple at first, but can cause major problems in developing complex programs.