threatbite
threatbite copied to clipboard
ThreatBite is a real-time service that detects unwanted web users.
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.16 to 4.5.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.5.0 Important notes A BREAKING CHANGE is introduced for JWT middleware users. The JWT library used for the...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.9.1 to 0.30.0. Release notes Sourced from github.com/prometheus/common's releases. v0.30.0 Add the ability to enable HTTP2 again via an env variable v0.29.0 Add WithIdleConnTimeout HTTP client option...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [github.com/labstack/echo-contrib](https://github.com/labstack/echo-contrib) from 0.9.0 to 0.11.0. Release notes Sourced from github.com/labstack/echo-contrib's releases. minor fixes, updated deps Extend jaeger results #47 Updating go version, issue template and build pipeline #51 Prometheus...
Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.4.0 to 1.5.0. Release notes Sourced from github.com/oschwald/geoip2-golang's releases. 1.5.0 Add StaticIPScore field to Enterprise. Pull request by Pierre Bonzel. GitHub #54. Add IsResidentialProxy field to AnonymousIP....
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.7.0. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Fixes breaking change with HTTPBodyContains A breaking...
Bumps [github.com/jbenet/go-is-domain](https://github.com/jbenet/go-is-domain) from 1.0.3 to 1.0.5. Release notes Sourced from github.com/jbenet/go-is-domain's releases. Release v1.0.5 Add support for all OpenNIC TLDs. Release v1.0.4 Add ZIL and CRYPTO additional subdomains. Commits d541499...
The code should be rewritten to use dynami datacenter names. IP addresses will not be provided in these lists: https://get.threatbite.com/public/dc-names.txt
Instead of using letsencrypt there should be possible to set in configuration file path do own certificate
The program downloads a lot of lists from external locations. We should use resilient HTTP client with backoff and retries to avoid temporary network issues. Similar to: https://github.com/gojek/heimdall/blob/master/examples/client.go