Change title to 'Elixir Deserialization' and update content

Updated the title and provided a brief overview of Server-Side Template Injection in Elixir.
This commit is contained in:
Swissky
2026-03-02 17:52:24 +01:00
committed by GitHub
parent f99fe06c2f
commit 5c487edc05

View File

@@ -1,4 +1,4 @@
# Server Side Template Injection - Elixir # Elixir Deserialization
> Server-Side Template Injection (SSTI) is a vulnerability that arises when an attacker can inject malicious code into a server-side template, causing the server to execute arbitrary commands. In Elixir, SSTI can occur when using templating engines like EEx (Embedded Elixir), especially when user input is incorporated into templates without proper sanitization or validation. > Server-Side Template Injection (SSTI) is a vulnerability that arises when an attacker can inject malicious code into a server-side template, causing the server to execute arbitrary commands. In Elixir, SSTI can occur when using templating engines like EEx (Embedded Elixir), especially when user input is incorporated into templates without proper sanitization or validation.