Browse Source

fix commons-fileupload bug https://nvd.nist.gov/vuln/detail/CVE-2016-1000031

zhouhao 6 years ago
parent
commit
5c1dd75af9

+ 1 - 1
hsweb-system/hsweb-system-file/hsweb-system-file-web/pom.xml

@@ -32,7 +32,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.3.2</version>
+            <version>1.3.3</version>
         </dependency>
         <dependency>
             <groupId>org.hswebframework</groupId>

+ 1 - 1
hsweb-thirdparty/hsweb-thirdparty-ueditor/pom.xml

@@ -41,7 +41,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.3.2</version>
+            <version>1.3.3</version>
             <optional>true</optional>
         </dependency>