CVE-2024-8332: Gin Unvalidated Path Param To Service

Unsanitized Gin path parameter used in a service function may lead to SQL injection if the service does not use parameterized queries.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Goβ
greprules fetch cve-2024-8332-gin-unvalidated-path-param-to-service --engine opengrep

Description

Unsanitized Gin path parameter used in a service function may lead to SQL injection if the service does not use parameterized queries.