TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fuzzing Go APIs for SQL Injection

64 pointsby andreialmost 3 years ago

3 comments

spullaraalmost 3 years ago
People are still constructing SQL statements using user provided data? Have they never used prepared statements before?
评论 #32666787 未加载
评论 #32665319 未加载
评论 #32665399 未加载
评论 #32665558 未加载
评论 #32671812 未加载
评论 #32668945 未加载
评论 #32667281 未加载
andreialmost 3 years ago
A lot of folks we talk to think fuzzing is only useful for finding memory leaks in C++ programs, so we wanted to show how adding a single fuzz test to your API can find SQL injection and other logic bugs.<p>Would love to hear others&#x27; experience with Go fuzzing now that it&#x27;s been out for a few months.
评论 #32665366 未加载
评论 #32668562 未加载
KingOfCodersalmost 3 years ago
Is there a open source fuzzing framework for Go?
评论 #32665561 未加载