Supported Libraries
Waffle supports the following libraries. Depending on the library you are using, use the appropriate wrapper function.
Library | Prevention | Example and Documents |
---|---|---|
net/http | Common Web Attacks SSRF | contrib/net/http |
gin-gonic/gin | Common Web Attacks | contrib/gin-gonic/gin |
labstack/echo | Common Web Attacks | contrib/labstack/echo |
99designs/gqlgen | Common Web Attacks | contrib/99designs/gqlgen |
os | Sensitive file open | contrib/os |
database/sql | SQL Injection | contrib/database/sql |
gorm.io/gorm (v2) | SQL Injection | contrib/gorm.io/gorm |