diff --git a/src/EmbeddedSonarAnalyzer.props b/src/EmbeddedSonarAnalyzer.props index 6c30cbda76..335f17f835 100644 --- a/src/EmbeddedSonarAnalyzer.props +++ b/src/EmbeddedSonarAnalyzer.props @@ -7,7 +7,7 @@ 9.32.0.97167 6.59.0.75237 10.16.0.27621 - 2.15.0.3845 + 2.16.0.4008 10.7.1.79146 diff --git a/src/SLCore.IntegrationTests/FileAnalysisTestsRunner.cs b/src/SLCore.IntegrationTests/FileAnalysisTestsRunner.cs index d611b01eea..9acb967933 100644 --- a/src/SLCore.IntegrationTests/FileAnalysisTestsRunner.cs +++ b/src/SLCore.IntegrationTests/FileAnalysisTestsRunner.cs @@ -245,8 +245,8 @@ internal class SecretsIssuesFile : ITestingFile public List 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), ]; } diff --git a/src/SLCore.IntegrationTests/Resources/Secrets.yml b/src/SLCore.IntegrationTests/Resources/Secrets.yml index 5ee7a19685..6f4e4057ef 100644 --- a/src/SLCore.IntegrationTests/Resources/Secrets.yml +++ b/src/SLCore.IntegrationTests/Resources/Secrets.yml @@ -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" #___________________________________________________________________