-
Notifications
You must be signed in to change notification settings - Fork 121
Closed

Description
Compilation breaks with org.owasp.esapi:esapi:2.5.1.0 because org.owasp.encoder.esapi.ESAPIEncoder.Impl does not implement the new methods
- org.owasp.encoder.esapi.ESAPIEncoder.Impl#decodeFromJSON
- org.owasp.encoder.esapi.ESAPIEncoder.Impl#encodeForJSON
which were introduced with the 2.5.1.0.
Solution (?):
- Set a fix dependency on the previous version of org.owasp.esapi:esapi
- Implement and test the missing interface functions
- Update the dependency
Metadata
Metadata
Assignees
Labels
No labels