Y
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
mountainriver
244 days ago
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
link
causal
245 days ago
TBH probably easier to vibe-code securely in statically typed languages like Rust vs. something like Elixir. Probably my biggest Elixir complaint tbh.
link