diff --git a/.config/pmd/java/ruleset.xml b/.config/pmd/java/ruleset.xml
index 4570323..c72b66a 100644
--- a/.config/pmd/java/ruleset.xml
+++ b/.config/pmd/java/ruleset.xml
@@ -316,6 +316,28 @@
+
+
+ ZipEntry name should be sanitized.
+ Unsanitized names may contain '..' which can result in path traversal ("ZipSlip").
+
+ You can suppress this warning when you properly sanitized the name.
+
+ 4
+
+
+
+
+
+
+
+
+