Skip to content

Commit 747d49c

Browse files
committed
0.1.0
1 parent 3a9138a commit 747d49c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdsec/express-bouncer",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "CrowdSec is composed of a behavior detection engine, able to block classical attacks like credential bruteforce, port scans, web scans, etc. Based on the type and number of blocked attacks, and after curation of those signals to avoid false positives and poisoning, a global IP reputation DB is maintained and shared with all network members. This npm module is a “bouncer”, which purpose is to block detected attacks with two remediation systems: ban or challenge detected attackers with a Captcha.",
55
"main": "index.js",
66
"scripts": {
@@ -45,4 +45,4 @@
4545
"url": "https://github.com/crowdsecurity/cs-express-bouncer/issues"
4646
},
4747
"homepage": "https://github.com/crowdsecurity/cs-express-bouncer#readme"
48-
}
48+
}

0 commit comments

Comments
 (0)