Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Sanitize HTML in the Description Fields of the Impact Workspace Module [New in Security Center 7.0]

Sanitize the HTML in the description fields by removing HTML tags that are sources of HTML injection attacks with the sn_impact_common.blacklist_tags_HTML_injection property.

The Impact Workspace module allows HTML in the following description fields:

  • The customer_notes field of the sn_impact_common_capabilities_map and sn_impact_common_par_version_phase_app_mapping tables.
  • The manual_description field of the sn_impact_common_manual_capability_description table.

When this system property contains a comma-separated list of HTML tags (for example, scripts), those tags and their contents are removed from the HTML portions of the listed fields. Removing these tags helps sanitize the HTML in the description fields by removing HTML tags that are sources of HTML injection attacks. If this property isn’t set in the System Properties [sys_properties] table, the value defaults to a default list of denied HTML tags. If the property is empty, all HTML tags are allowed.

Use the sn_impact_common.blacklist_tags_HTML_injection provide a comma-separated list of HTML tags which are removed from the description fields for the Impact Workspace module. This removal helps to prevent HTML injection attacks. At minimum, this list should contain the contents of the default list. If the property isn’t set in the System Properties [sys_properties] table, it defaults to the list script,iframe,object,embed,form,onerror,onload,style,img,video,audio,source,button.

More information

AttributeDescription
Property namesn_impact_common.blacklist_tags_HTML_injection
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
CategoryValidation, sanitization, and encoding
PurposeSanitize the HTML in the description fields by removing HTML tags that are sources of HTML injection attacks.
Recommended valueAt minimum, the default value of `script,iframe,object,embed,form,onerror,onload,style,img,video,audio,source,button`
Default value`script,iframe,object,embed,form,onerror,onload,style,img,video,audio,source,button`
Security risk rating4.4
Functional impactIf an HTML tag is added to default list, it may limit the required HTML functionality of the description fields. The exact impact is dependent on the customer instance.
Security risk\(Medium\)
ReferencesHigh Security Settings

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Validation, sanitization, and encoding