nmalin opened a new pull request, #873:
URL: https://github.com/apache/ofbiz-framework/pull/873
Improved the denied token resolution through regexp pattern. We define each
potential token
and we generate the following regexp for each
****
.*(%.{2,5}|[^\\w])" + token + "[^\\w].*"
****
We also improved the allowed token with analysed it form security.properties
and web.xml
directly by plain text of with sha signature to manage each special case
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]