top | item 45608828

(no title)

ahnick | 4 months ago

curious what your process was for hardening your API for security? or is that still a pending step?

discuss

order

mountainriver|4 months 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

causal|4 months ago

TBH probably easier to vibe-code securely in statically typed languages like Rust vs. something like Elixir. Probably my biggest Elixir complaint tbh.