50281032e0
* Mitigate HTTP/RPC Services Allow Unbounded Resource Usage Fixes #7159. Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com> Co-authored-by: Paul Banks <banks@banksco.de>
9 lines
143 B
TOML
9 lines
143 B
TOML
[prune]
|
|
unused-packages = true
|
|
non-go = true
|
|
go-tests = true
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "~1.2.0"
|