Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page