]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16599 Removing tab name from the description of least trust principle
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Thu, 14 Jul 2022 15:06:34 +0000 (17:06 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 15 Jul 2022 20:02:52 +0000 (20:02 +0000)
server/sonar-web/src/main/js/components/rules/educationPrinciples/LeastTrustPrinciple.tsx

index 5c2f8fb132cc41eac41b84d64df9e5edbd3f9516..eaa2882a12a726bbf79fe3946d064b5d52a80ecb 100644 (file)
@@ -43,7 +43,7 @@ export default function LeastTrustPrinciple() {
       <p>
         Next, the code must sanitize the data before performing mission-critical operations on the
         attacker-controlled data. The code must know in which contexts the intercepted data is used
-        and act accordingly (section &quot;How to fix it?&quot;).
+        and act accordingly.
       </p>
     </>
   );