OWASP detection point reporting for Django
Project description
A Django lib to expose likely intrusion attempts. Using some of the AppSensor detection points from OWASP:
https://www.owasp.org/index.php/AppSensor_DetectionPoints
Note: this is not really ready for use yet.
Setup
To install:
pip install django-paranoia
Add in the middleware:
MIDDLEWARE_CLASSES = ( ... 'django_paranoia.middleware.Middleware', )
Hook up the reporters in your settings file:
from django_paranoia import configure configure.config([ 'django_paranoia.reporters.log', 'django_paranoia.reporters.cef_' ])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-paranoia-0.1.3.tar.gz
(4.5 kB
view details)
File details
Details for the file django-paranoia-0.1.3.tar.gz
.
File metadata
- Download URL: django-paranoia-0.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d5c1159068143aa9c2f38bd3b97c32cbd3283ccd5df5623e5d81354cf523f13 |
|
MD5 | 16393cae2533243067f513412b2d51be |
|
BLAKE2b-256 | 03ebd423510949a7a31b0fea359ce95b09117c9b1b626b5a235eaac0602d7d27 |