unique rules to detections (#426)

This commit is contained in:
Yamato Security
2022-02-28 10:16:39 +09:00
committed by GitHub
parent 087529ee91
commit 65eb818f9b
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
level,colorcode
critical,ff0000
high,ffff00
medium,00ff00
low,00ffff
medium,00ffff
low,00ff00

View File

@@ -240,7 +240,7 @@ fn emit_csv<W: std::io::Write>(
_print_unique_results(
unique_detect_counts_by_level,
"Unique".to_string(),
"rules".to_string(),
"detections".to_string(),
&color_map,
);
Ok(())