Skip to content

Commit 8152346

Browse files
authored
Update sonar_analyzer_override rule with new rule name (#788)
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 98f19ee commit 8152346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/false_positives/sonarqube.yara

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rule sonarqube_tutorial_app: override {
1515

1616
rule sonar_analyzer_override: override {
1717
meta:
18-
description = "SonarQube SonarAnalyzer.CSharp.dll"
19-
COD3NYM_SUSP_OBF_NET_Reactor_Indicators_Jan24 = "medium"
18+
description = "SonarQube SonarAnalyzer.CSharp.dll"
19+
COD3NYM_Reactor_Indicators = "medium"
2020

2121
strings:
2222
$ = "SonarAnalyzer" fullword

0 commit comments

Comments
 (0)