Преглед на файлове

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

zhouhao преди 6 години
родител
ревизия
5c1dd75af9
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      hsweb-system/hsweb-system-file/hsweb-system-file-web/pom.xml
  2. 1 1
      hsweb-thirdparty/hsweb-thirdparty-ueditor/pom.xml

+ 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>