Hacker News new | ask | show | jobs
by Archit3ch 26 days ago
> Programming language - C and C++ give you direct memory control and, with it, bug classes - buffer overflows, out-of-bounds reads and writes - that memory-safe languages like Rust eliminate at compile time. We saw consistently more false positives from projects written in memory-unsafe languages.

Re-write your Rust into C++ to drown the attacker in false positives? ;)