Skip to content

Commit

Permalink
adds link to issue in TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP committed Nov 27, 2023
1 parent 4fe9dec commit 9f975d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/corazawaf/waf.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type WAF struct {
UploadDir string

// Request body in memory limit excluding the size of any files being transported in the request.
// TODO: SecRequestBodyNoFilesLimit directive is retrieving the value, but no logic based on it is implemented.
// TODO: SecRequestBodyNoFilesLimit directive is retrieving the value, but no logic based on it is implemented. See https://github.com/corazawaf/coraza/issues/896
RequestBodyNoFilesLimit int64

RequestBodyLimitAction types.BodyLimitAction
Expand Down

0 comments on commit 9f975d8

Please sign in to comment.