mirror of
https://github.com/Telecominfraproject/wlan-cloud-root.git
synced 2025-11-01 19:17:57 +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>
|
||||
</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>
|
||||
|
||||
<distributionManagement>
|
||||
|
||||
Reference in New Issue
Block a user