This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
v0.16.0
New Features
-
(#155) Add Echo v4 support with a new middleware function provided by package
github.com/sqreen/go-agent/sdk/middleware/sqecho/v4
. -
(#152) Add In-App WAF protection to Echo's request parameter parser:
Context
's methodBind()
is now protected by the In-App WAF. The Go value it parses from the HTTP request is made available to the In-App WAF rules via theGET/POST parameters
field.
When blocked,Bind()
returns a non-nilSqreenError
value and its caller should immediately return.
Read more about the blocking behavior at https://docs.sqreen.com/go/integration.
Fix
- (#153) RASP shellshock: properly handle environment variables containing variable definitions (eg.
TERMCAP
).