moresandeep commented on a change in pull request #70: KNOX-1817 - Fix XSS
issues with Alias API
URL: https://github.com/apache/knox/pull/70#discussion_r264902415
##########
File path: pom.xml
##########
@@ -230,6 +230,7 @@
<xml-matchers.version>0.10</xml-matchers.version>
<zip4j.version>1.3.2</zip4j.version>
<zookeeper.version>3.4.13</zookeeper.version>
+ <owasp-java-encoder>1.2.2</owasp-java-encoder>
Review comment:
I did not realize we were doing props in alphabetical order, previously we
used to add new properties at the bottom, I'll change it to make it in order.
Missed the .version, forgot to clean up, I'll fix this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services