You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2019/12/11 17:06:46 UTC

[lucene-solr] branch jira/solr-14025 updated: SOLR-14025: add CHANGES entry

This is an automated email from the ASF dual-hosted git repository.

ehatcher pushed a commit to branch jira/solr-14025
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr-14025 by this push:
     new bcce0ed  SOLR-14025: add CHANGES entry
bcce0ed is described below

commit bcce0ede5594e4daa68e2034b8c30288b00fc707
Author: Erik Hatcher <er...@lucidworks.com>
AuthorDate: Wed Dec 11 12:06:35 2019 -0500

    SOLR-14025: add CHANGES entry
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3d81b81..4cabee6 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -119,6 +119,9 @@ Upgrade Notes
   third-party components will work the same as before due to type erasure but source code changes may be
   required.
 
+* SOLR-14025: VelocityResponseWriter has been hardened - only trusted configsets can render configset provided
+  templates and rendering templates from request parameters has been removed.
+
 New Features
 ---------------------
 * SOLR-13821: A Package store to store and load package artifacts (noble, Ishan Chattopadhyaya)