- http://jvn.jp/vu/JVNVU99234709/
- http://japan.zdnet.com/article/35059585/
- http://www.walbrix.com/jp/blog/2015-01-ghost.html
- http://qiita.com/biatunky/items/231b673832a21f9f9524
- https://community.qualys.com/blogs/laws-of-vulnerabilities/2015/01/27/the-ghost-vulnerability
- https://www.qualys.com/research/security-advisories/GHOST-CVE-2015-0235.txt
- https://alas.aws.amazon.com/ALAS-2015-473.html
- https://alas.aws.amazon.com/index.html
- http://blog.tokumaru.org/2015/02/ghostphp.html
This file contains 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
url = require('url'); | |
module.exports = (robot) -> | |
robot.router.get "/uptimerobot/:room", (req, res) -> | |
{room} = req.params; | |
{monitorID, monitorURL, monitorFriendlyName, alertType, alertDetails, monitorAlertContacts} = url.parse(req.url, true).query | |
status = switch alertType | |
when '0' then 'paused' | |
when '1' then 'not checked yet' |
とりあえずブックマーク
まとめ http://togetter.com/li/622571
一般社団法人JPCERTコーディネーションセンター 松本悦宜さん
JPCERT/CCは昨年10月に「HTML5を利用したWebアプリケーションのセキュリティ問題に関する調査報告書」を公開しました。本セッションでは、この調査報告書をもとに、Webアプリケーション開発者が
This file contains 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
Show hidden characters
{ | |
"cmd": ["/Users/foo/.rbenv/shims/ruby", "$file"] | |
} |
NewerOlder