From 93aeeb7a6316389f3bd4bbdb7a9ffc555677e719 Mon Sep 17 00:00:00 2001 From: bgw <29340584+bgwdotdev@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:19:15 +0100 Subject: =?UTF-8?q?=F0=9F=94=80=20Escape=20attribute=20values=20when=20emi?= =?UTF-8?q?tting=20static=20HTML.=20(#113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: add the escape function over custom attribute values * fix: update class and style attribute values to be escaped --- .../can_safely_escape_dangerous_symbols_in_attributes.accepted | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 birdie_snapshots/can_safely_escape_dangerous_symbols_in_attributes.accepted (limited to 'birdie_snapshots/can_safely_escape_dangerous_symbols_in_attributes.accepted') diff --git a/birdie_snapshots/can_safely_escape_dangerous_symbols_in_attributes.accepted b/birdie_snapshots/can_safely_escape_dangerous_symbols_in_attributes.accepted new file mode 100644 index 0000000..cbb7f9d --- /dev/null +++ b/birdie_snapshots/can_safely_escape_dangerous_symbols_in_attributes.accepted @@ -0,0 +1,5 @@ +--- +version: 1.1.2 +title: Can safely escape dangerous symbols in attributes +--- +
\ No newline at end of file -- cgit v1.2.3