teler-waf icon indicating copy to clipboard operation
teler-waf copied to clipboard

teler-waf is a Go HTTP middleware that protects local web services from OWASP Top 10 threats, known vulnerabilities, malicious actors, botnets, unwanted crawlers, and brute force attacks.

Results 26 teler-waf issues
Sort by recently updated
recently updated
newest added

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3. Release notes Sourced from ossf/scorecard-action's releases. v2.3.3 [!NOTE] There is no v2.3.2 release as a step was skipped in the release process. This was...

dependencies

Bumps [github.com/expr-lang/expr](https://github.com/expr-lang/expr) from 1.16.3 to 1.16.7. Release notes Sourced from github.com/expr-lang/expr's releases. v1.16.7 Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed....

dependencies

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.2 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.2 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...

dependencies

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.7 to 1.17.8. Release notes Sourced from github.com/klauspost/compress's releases. v1.17.8 What's Changed zstd: Reject blocks where reserved values are not 0 by @​klauspost in klauspost/compress#885 zstd: Add...

dependencies

Bumps [github.com/projectdiscovery/mapcidr](https://github.com/projectdiscovery/mapcidr) from 1.1.2 to 1.1.16. Release notes Sourced from github.com/projectdiscovery/mapcidr's releases. v1.1.16 What's Changed Other Changes Fixed index out of range err by @​dogancanbakir in projectdiscovery/mapcidr#286 Full Changelog: https://github.com/projectdiscovery/mapcidr/compare/v1.1.15...v1.1.16...

dependencies

Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.7 to 1.13.0. Release notes Sourced from github.com/antonmedv/expr's releases. v1.13.0 Expr is a Go package that offers a fast, simple, and safe engine for compiling and evaluating...

dependencies

### Summary This proposal outlines the design changes for configuration related to [custom response](https://pkg.go.dev/github.com/kitabisa/teler-waf#Response) handling. The primary modifications involve introducing a new structure for custom response headers and replacing the...

proposal

## Description Currently, the configuration for handling threat exclusions in our package involves the use of [`Excludes`](https://pkg.go.dev/github.com/kitabisa/[email protected]#Options.Excludes) option along with a slice of [`threat.Threat`](https://pkg.go.dev/github.com/kitabisa/[email protected]/threat#Threat) that should be excluded from the...

documentation
enhancement
proposal