Al von Ruff - 2026-02-25
  • Description has changed:

Diff:

--- old
+++ new
@@ -8,7 +8,7 @@

 **Unescaped message in error display functions**

-All three _Display*Error methods injected the message argument raw into an <h3> tag. Messages originate from internal code rather than direct user input, but for defence in depth and consistency with how page titles are handled elsewhere, all three now pass message through ISFDBText() before output. A local from library import ISFDBText import is used in each method, following the existing pattern in PrintHTMLHeaders.
+All three DisplayError methods injected the message argument raw into an h3 tag. Messages originate from internal code rather than direct user input, but for defence in depth and consistency with how page titles are handled elsewhere, all three now pass message through ISFDBText() before output. A local from library import ISFDBText import is used in each method, following the existing pattern in PrintHTMLHeaders.

 **allowed_values = [] mutable default argument in Parameter**