<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security Feature on</title><link>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/</link><description>Recent content in Security Feature on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/index.xml" rel="self" type="application/rss+xml"/><item><title>Input Sanitization</title><link>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/dd_adv_feature/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/dd_adv_feature/</guid><description>&lt;p>The Classification service in Data Discovery offers a security feature that sanitizes the input text. It ensures that invalid, fancy, or maliculous words are sanitized and normalized before data is classified. It normalizes, replaces hieroglyphs, and removes white spaces from input text.&lt;/p>
&lt;p>The following are few examples of characters that will be converted to plaintext.&lt;/p>
&lt;ul>
&lt;li>&amp;ldquo;Ⅷ&amp;rdquo; will be converted to &amp;ldquo;VIII&amp;rdquo;.&lt;/li>
&lt;li>&amp;ldquo;𝓉𝑒𝓍𝓉&amp;rdquo; will be converted to &amp;ldquo;text&amp;rdquo;.&lt;/li>
&lt;li>&amp;ldquo;Ｐｅｐ&amp;rdquo; will be converted to &amp;ldquo;Pep&amp;rdquo;.&lt;/li>
&lt;/ul>
&lt;p>For security purposes, this feature is enabled in the application and it is recommended not to disable this feature. &lt;br>&lt;/p></description></item><item><title/><link>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/steps/dd_adv_docker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/steps/dd_adv_docker/</guid><description>&lt;ol>
&lt;li>
&lt;p>Navigate to the &lt;code>docker_compose&lt;/code> directory.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Edit the &lt;code>docker-compose.yaml&lt;/code> file.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Under the &lt;code>environment&lt;/code> section of &lt;code>classification_service&lt;/code>, append the security parameter as follows.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>- &lt;span style="color:#000">SECURITY_SETTINGS&lt;/span>&lt;span style="color:#ce5c00;font-weight:bold">={&lt;/span>&lt;span style="color:#4e9a06">&amp;#34;ENABLE_ALL_SECURITY_CONTROLS&amp;#34;&lt;/span>:false&lt;span style="color:#ce5c00;font-weight:bold">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ol start="4">
&lt;li>
&lt;p>Save the changes.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the &lt;code>compose_down.sh&lt;/code> file to undeploy the application.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the &lt;code>compose_up.sh&lt;/code> file to redeploy the application.&lt;/p>
&lt;/li>
&lt;/ol></description></item><item><title/><link>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/steps/dd_adv_eks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/data-discovery/1.0.0/docs/dd_security/steps/dd_adv_eks/</guid><description>&lt;ol>
&lt;li>
&lt;p>Navigate to the &lt;code>/eks/helm/classification_app&lt;/code> directory.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Edit the &lt;code>values.yaml&lt;/code> file.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Under &lt;code>securitySettings&lt;/code> section, configure the security settings parameter as follows.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>ENABLE_ALL_SECURITY_CONTROLS: &lt;span style="color:#204a87">false&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ol start="4">
&lt;li>
&lt;p>Save the changes.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the &lt;code>eks&lt;/code> directory and run the &lt;code>aws_undeploy.sh&lt;/code> file to undeploy the application.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the &lt;code>aws_deploy.sh&lt;/code> file to redeploy the application.&lt;/p>
&lt;/li>
&lt;/ol></description></item></channel></rss>