0
I Use This!
Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #376 -- Addressed comment about the RFC-3986 link. More... over 8 years ago
Issue 376 -- Added missed null check on regex pattern. More... over 8 years ago
Merge pull request #391 from xeno6696/develop More... over 8 years ago
Issue #376 -- Addressed Kevin Wall's CR comment regarding the deprecated Security Configuration issue. More... over 8 years ago
Issue #376 -- Addressed Kevin Wall's CR comments. More... over 8 years ago
Merge branch 'augustd-develop' into develop for issues #387 and #388. More... almost 9 years ago
Update to servlet API 3.0.1 More... almost 9 years ago
Suppress CVE-2016-1000031 in dependency check More... almost 9 years ago
Merge pull request #1 from ESAPI/develop More... almost 9 years ago
Add Dependency-Check checks / reporting. Update several versions of vulernerable dependencies (none which were actually exploitable through ESAPI). More... almost 9 years ago
Add display of Linux Foundation (LF) Core Infrastructure Initiative (CII) Best Practices badge More... almost 9 years ago
The DefaultHttpUtilities and SecurityWrapperResponse add systematically a Max-Age to the HTTP Header when adding a cookie. Even if the cookie has a negative maxAge value (which is the default value). So when adding a "session" cookie (without Max-Age), ESAPI add a Max-Age=-1 in the HTTP Header and the cookie will be discarded by the browser, because it is invalid (http://www.ietf.org/rfc/rfc2109.txt). Wen the maxAge field of the cookie is negative, it should not be specified at HTTP Header level. More... over 9 years ago
Issue #376 Added URL with ports, and added logic to prevent an invalid port from being used. More... over 9 years ago
Issue #376 create an alternative API to validate URLs, to thwart ReDoS. More... over 9 years ago
Issue #376 create an alternative API to validate URLs, to thwart ReDoS. More... over 9 years ago
#302 HTMLEntityCodec Now decodes cased accented letters properly More... over 9 years ago
Describe reporting vulnerabilities in README.md More... almost 10 years ago
Issue #316 -- Deprecated existing HTTPUtilities.setRememberToken() for one that doesn't require user password. More... almost 10 years ago
Update contributions section of README.md. More... almost 10 years ago
Add javadoc and mailing list links. More... almost 10 years ago
Update README.md More... almost 10 years ago
Merge branch 'bkimminich-develop' into develop More... almost 10 years ago
Merge Bjorn Kimminich's pull request (# 386). Close issue #386. More... almost 10 years ago
Merge pull request #369 from artfullyContrived/issue365 More... almost 10 years ago
Packages the esapi.tld into the jar file. More... almost 10 years ago
Merge pull request #367 from drmyersii/feature/adding-intellij-setup-documentation More... almost 10 years ago
Adding instructions for building/developing/testing with IntelliJ. This closes #366. More... almost 10 years ago
Ignoring IntelliJ project files. More... almost 10 years ago
Upgrading Junit Syntax & file system management to junit rules More... about 10 years ago
Removing file system management components in place of Junit Rules More... about 10 years ago