buster/api/src
dal 87466e8d61
Enhance email functionality by adding HTML escaping
- Added `html-escape` crate to `Cargo.toml` for HTML escaping.
- Updated email template processing to escape HTML in message and button text, preventing potential XSS vulnerabilities.
- Modified test cases to include HTML content in email parameters, ensuring proper handling and escaping.

This change improves security by sanitizing user input in email communications.
2025-01-24 08:57:48 -07:00
..
buster_middleware Brought in the bi-api 2025-01-03 14:32:54 -07:00
database fix permission check on post_dataset rest (#59) 2025-01-23 15:22:07 -08:00
routes dashboard permissions fix 2025-01-23 16:54:09 -07:00
types Brought in the bi-api 2025-01-03 14:32:54 -07:00
utils Enhance email functionality by adding HTML escaping 2025-01-24 08:57:48 -07:00
main.rs Refactor Docker Compose and API for enhanced functionality and migration support 2025-01-07 22:21:28 -07:00