Skip to content

Commit

Permalink
Update data/2024/09/index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 1, 2024
1 parent ffb681a commit c8889fb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/2024/09/index.json
Original file line number Diff line number Diff line change
@@ -0,0 1,25 @@
{
"list": [
{
"date": "2024-09-01T02:05:59.363Z",
"title": "DOM Clobbering Gadget found in Webpack's AutoPublicPathRuntimeModule that leads to XSS · Advisory · webpack/webpack",
"url": "https://github.com/webpack/webpack/security/advisories/GHSA-4vvj-4cpr-p986",
"content": "webpackのセキュリティリリース。\nユーザーが任意の属性を含む`<img>`タグをかける場合に、webpackの`publicPath: 'auto'`が有効なbundleを読み込むとXSSが発生する問題。\nwebpack 5.94.0で修正された。",
"tags": [
"webpack",
"ReleaseNote",
"security"
],
"relatedLinks": [
{
"title": "Release v5.94.0 · webpack/webpack",
"url": "https://github.com/webpack/webpack/releases/tag/v5.94.0"
},
{
"title": "security: fix DOM clobbering in auto public path by alexander-akait · Pull Request #18700 · webpack/webpack",
"url": "https://github.com/webpack/webpack/pull/18700"
}
]
}
]
}

0 comments on commit c8889fb

Please sign in to comment.