1
0
mirror of https://github.com/apache/nifi.git synced 2025-03-02 15:39:12 +00:00

NIFI-9763 Escaped VALUE column for Configure Details Auditing

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes 
This commit is contained in:
exceptionfactory 2022-03-04 14:37:33 -06:00 committed by Matthew Burgess
parent 9782a51564
commit 7d046fe3de
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24

@ -95,7 +95,7 @@ public class StandardActionDAO implements ActionDAO {
// action details // action details
// -------------- // --------------
private static final String INSERT_CONFIGURE_DETAILS = "INSERT INTO CONFIGURE_DETAILS (" private static final String INSERT_CONFIGURE_DETAILS = "INSERT INTO CONFIGURE_DETAILS ("
+ "ACTION_ID, NAME, VALUE, PREVIOUS_VALUE" + "ACTION_ID, NAME, \"VALUE\", PREVIOUS_VALUE"
+ ") VALUES (" + ") VALUES ("
+ "?, " + "?, "
+ "?, " + "?, "