| Create README.md |
|
More...
|
over 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...
|
almost 14 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...
|
almost 14 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...
|
almost 14 years ago
|
| Checkstyle "fixes" to bring into line with PEAR style |
|
More...
|
about 15 years ago
|
| Tidy up Checkstyle errors tabs -> 4 spaces |
|
More...
|
about 15 years ago
|
| Tidy up Checkstyle errors tabs -> 4 spaces |
|
More...
|
about 15 years ago
|
| PHP itself allows arrays for consts. Unfortunately, PHP's documentation and grammar used by many tools don't. |
|
More...
|
about 15 years ago
|
| Make sure a test method actually performs a test. |
|
More...
|
about 15 years ago
|
| See if this improves the test suite completeness in Jenkins |
|
More...
|
about 15 years ago
|
| Mark certain paths as being tests that skip instead of just returning. |
|
More...
|
about 15 years ago
|
| Minor formatting changes to see if Jenkins works |
|
More...
|
about 15 years ago
|
| Migrate to PHPUnit for all tests so Jenkins CI can run tests. |
|
More...
|
about 15 years ago
|
| * Typo bug |
|
More...
|
about 15 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...
|
over 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...
|
over 15 years ago
|
| [Bugfix] align HTTPUtilities interface method signature with its implementation |
|
More...
|
almost 16 years ago
|
| Implemented getParameter method for HTTPUtlities |
|
More...
|
almost 16 years ago
|
| reverting Validator changes for getValidInput |
|
More...
|
almost 16 years ago
|
| Issue 15: HTTPUtilities missing getParameter |
|
More...
|
almost 16 years ago
|
| Corrected the file path of the allowed executable on Windows in EXAPI.xml. The same in ExecutorTest. |
|
More...
|
almost 16 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...
|
almost 16 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...
|
almost 16 years ago
|
| When validating HTTP Cookies, permit the the cookie value to be empty. |
|
More...
|
almost 16 years ago
|
| phpdoc updates. |
|
More...
|
about 16 years ago
|
| phpdoc updates. |
|
More...
|
about 16 years ago
|
| phpdoc updates. |
|
More...
|
about 16 years ago
|
| class Base64Codec must extend from Codec |
|
More...
|
about 16 years ago
|
| We're not using the additional parameter for any of the exceptions. |
|
More...
|
about 16 years ago
|
| phpdoc updates. |
|
More...
|
about 16 years ago
|