gnucash stable: [gnc-plugin-report-system] sanitize error html before adding to page

Christopher Lam clam at code.gnucash.org
Wed Apr 26 10:14:04 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/5aaedbf7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b7e966d8 (commit)



commit 5aaedbf7a4535ee48cc0b212fdee5a86b947ae73
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Apr 26 22:11:25 2023 +0800

    [gnc-plugin-report-system] sanitize error html before adding to page
    
    The error backtrace usually contains < > characters. eg #<report>
    or #<procedure> etc. This commit will sanitize them to HTML entities
    so that they may be rendered properly in webkit.



Summary of changes:
 gnucash/gnome/gnc-plugin-report-system.c | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list