We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Exploring Behavior Sanitizers in Elixir and Erlang
154
clicks
Source: brycekerley.net
The article discusses behavior sanitizers, which are tools for detecting vulnerabilities in programs during their development. It compares the sanitizers used in C/C++ with those available for Elixir and Erlang, specifically focusing on Erlang's trace module. The author describes a prototype sanitizer that integrates with Elixir and PostgreSQL to detect and respond to potential SQL injection attempts. The article outlines the code implementation and functionality, explaining how the sanitizer detects malicious SQL statements and triggers alerts. The author suggests that while this prototype is useful for demonstration purposes, it is not suitable for production use.
Related posts
© HashMerge 2024