JavaScriptによるブラウザ上での処理量およびコード量の増加に伴い、 JavaScript上のバグが原因で発生する脆弱性も増加しています。そのような脆弱性の最も代表的なものが、 DOM-based XSSです。今回から数回に分けて、 DOM-based XSSについて説明していきます。
マウントとは、Vue.jsコンポーネントを実際のDOM要素として画面に表示させる処理のことです。 Vue コンポーネント(.vue ファイル) ↓ マウント処理 実際のDOM要素(HTML) ↓ ブラウザ表示 画面に表示 DOM(Document Object Model)とは? DOMは、HTMLをJavaScriptで操作 ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Jinsong Yu shares deep architectural insights ...
Javascript is one of the most popular programming languages. Earlier, Javascript was only used for designing interactive web pages, but now it is used for Full Stack Development. One of many methods ...
When a webpage loads, the browser creates a Document Object Model (DOM) of the page. The DOM represents the blueprint of a webpage, structured like a tree of objects. Access the DOM. Declare variables ...