Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from zecure/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
zit-hb committed May 17, 2020
2 parents 78101b8 + b2ba323 commit c0c655d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .sonarcloud.properties
@@ -0,0 +1,3 @@
sonar.sources=shadowd
sonar.exclusions=misc/*, shadowd/tests/*
sonar.sourceEncoding=UTF-8
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,3 +1,5 @@
language: python
python:
- "2.7"
script:
- python setup.py test
4 changes: 3 additions & 1 deletion README.rst
@@ -1,6 +1,8 @@
.. image:: http://shadowd.zecure.org/img/logo_small.png
.. image:: https://travis-ci.org/zecure/shadowd_python.svg
:target: https://travis-ci.org/zecure/shadowd_python
.. image:: http://shadowd.zecure.org/img/logo_small.png
.. image:: https://sonarcloud.io/api/project_badges/measure?project=zecure_shadowd_python&metric=alert_status
:target: https://sonarcloud.io/dashboard?id=zecure_shadowd_python

**Shadow Daemon** is a collection of tools to **detect**, **record** and **prevent** **attacks** on *web applications*.
Technically speaking, Shadow Daemon is a **web application firewall** that intercepts requests and filters out malicious parameters.
Expand Down

0 comments on commit c0c655d

Please sign in to comment.