gracefully handle null within 'stripControls', #906#907
gracefully handle null within 'stripControls', #906#907ThrawnCA wants to merge 3 commits intoESAPI:developfrom
Conversation
|
@ThrawnCA Bare minimum would be a simple validation that when null is provided, null is returned. If you're willing and able to provide more case coverage that would certainly be beneficial, but beyond the scope of this change. Thank you for the contributions to the project. |
- Check valid string, control characters, empty string, whitespace, and null
Done. I notice that this project seems unready for Java 17. It fails module access checks. Also, several tests within FYI In order to make the Surefire plugin run successfully (apart from EncryptedPropertiesUtilsTest), I updated its configuration locally to: |
No description provided.