summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2013-02-27 22:04:01 +0000
committerNoah Slater <nslater@apache.org>2013-02-27 22:04:26 +0000
commit1fb714f81ae27ea555364d6581b39abbb1e5214e (patch)
tree72cc0fcbf41138af61b2db7686d170b7071b601e
parent5dd18b3f2723a7ff42e10a56fa59e65d3cad469e (diff)
downloadcouchdb-1fb714f81ae27ea555364d6581b39abbb1e5214e.tar.gz
Added CVE-2010-3854 to NEWS and CHANGES
-rw-r--r--CHANGES4
-rw-r--r--NEWS1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cf7e270bf..858dc5ad3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -417,6 +417,10 @@ Windows:
Version 1.0.2
-------------
+Security:
+
+ * Fixed CVE-2010-3854: Apache CouchDB Cross Site Scripting Issue
+
Futon:
* Make test suite work with Safari and Chrome.
diff --git a/NEWS b/NEWS
index 9f5932035..bdd478437 100644
--- a/NEWS
+++ b/NEWS
@@ -205,6 +205,7 @@ Version 1.0.3
Version 1.0.2
-------------
+ * Fixed CVE-2010-3854: Apache CouchDB Cross Site Scripting Issue
* Make test suite work with Safari and Chrome.
* Fix leaking file handles after compacting databases and views.
* Fix databases forgetting their validation function after compaction.