mirror of
https://github.com/Telecominfraproject/wlan-cloud-root.git
synced 2025-11-03 03:58:02 +00:00
addressing security issue reported by sonar: protect endpoints against XSS attacks
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -107,6 +107,13 @@
|
|||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Tools for preventing Web Application security vulnerabilities such as Cross-Site Scripting -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.owasp.encoder</groupId>
|
||||||
|
<artifactId>encoder</artifactId>
|
||||||
|
<version>1.2.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|||||||
Reference in New Issue
Block a user