Skip to content

Commit 9a0ad8e

Browse files
SONARJAVA-5223 Fix unecessary language code in rule description (#4966)
1 parent 7636762 commit 9a0ad8e

File tree

1 file changed

+1
-1
lines changed
  • sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java

1 file changed

+1
-1
lines changed

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2077.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>Formatted SQL queries can be difficult to maintain, debug and can increase the risk of SQL injection when concatenating untrusted values into the
2-
query. However, this rule doesn’t detect SQL injections (unlike rule {rule:java:S3649}), the goal is only to highlight complex/formatted queries.</p>
2+
query. However, this rule doesn’t detect SQL injections (unlike rule {rule:javasecurity:S3649}), the goal is only to highlight complex/formatted queries.</p>
33
<h2>Ask Yourself Whether</h2>
44
<ul>
55
<li> Some parts of the query come from untrusted values (like user inputs). </li>

0 commit comments

Comments
 (0)