Better handling of overrides after all fr.Behaviors are added #1325
Annotations
3 errors
pkg/report/report.go#L1
Please run goimports.
diff --git a/pkg/report/report.go b/pkg/report/report.go
index 45c8472..a544a80 100644
--- a/pkg/report/report.go
+++ b/pkg/report/report.go
@@ -552,7 +552,7 @@ func Generate(ctx context.Context, path string, mrs yara.MatchRules, c malconten
original, originalExists := originalMap[vo.Original]
override, overrideExists := overrideMap[vo.Override]
- // If the original and override rules exist,
+ // If the original and override rules exist,
// update the override rule with the correct severity and description from the original
if originalExists && overrideExists {
for _, b := range fr.Behaviors {
|
|
|
This job failed
Loading