Skip to content

owasp-modsecurity/ModSecurity-Python-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Chaim SandersFelipe Zimmerle
Chaim Sanders
and
Felipe Zimmerle
Jan 18, 2016
bc625d5 · Jan 18, 2016

History

3 Commits
Jan 13, 2016
Dec 22, 2015
Dec 22, 2015
Jan 18, 2016
Dec 22, 2015

Repository files navigation

Introduction

The following are a set of Swig generated Python bindings for libmodsecurity. These bindings will allow users to utilize the exposed libmodsecurity interfaces directly from python, without the use of ctypes.

Compilation

Although these are python scripts DO NOT use setup.py to compile this. Instead, one should use the Makefile in order to compile these. This can be done by typing 'make'. Be aware that the Python development headers are required to build this package. These can be obtained on RHEL via 'dnf install python-devel'