2
I Use This!
Very Low Activity

Commits : Listings

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