Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@Julio-Guerra Julio-Guerra released this 22 Sep 21:09
· 113 commits to master since this release

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 method Bind() 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 the GET/POST parameters field.
    When blocked, Bind() returns a non-nil SqreenError 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).