Skip to content

Commit

Permalink
SLVS-1470 Update SonarText analyzer to 2.16.0.4008 (#5746)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource authored Oct 14, 2024
1 parent c9a2218 commit d5d7962
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/EmbeddedSonarAnalyzer.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<EmbeddedSonarAnalyzerVersion>9.32.0.97167</EmbeddedSonarAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.59.0.75237</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarJSAnalyzerVersion>10.16.0.27621</EmbeddedSonarJSAnalyzerVersion>
<EmbeddedSonarSecretsJarVersion>2.15.0.3845</EmbeddedSonarSecretsJarVersion>
<EmbeddedSonarSecretsJarVersion>2.16.0.4008</EmbeddedSonarSecretsJarVersion>
<!-- SLOOP: Binaries for SonarLint Out Of Process -->
<EmbeddedSloopVersion>10.7.1.79146</EmbeddedSloopVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/SLCore.IntegrationTests/FileAnalysisTestsRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ internal class SecretsIssuesFile : ITestingFile

public List<ExpectedTestIssue> ExpectedIssues =>
[
new ExpectedTestIssue(CloudSecretsRuleKey, new TextRangeDto(9, 1, 9, 25), RuleType.VULNERABILITY, 0),
new ExpectedTestIssue(CloudSecretsRuleKey, new TextRangeDto(14, 24, 14, 54), RuleType.VULNERABILITY, 0),
new ExpectedTestIssue(CloudSecretsRuleKey, new TextRangeDto(9, 24, 9, 40), RuleType.VULNERABILITY, 0),
new ExpectedTestIssue(CloudSecretsRuleKey, new TextRangeDto(14, 24, 14, 40), RuleType.VULNERABILITY, 0),
new ExpectedTestIssue("secrets:S6337", new TextRangeDto(20, 12, 20, 56), RuleType.VULNERABILITY, 0),
];
}
Expand Down
6 changes: 3 additions & 3 deletions src/SLCore.IntegrationTests/Resources/Secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
#________________
# S6336 - Alibaba Cloud AccessKeys should not be disclosed

#LTAI5tBcc9SecYAomgyUSFs8
#"String aliyunAcecret="LTAI5tBcc9SecYAo";

#___________________________________________________________________
# S6336 - Alibaba Cloud AccessKeys should not be disclosed

#"String aliyunAcecret="KmkwlDrPBC68bgvZiNtrjonKIYmVT8";
#"String aliyunAcecret="LTAI5tBcc9SecYAo";

#___________________________________________________________________

# S6337 - IBM API keys should not be disclosed

#"apikey": "iT5wxMGq2-ZJlMAHYoODl5EuTeCPvNRkSp1h3m99HWrc"
#"apikey": "fDKU7e_u_EnQgWgDVO4b_ubGqVTa5IYwWEey7lMfEB_1"

#___________________________________________________________________

0 comments on commit d5d7962

Please sign in to comment.