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

Commit

Permalink
Fix/release (#235)
Browse files Browse the repository at this point in the history
* rule fix

* tornado reqs

* fixing tests
  • Loading branch information
wesyoung authored Jan 18, 2017
1 parent f612f64 commit 1f4f8b3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prune packaging
include .coveragerc
include README.md COPYING LICENSE
include requirements.txt dev_requirements.txt
include Makefile
Expand All @@ -12,9 +13,12 @@ include Vagrantfile.centos
include Vagrantfile_es
include Vagrantfile_prod
include Vagrantfile_prod.centos
recursive-include test *
recursive-include deployment *
recursive-include hacking *
recursive-include docs *
recursive-include packaging *
recursive-include rules *
global-exclude *.retry
global-exclude *.pyc
global-exclude __pycache__
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ html5lib==1.0b8 # bug in csirtg-smrt upstream
msgpack-python>=0.4.8,<0.5.0
csirtg_smrt==0.0.0a22
csirtg_dnsdb>=0.0.0a3,<1.0
tornado>=4.4.1,<5.0
18 changes: 10 additions & 8 deletions rules/default/danger_rules_sk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ defaults:
feeds:
ssh:
remote: http://danger.rulez.sk/projects/bruteforceblocker/blist.php
application: ssh
protocol: tcp
portlist: 22
tags:
- scanner
- bruteforce
description:
pattern: '^(\S+)[\s|\t]+#\s(\S+\s\S+)'
values:
- indicator
- lasttime
- lasttime
defaults:
application: ssh
protocol: tcp
portlist: 22
tags:
- scanner
- bruteforce
description: scanner

Empty file added test/zadvanced/__init__.py
Empty file.
Empty file added test/zelasticsearch/__init__.py
Empty file.
Empty file added test/zsqlite/__init__.py
Empty file.

0 comments on commit 1f4f8b3

Please sign in to comment.