diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-03-07 18:54:12 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2022-03-07 20:58:02 +0000 |
commit | b96fc12cbd4d383df128de7504c9e167a122ab1b (patch) | |
tree | 65a602d9fcb5a3e7047a9d547b5334a8c19e6a2d /catalog-be | |
parent | 584dfd7712be7c238ef86c8ea4d009a61b33c75c (diff) |
Update esapi dependency for sec vulnerability
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3895
Change-Id: I457f6865f081faf9474e2f63006b339b7c1512ea
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/src/main/resources/ESAPI.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/ESAPI.properties b/catalog-be/src/main/resources/ESAPI.properties index a1fcdcdece..daf4261529 100644 --- a/catalog-be/src/main/resources/ESAPI.properties +++ b/catalog-be/src/main/resources/ESAPI.properties @@ -356,6 +356,8 @@ Logger.LogServerIP=true Logger.LogFileName=ESAPI_logging_file # MaxLogFileSize, the max size (in bytes) of a single log file before it cuts over to a new one (default is 10,000,000) Logger.MaxLogFileSize=10000000 +Logger.UserInfo=false +Logger.ClientInfo=false #=========================================================================== @@ -449,4 +451,4 @@ Validator.DirectoryName=^[a-zA-Z0-9:/\\\\!@#$%^&{}\\[\\]()_+\\-=,.~'` ]{1,255}$ # Validation of dates. Controls whether or not 'lenient' dates are accepted. # See DataFormat.setLenient(boolean flag) for further details. -Validator.AcceptLenientDates=false
\ No newline at end of file +Validator.AcceptLenientDates=false |