<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kuronekopunk</author_name>
  <author_url>https://blog.hatena.ne.jp/kuronekopunk/</author_url>
  <blog_title>ノンカフェインであなたにやさしい</blog_title>
  <blog_url>https://akinobu.net/</blog_url>
  <categories>
    <anon>RuboCop</anon>
    <anon>Ruby on Rails</anon>
  </categories>
  <description>RuboCop(0.48.1) で Tagging a string as html safe may be a security risk と怒られた htmlタグを直書きせずにcontent_tagを使えということらしい↓ # bad &quot;&lt;p&gt;#{text}&lt;/p&gt;&quot;.html_safe # good content_tag(:p, text) # bad out = &quot;&quot; out &lt;&lt; content_tag(:li, &quot;one&quot;) out &lt;&lt; content_tag(:li, &quot;two&quot;) out.html_safe # good out = [] out &lt;&lt; content_ta…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakinobu.net%2Fentry%2F2017%2F05%2F25%2F112310&quot; title=&quot; Tagging a string as html safe may be a security risk - ノンカフェインであなたにやさしい&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-05-25 11:23:10</published>
  <title> Tagging a string as html safe may be a security risk</title>
  <type>rich</type>
  <url>https://akinobu.net/entry/2017/05/25/112310</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
