Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLVS-1470 Update SonarText analyzer to 2.16.0.4008 #5746

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"

#___________________________________________________________________