0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PercentCodec String/character encode/decode More... about 8 years ago
Whitelist Regex Validation Tests More... about 8 years ago
SecurityWrapperRequest Workflow Test More... about 8 years ago
Canonicalize SecurityWrapperRequest.getQueryString More... about 8 years ago
GITHUB #135 Updating SecurityWrapperRequest.getQueryString to return the original encoded string to the caller IFF that string can be converted into a 'safe' string by the ESAPI Validator instance/configuration. More... about 8 years ago
Update README.md to refer to GitHub's suggested begiiner label for issues. More... about 8 years ago
Update README.md file to fix minor typo More... about 8 years ago
Close issue #429. Details: Update <targetJdk> for PMD plugin from 1.5 to 1.7 Update version for <requireJavaVersion> for maven-enforcer-plugin from 1.6 to 1.7 Update batik from 1.9 to 1.9.1 Add test dependency for Bouncy Castle 1.58 (only required for JUnit tests) Added some compiler flags (warnings) for CII Badging effort Update version of Dependency Check used to 2.1.0 Update maven-javadoc-plugin to 3.0.0-M1 Update commons-io from 2.5 to 2.6 (only used for JUnit tests) More... about 8 years ago
Update README.md More... about 8 years ago
Merge pull request #428 from JoelRabinovitch/HEAD More... about 8 years ago
Fixed the encoderForLDAP method to use a "switch" statement as was suggested by the maintainer. More... about 8 years ago
Fix configuration loading: Use value instead of constants also update vulnerable dependencies (#426) More... over 8 years ago
Merge pull request #421 from xeno6696/develop More... over 8 years ago
Adding mocking frameworks for testing. More... over 8 years ago
Merge pull request #420 from xeno6696/develop More... over 8 years ago
Issue #284 -- Fixed code no longer needed for testing. More... over 8 years ago
Issue #284 -- Restored original canonicalization behavior due to issue #54 being an invalid fix for a legacy URL issue where query params would get flagged as HTML Entities. More... over 8 years ago
Merge pull request #419 from xeno6696/develop More... over 8 years ago
Cleaned up imports. More... over 8 years ago
Fixing some minor issues of duplication and grammar. More... over 8 years ago
Catching up ESAPI.properties prod and test version. More... over 8 years ago
Merge pull request #418 from xeno6696/develop More... over 8 years ago
Issue #281 -- added windows escape char to blacklist in SafeFile to adhere to intended contract. More... over 8 years ago
Merge pull request #416 from xeno6696/develop More... over 8 years ago
Issue #278 -- Added default local to date test to avoid non-us unit test failures. More... over 8 years ago
Merge pull request #415 from xeno6696/develop More... over 8 years ago
Issue #281 -- Updated unit tests with missing assertions. More... over 8 years ago
Merge pull request #413 from xeno6696/develop More... over 8 years ago
Issue #300 -- Added documentation warnings in regards to the destructive nature of the codecs on non-UTF data inserted into a string. More... over 8 years ago
Issue #300 -- Added test cases with mixed BMP and non BMP data. More... over 8 years ago