Skip to content

Commit 323a232

Browse files
SONARJAVA-5455 Fix rule metadata ref to S3649 (#5077)
1 parent 862cb48 commit 323a232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java

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)