polyfloyd's stuff · May 18, 2018
Compile Time Prevention of SQL-Injections in Rust
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
SQL injection vulnerabilities have been a plague ever since such databases have
been combined with user facing applications. Such vulnerabilities arise when a
SQL query string is naively combined with data that is controlled by an
attacker. 
 To mitigate, people should make use of placeholders and prepared statements
provided by SQL client libraries. This separates the variable…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.