ESAPI / esapi-java-legacy

ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.
https://owasp.org/www-project-enterprise-security-api/
Other
603 stars 364 forks source link

issue-740 #741

Closed Jeff-Walker closed 1 year ago

Jeff-Walker commented 1 year ago

Adds null-safe EventType->Marker translation. Adds unit test for new behavior.

fixes: https://github.com/ESAPI/esapi-java-legacy/issues/740

Jeff-Walker commented 1 year ago

I made the update. I also added a test to the JUL bridge to make sure it doesn't throw an exception on a null event type.

Jeff-Walker commented 1 year ago

Cool, thanks. Do you have a target date for the next release yet?

kwwall commented 1 year ago

@Jeff-Walker - TBH there hasn't been a lot done since the 2.5.0.0 release on 7/20/2022 and there is a significant time sink in doing the release (typically 2 hrs minimum plus whatever it takes to write up the release notes). Admittedly, the release notes would be comparatively simple this time. I would ideally like to knock out a few more bug fixes before the next release, so I think something around end of Oct / beginning of Nov would be more realistic.

Jeff-Walker commented 1 year ago

Thanks again.