We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2b62d commit 5061a11Copy full SHA for 5061a11
extension.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SimpleBatchUpload",
3
- "version": "1.3.2-alpha",
+ "version": "1.3.2",
4
"author": [
5
"[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]"
6
],
release-notes.md
@@ -1,5 +1,14 @@
## Release Notes
+### SimpleBatchUpload 1.3.2
+
+Released on 12-Oct-2018
7
+Changes:
8
+* Fix for unauthenticated arbitrary file upload vulnerability in Blueimp
9
+ jQuery-File-Upload <= v9.22.0 ([CVE-2018-9206](https://nvd.nist.gov/vuln/detail/CVE-2018-9206))
10
+ (this also fixes the issue where the extension does not work in debug=true mode)
11
12
### SimpleBatchUpload 1.3.1
13
14
Released on 18-Apr-2018
0 commit comments