Skip to content

Commit c43cb82

Browse files
committed
Update README
1 parent 4b3dba3 commit c43cb82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# security
22
Security toolkit for the Python community
3+
4+
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.
5+
6+
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.
7+
8+
## Installation
9+
10+
To install this package from PyPI, use the following command:
11+
12+
`pip install security`

0 commit comments

Comments
 (0)