From fa8bad3a68b1dadb719488e5a8e8a1938bf3d947 Mon Sep 17 00:00:00 2001 From: Kevin Burnett <18027+burnettk@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:40:47 -0700 Subject: [PATCH] Update README.md, typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e8690b..e0aac2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # security Security toolkit for the Python community -This library includes a number of code security controls for various application security vulnerability categories. It can be used directly by programmers, but you may have been introduced to it by having it directly added to you code by automation. +This library includes a number of code security controls for various application security vulnerability categories. It can be used directly by programmers, but you may have been introduced to it by having it directly added to your code by automation. Many of the APIs provided are meant to be drop-in replacements that either offer more secure defaults, harden against common attacks, or at least surface the security questions developers should answer when using risky APIs.