2005-09-01から1ヶ月間の記事一覧

HTML Character Entities Cheat Sheet

http://www.ilovejackdaniels.com/design/html-character-entities-cheat-sheet/

PECL4WIN :: The PECL Windows Repository

PHP

PECL の Windows 用バイナリが置いています。 http://pecl4win.php.net/

rast-0.3.1

http://projects.netlab.jp/rast/

PDV - phpDocumentor for Vim : Provides really comfortable generation of phpDocumentor doc blocks for PHP4 & 5.

phpDocumentor 用のコメントを自動生成してくれる Vim プラグインです。 http://www.vim.org/scripts/script.php?script_id=1355&rating=life_changing

Web技術/Flash PHP - ゼンド・ジャパン株式会社 技術情報コンテンツ

PHP

Flash + PHP という記事が追加されていました。 http://www.zend.co.jp/tech/index.php?cmd=read&page=Web%B5%BB%BD%D1%2FFlash%20%2B%20PHP

PHP Variable Tests

PHP

PHP で変数の扱いをまとめた非常に便利な表です。 PHP 4.2.2 以降のバージョン間でこの結果と違いがないかを確認してみましたが、特に問題ないようです。ただし、PHP 5.1RC1 では ctype_*() 関数での空文字列("")の扱いに変更があったようで、少しだけ違いが…

PHP Trailing Slash "open_basedir" Security Bypass

PHP には、php.ini の open_basedir を設定して PHP スクリプトを動作させるディレクトリを制限する機能がありますが、その制限を回避されてしまう場合があることが報告されています。Secunia の例では、/home/user1/ でのみ PHP を動作させるつもりで以下の…

うるう秒対応 : インターネットマルチフィード時刻情報サービス for Public

http://www.jst.mfeed.ad.jp/others/04.html

PostgreSQL Cheat Sheet

http://www.petefreitag.com/cheatsheets/postgresql/

PCRE Cheat Sheet

PHP

http://www.phpguru.org/article.php?ne_id=67

Hardening-Patch v0.4.3 released

PHP

http://www.hardened-php.net/hardening-patch_v043_released.72.html

PHP|Works 資料

PHP

PHP Security by Example http://shiflett.org/archive/143Web Services in PHP http://ilia.ws/archives/74-PHPWorks-Webservices-Slides.html

通常とは異なる記述の javascript: プロトコルが実行される(Internet Explorer)

メモしておきます。以下の通り、Internet Explorer では、 (垂直タブ)も気を付ける必要があるようです。 通常の記述方法では、javascript を タグ内に含める際などに、javascript: と記述しますが、 javas cript: と記述した場合にもスクリプトが実行されま…

Hardened-PHP

PHP

PHP 4.3.11, PHP 4.4.0, PHP 5.0.5 に対応した Patch が公開されています。 sha1() や sha1_file() と同様に使用できる sha256() や sha256_file() という関数が追加されているそうです。Hardening-Patch v0.4.2 http://www.hardened-php.net/hardening-patc…

Web Application Security Reviews

PHP Everywhere に Web Application Security Reviews という、投稿がありました。 非常に興味深かったので、訳してみました。金融機関で受けた Web アプリケーションのセキュリティチェック項目をまとめたものだそうですが、結構厳しいです。誤訳などがあり…