SONARJAVA-3884: Update rules metadata#3668
Merged
alban-auzeill merged 2 commits intomasterfrom Jun 25, 2021
Merged
Conversation
e459a07 to
e7151c6
Compare
alban-auzeill
requested changes
Jun 25, 2021
| @@ -1,5 +1,5 @@ | |||
| <p>Formatted SQL queries can be difficult to maintain, debug and can increase the risk of SQL injection when concatenating untrusted values into the | |||
| query. However, this rule doesn’t detect SQL injections (unlike rule {rule:javasecurity:S3649}), the goal is only to highlight complex/formatted queries.</p> | |||
| query. However, this rule doesn’t detect SQL injections (unlike rule {rule:java:S3649}), the goal is only to highlight complex/formatted queries.</p> | |||
Member
There was a problem hiding this comment.
S3649 does not exist in SonarJava but only in SonarSecurity.
| @@ -1,204 +1,93 @@ | |||
| <p><a href="https://www.w3.org/TR/xml/">XML specification</a> allows the use of entities that can be <a | |||
Member
There was a problem hiding this comment.
We should not delete this file! S2755 is a SonarJava rule.
* Revert link change in S2077 * Add missing description of S2755
e7151c6 to
70fe385
Compare
|
SonarQube Quality Gate |
alban-auzeill
approved these changes
Jun 25, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








No description provided.