aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/rules
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2022-07-14 17:06:34 +0200
committersonartech <sonartech@sonarsource.com>2022-07-15 20:02:52 +0000
commit54411e975688939daeb0c57dd860ee0e2eaddbf7 (patch)
treeab28b18a8397c8b043a5db3a5389c0c8e61c55d0 /server/sonar-web/src/main/js/components/rules
parent80a491fc180d423b582c34189b0eb7873ad20914 (diff)
downloadsonarqube-54411e975688939daeb0c57dd860ee0e2eaddbf7.tar.gz
sonarqube-54411e975688939daeb0c57dd860ee0e2eaddbf7.zip
SONAR-16599 Removing tab name from the description of least trust principle
Diffstat (limited to 'server/sonar-web/src/main/js/components/rules')
-rw-r--r--server/sonar-web/src/main/js/components/rules/educationPrinciples/LeastTrustPrinciple.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/rules/educationPrinciples/LeastTrustPrinciple.tsx b/server/sonar-web/src/main/js/components/rules/educationPrinciples/LeastTrustPrinciple.tsx
index 5c2f8fb132c..eaa2882a12a 100644
--- a/server/sonar-web/src/main/js/components/rules/educationPrinciples/LeastTrustPrinciple.tsx
+++ b/server/sonar-web/src/main/js/components/rules/educationPrinciples/LeastTrustPrinciple.tsx
@@ -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>
</>
);