Skip to content

Commit 5161a90

Browse files
Fix IT about expected cves
1 parent cbace09 commit 5161a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-ruby-plugin/src/test/java/org/sonarsource/ruby/plugin/RubyRulesDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void owasp_security_standard_includes_2021() {
5858

5959
RulesDefinition.Rule rule = repository.rule("S1313");
6060
assertThat(rule).isNotNull();
61-
assertThat(rule.securityStandards()).containsExactlyInAnyOrder("owaspTop10:a3", "owaspTop10-2021:a1");
61+
assertThat(rule.securityStandards()).containsExactlyInAnyOrder("owaspTop10:a3", "owaspTop10-2021:a1", "cwe:547");
6262
}
6363

6464
@Test

0 commit comments

Comments
 (0)