- Remote Code Executionとして、Advisoryが更新された。
- https://groups.google.com/d/msg/rubyonrails-security/zRNVOUhKHrg/GmmcVXcmAAAJ
- Thanks to @sorah @tenderlove
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins/org.eclipse.wst.html.core_1.1.502.v201202091936.jar のplugin.xmlファイルを修正する。 | |
org.eclipse.core.contenttype.contentTypes部分を以下のように修正。le-extensionsからhtml, htmとかを除外する。 | |
<extension point="org.eclipse.core.contenttype.contentTypes"> | |
<content-type | |
file-extensions="htpl,wml" | |
priority="high" | |
name="%HTML_Content_Type_Extension_Element.name" | |
id="org.eclipse.wst.html.core.htmlsource" | |
base-type="org.eclipse.core.runtime.text"> |