threatbite icon indicating copy to clipboard operation
threatbite copied to clipboard

ThreatBite is a real-time service that detects unwanted web users.

Results 10 threatbite issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

_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...

dependencies

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...

dependencies

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....

dependencies

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...

dependencies

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...

dependencies

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

bug

Instead of using letsencrypt there should be possible to set in configuration file path do own certificate

enhancement
good first issue

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

enhancement
good first issue