For security reasons you may want to hide the source code so that it may not be viewable from CAST components.
The source code is contained in the table "dss_code_sources" in local schema and "dss_source_texts" in central schema.One solution is to make a "truncate" on both tables, but the impact of this solution is to have errors instead of the source on the CED the AED ...!
A better solution is to replace the contents of the viewed source code with something like "this source is not available for security reasons ... "
We suggest the following updates:
1. On the knowledge schema:
UPDATE dss_code_sources
SET source_code = ' This source code is not available for security reasons… '
2. On the central schema:
UPDATE dss_source_texts
SET source_text = ' This source code is not available for security reasons… '
PS: Before performing the actions above make sure to take a backup of the knowledge and central schema