<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ThisIsOne</author_name>
  <author_url>https://blog.hatena.ne.jp/ThisIsOne/</author_url>
  <blog_title>Shikata Ga Nai</blog_title>
  <blog_url>https://cysec148.hatenablog.com/</blog_url>
  <categories>
    <anon>Web Security Academy</anon>
    <anon>Prototype pollution</anon>
  </categories>
  <description>Hello there, ('ω')ノ 🔁 危険な関数 まず、以下の関数は「2つのオブジェクトをマージ（結合）する処理」です： function merge(target, source) { for (let key in source) { if (typeof source[key] === 'object') { if (!target[key]) target[key] = {}; merge(target[key], source[key]); } else { target[key] = source[key]; } } } ここでは target に対して source を上書…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcysec148.hatenablog.com%2Fentry%2F2025%2F09%2F17%2F055413&quot; title=&quot;JavaScriptのプロトタイプ継承の仕組み - Shikata Ga Nai&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>2025-09-17 05:54:13</published>
  <title>JavaScriptのプロトタイプ継承の仕組み</title>
  <type>rich</type>
  <url>https://cysec148.hatenablog.com/entry/2025/09/17/055413</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
