| Create README.md |
|
More...
|
almost 3 years ago
|
| AuditorTest used a mechanism for obtaining a fresh instance of DefaultAuditor for each test which no longer works since moving to PHPUnit. Now, the setUp method is used to set the log level back to ALL before each test, allowing the tests to pass once again. |
|
More...
|
over 13 years ago
|
| DefaultEncoder::__construct now throws InvalidArgumentException when its parameter is not an array containing only instances of Codec. Changed the corresponding expected exception in EncoderTest::testDefaultEncoderException (which fixes the test). |
|
More...
|
over 13 years ago
|
| CSSCodec::encodeCharacter now throws InvalidArgumentException (instead of Exception) when passed a character having a codepoint of zero. Changed the corresponding expected exception in CSSCodecTest::testEncodeZero (which fixes the test). |
|
More...
|
over 13 years ago
|
| Checkstyle "fixes" to bring into line with PEAR style |
|
More...
|
over 14 years ago
|
| Tidy up Checkstyle errors tabs -> 4 spaces |
|
More...
|
over 14 years ago
|
| Tidy up Checkstyle errors tabs -> 4 spaces |
|
More...
|
over 14 years ago
|
| PHP itself allows arrays for consts. Unfortunately, PHP's documentation and grammar used by many tools don't. |
|
More...
|
over 14 years ago
|
| Make sure a test method actually performs a test. |
|
More...
|
over 14 years ago
|
| See if this improves the test suite completeness in Jenkins |
|
More...
|
over 14 years ago
|
| Mark certain paths as being tests that skip instead of just returning. |
|
More...
|
over 14 years ago
|
| Minor formatting changes to see if Jenkins works |
|
More...
|
over 14 years ago
|
| Migrate to PHPUnit for all tests so Jenkins CI can run tests. |
|
More...
|
over 14 years ago
|
| * Typo bug |
|
More...
|
over 14 years ago
|
| Fix for Issue 42: isValidPrintable() results in getESAPIValidationExpression: Cannot find regular expression http://code.google.com/p/owasp-esapi-php/issues/detail?id=42 |
|
More...
|
almost 15 years ago
|
| Validation rules extending StringValidationRule should require_once that instead of BaseValidationRule. Reported by Matteo Pasotti, see: https://lists.owasp.org/pipermail/esapi-php/2010-November/000885.html |
|
More...
|
about 15 years ago
|
| [Bugfix] align HTTPUtilities interface method signature with its implementation |
|
More...
|
over 15 years ago
|
| Implemented getParameter method for HTTPUtlities |
|
More...
|
over 15 years ago
|
| reverting Validator changes for getValidInput |
|
More...
|
over 15 years ago
|
| Issue 15: HTTPUtilities missing getParameter |
|
More...
|
over 15 years ago
|
| Corrected the file path of the allowed executable on Windows in EXAPI.xml. The same in ExecutorTest. |
|
More...
|
over 15 years ago
|
| Fix Unix bugs with DefaultExecutor tests Promote those changes to the Windows tests, too Update tests to actually test different things to bring up coverage Move all tests into single test item per test |
|
More...
|
over 15 years ago
|
| Private method logSpecial was renamed _logSpecial as per PEAR coding standards, but a few calls to the method were not updated accordingly. Thanks to Jack W for the report. |
|
More...
|
over 15 years ago
|
| When validating HTTP Cookies, permit the the cookie value to be empty. |
|
More...
|
over 15 years ago
|
| phpdoc updates. |
|
More...
|
over 15 years ago
|
| phpdoc updates. |
|
More...
|
over 15 years ago
|
| phpdoc updates. |
|
More...
|
over 15 years ago
|
| class Base64Codec must extend from Codec |
|
More...
|
over 15 years ago
|
| We're not using the additional parameter for any of the exceptions. |
|
More...
|
over 15 years ago
|
| phpdoc updates. |
|
More...
|
over 15 years ago
|