2

I've been trying to find the PHP version of ESAPI for quite a while now but all I can find is a ton of documentation and interfaces. I couldn't find any functioning code at the repository either. Do any finished classes even exist?

4

3 に答える 3

2

PHP用のOWASPESAPIを試しましたか

実装は、 OWASP ESAPIforPHPのソースコードリポジトリで確認できます。

于 2012-03-20T07:01:09.210 に答える
1

現在、Google Summer of Code には、ESAPI 2 を PHP に移植するプロジェクトがあります。また、プロジェクトへの追加の貢献者を常に探しています。現在の ESAPI4PHP の実装は ESAPI 1.4.x に基づいており、古いコンポーネントがいくつかありますが、コア コンポーネント (出力エンコーディング、入力検証、ロギングなど) はまだ適用可能で使用可能です。その間。

http://code.google.com/p/owasp-esapi-php/source/browse/#svn%2Ftrunkのソース コード リポジトリで (インターフェイスに加えて) 実装を表示できます。

于 2012-03-26T20:50:56.540 に答える