Hacker News new | ask | show | jobs
by ahnick 245 days ago
curious what your process was for hardening your API for security? or is that still a pending step?
2 comments

Rust is pretty darn safe as is, I check everything pretty thoroughly in the code reviews. I haven't seen it try sql injection of anything, authn/z was good
TBH probably easier to vibe-code securely in statically typed languages like Rust vs. something like Elixir. Probably my biggest Elixir complaint tbh.